summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-09-29* marshal.c (r_leave): move proc invocation from r_entry() tomatz
2007-09-29* bootstraptest/runner.rb (assert_normal_exit): new method.akr
2007-09-29* variable.c (rb_ivar_set): fix class instance variable.akr
2007-09-29* object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.akr
2007-09-28* include/ruby/win32.h (strcasecmp): needed for type_strcasehash.nobu
2007-09-28* ruby.c (struct cmdline_options): static variables packed.nobu
2007-09-28* io.c (rb_io_fdopen): create IO object from fd.nobu
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-28* cont.c: Thread local storage should be fiber local.ko1
2007-09-28* insnhelper.ci (vm_call_method): allow send! to call protectedmatz
2007-09-28* benchmark/bm_so_fasta.rb: added.ko1
2007-09-28* benchmark/driver.rb: fix notations.ko1
2007-09-28* string.c (rb_str_comparable): need not to check asciicompat here.matz
2007-09-28* vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.matz
2007-09-28* benchmark/driver.rb: fix to output benchmark resultsko1
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-28* io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to thenobu
2007-09-28* benchmark/bm_app_erb.rb: added.ko1
2007-09-28* benchmark/driver.rb: fix file selection algorithm.ko1
2007-09-27 * win32/REAMDE.win32: follow recent changes.usa
2007-09-27* benchmark/driver.rb: fix to output some helpful messages.ko1
2007-09-27* benchmark/driver.rb: added.ko1
2007-09-27* ext/fiber/fiber.c: modify prototype declaration.ko1
2007-09-27* parse.y (strings, xstring, regexp, dsym): empty strings havenobu
2007-09-26* bootstraptest/runner.rb (assert_finish): new method.akr
2007-09-26* encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu
2007-09-26* gc.c (rb_mark_set): new function to mark keys.nobu
2007-09-26* marshal.c (struct dump_arg, struct load_arg): added wrappers to marknobu
2007-09-26* process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]nobu
2007-09-26* bootstraptest/test_knownbug.rb: remove a fixed test.ko1
2007-09-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1
2007-09-26add ML number.ko1
2007-09-26* eval.c (eval): fix to check stack overflow.ko1
2007-09-26* insnhelper.ci (vm_throw): fix to move increment point.ko1
2007-09-26* cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko1
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-09-26* eval_method.ci (rb_get_alloc_func): cast to suppress a warning.nobu
2007-09-25* Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as othernobu
2007-09-25* parse.y (parser_yyerror): limit error message length.nobu
2007-09-25* io.c (io_ungetc): reallocate internal buffer if pushing datamatz
2007-09-25* eval_method.ci (remove_method): should not remove undef placematz
2007-09-25* eval.c (rb_longjmp): source file information may be NULL.matz
2007-09-24* array.c (rb_ary_equal): should handle recursive array.matz
2007-09-24* hash.c (hash_i): avoid too frequent hash conflict where key andmatz
2007-09-24* lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz
2007-09-24* ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-23* gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu
2007-09-22* eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu