aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * benchmark/bm_app_erb.rb: added.ko12007-09-281-0/+6
* * benchmark/driver.rb: fix file selection algorithm.ko12007-09-281-0/+4
* * win32/REAMDE.win32: follow recent changes.usa2007-09-271-0/+4
* * benchmark/driver.rb: fix to output some helpful messages.ko12007-09-271-0/+4
* * benchmark/driver.rb: added.ko12007-09-271-0/+10
* * ext/fiber/fiber.c: modify prototype declaration.ko12007-09-271-0/+5
* * parse.y (strings, xstring, regexp, dsym): empty strings havenobu2007-09-271-0/+5
* * bootstraptest/runner.rb (assert_finish): new method.akr2007-09-261-0/+7
* * encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu2007-09-261-0/+18
* * gc.c (rb_mark_set): new function to mark keys.nobu2007-09-261-2/+4
* * marshal.c (struct dump_arg, struct load_arg): added wrappers to marknobu2007-09-261-0/+5
* * process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]nobu2007-09-261-0/+4
* * bootstraptest/test_knownbug.rb: remove a fixed test.ko12007-09-261-0/+4
* * bootstraptest/test_knownbug.rb: move fixed tests.ko12007-09-261-0/+8
* add ML number.ko12007-09-261-0/+1
* * eval.c (eval): fix to check stack overflow.ko12007-09-261-0/+6
* * insnhelper.ci (vm_throw): fix to move increment point.ko12007-09-261-0/+5
* * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko12007-09-261-0/+6
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-261-0/+27
* * eval_method.ci (rb_get_alloc_func): cast to suppress a warning.nobu2007-09-261-0/+6
* * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as othernobu2007-09-251-0/+5
* * parse.y (parser_yyerror): limit error message length.nobu2007-09-251-0/+5
* * io.c (io_ungetc): reallocate internal buffer if pushing datamatz2007-09-251-0/+5
* * eval_method.ci (remove_method): should not remove undef placematz2007-09-251-0/+5
* * eval.c (rb_longjmp): source file information may be NULL.matz2007-09-251-0/+7
* * array.c (rb_ary_equal): should handle recursive array.matz2007-09-241-0/+6
* * hash.c (hash_i): avoid too frequent hash conflict where key andmatz2007-09-241-0/+4
* * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz2007-09-241-0/+4
* * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu2007-09-241-0/+6
* lib/net/http.rb: fix typo.shyouhei2007-09-241-0/+4
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-0/+14
* * gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu2007-09-231-0/+5
* * eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu2007-09-221-0/+7
* * eval_method.ci (remove_method): check for undefined method.nobu2007-09-221-0/+5
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-221-0/+5
* * lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu2007-09-211-0/+5
* * ext/stringio/stringio.c (strio_init): separate from strio_initializenobu2007-09-211-0/+5
* * gc.c (gc_mark_rest): copy just used part.nobu2007-09-211-0/+10
* * misc/ruby-style.el (ruby-style-label-indent): fix for function topnobu2007-09-201-0/+5
* * re.c (rb_reg_match_m): evaluate a block if match. it would makematz2007-09-201-0/+7
* * hash.c (hash_equal): should call rb_eql when argument eql is set.matz2007-09-201-0/+4
* * io.c (popen_exec), process.c (rb_spawn): stop other threads beforenobu2007-09-201-0/+5
* * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190]keiju2007-09-181-0/+4
* * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine2007-09-171-0/+5
* * parse.y (ripper): rename event: arglist_* -> args_*.aamine2007-09-171-0/+19
* * parse.y (struct parser_params): common members in the parser andnobu2007-09-151-0/+5
* * string.c (rb_str_rstrip_bang): fixed too much rstrip. [ruby-dev:31786]kou2007-09-151-0/+4
* * parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu2007-09-151-0/+7
* * encoding.c (rb_enc_associate_index, rb_enc_get_index): check ifnobu2007-09-151-0/+7
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-151-0/+6