summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-10-03* variable.c (rb_cvar_set): check whether class variable ismatz
2007-10-03* ruby.c (ruby_process_options): push frame with program name.nobu
2007-10-02 * win32/win32.c (init_env): refactoring. remove unused code.usa
2007-10-02* array.c (rb_ary_product): generalized product, now takesmatz
2007-10-01* array.c (rb_ary_permutation): small dirty hack by Matz to avoidmatz
2007-10-01* array.c (rb_ary_permutation): implementation contributed frommatz
2007-10-01* proc.c (proc_dup): proc->block.proc should be self.ko1
2007-10-01* array.c (rb_ary_combination): revisit #combination behavior.matz
2007-10-01* bootstraptest/test_method.rb: use assert_normal_exit to testakr
2007-10-01* gc.c (id2ref): skip ICLASS.nobu
2007-10-01* bootstraptest/runner.rb (assert_normal_exit): use `` instead ofakr
2007-10-01* gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu
2007-10-01* ruby.c (require_libraries): use require method instead of callingnobu
2007-10-01* eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu
2007-09-30* string.c (rb_str_append): always set encoding, and coderangenobu
2007-09-30* bootstraptest/runner.rb (pretty): don't show beginning empty line.akr
2007-09-30* numeric.c: use #ifdef for test LONG_LONG_VALUE.akr
2007-09-29fix typos.akr
2007-09-29* bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is notakr
2007-09-29* re.c (Init_Regexp): test DEFAULT_KCODE in C code becauseakr
2007-09-29 * variable.c (obj_ivar_each): get rid of warning.usa
2007-09-29* main.c (main): use platform-independent per-process initialization.nobu
2007-09-29* array.c (rb_ary_combination): new method to give all combinationmatz
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