summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-03* ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.matz
2007-10-03* benchmark/driver.rb: enable specify label to executable.ko1
2007-10-03* parse.y (parser_str_new, parser_yylex, rb_intern3): set code-rangenobu
2007-10-03* sample/test.rb: should update class variable testsmatz
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-02 r1368@bean: ser | 2007-10-01 21:24:36 -0400ser
2007-10-02 r1367@bean: ser | 2007-10-01 21:24:35 -0400ser
2007-10-02 r1366@bean: ser | 2007-10-01 21:24:33 -0400ser
2007-10-02 r1365@bean: ser | 2007-10-01 21:24:32 -0400ser
2007-10-02 r1364@bean: ser | 2007-10-01 21:24:31 -0400ser
2007-10-02 r1361@bean: ser | 2007-10-01 21:24:28 -0400ser
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-01check exception on Process.setrlimit.akr
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-30add test for [ruby-dev:31913].akr
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-30add test for [ruby-dev:31911].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-29use Marshal.load instead of binary string.akr
2007-09-29* bootstraptest/runner.rb (assert_normal_exit): new method.akr
2007-09-29add test for a define_method wrapper.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* common.mk (ruby.o): using encoding.h.nobu
2007-09-28* ruby.c (origarg): commit miss.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-28refine previous change.akr