aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* revert rb_memcmp() change to pacify GCC optimizermatz2007-10-044-18/+13
* * re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz2007-10-044-13/+18
* * re.c (kcode_setter): restore erroneously removed setter.matz2007-10-042-2/+5
* * re.c (ignorecase_setter): change warning message.matz2007-10-043-5/+10
* * time.c (Init_Time): remove obsolete Time::times.matz2007-10-042-17/+3
* * re.c (Init_Regexp): remove obsolete const alias: MatchingData.matz2007-10-042-2/+3
* * io.c (Init_IO): remove obsolete variables: $defout, $deferr.matz2007-10-042-19/+3
* * re.c (kcode_setter): Perl-ish global variable `$=' no longermatz2007-10-043-60/+20
* * parse.y (reg_compile_gen): copy encoding from source string ifnobu2007-10-042-3/+4
* * parse.y (reg_compile_gen): copy encoding from source string.nobu2007-10-042-1/+4
* * encoding.c (rb_obj_encoding): returns encoding of the given object.nobu2007-10-045-16/+26
* * array.c (rb_ary_permutation): remove C99 dependency.matz2007-10-043-8/+18
* fix typos.akr2007-10-041-13/+13
* add ML numbermatz2007-10-031-0/+1
* * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.matz2007-10-034-4/+9
* * benchmark/driver.rb: enable specify label to executable.ko12007-10-032-2/+13
* * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-rangenobu2007-10-032-19/+74
* * sample/test.rb: should update class variable testsmatz2007-10-031-6/+6
* * variable.c (rb_cvar_set): check whether class variable ismatz2007-10-033-16/+77
* * ruby.c (ruby_process_options): push frame with program name.nobu2007-10-034-17/+33
* * win32/win32.c (init_env): refactoring. remove unused code.usa2007-10-022-13/+14
* * array.c (rb_ary_product): generalized product, now takesmatz2007-10-023-14/+70
* r1368@bean: ser | 2007-10-01 21:24:36 -0400ser2007-10-021-1/+1
* r1367@bean: ser | 2007-10-01 21:24:35 -0400ser2007-10-021-0/+8
* r1366@bean: ser | 2007-10-01 21:24:33 -0400ser2007-10-024-17/+56
* r1365@bean: ser | 2007-10-01 21:24:32 -0400ser2007-10-021-0/+1
* r1364@bean: ser | 2007-10-01 21:24:31 -0400ser2007-10-021-0/+1
* r1361@bean: ser | 2007-10-01 21:24:28 -0400ser2007-10-025-68/+39
* * array.c (rb_ary_permutation): small dirty hack by Matz to avoidmatz2007-10-012-2/+8
* * array.c (rb_ary_permutation): implementation contributed frommatz2007-10-013-37/+112
* * proc.c (proc_dup): proc->block.proc should be self.ko12007-10-015-20/+27
* * array.c (rb_ary_combination): revisit #combination behavior.matz2007-10-013-7/+10
* check exception on Process.setrlimit.akr2007-10-011-1/+5
* * bootstraptest/test_method.rb: use assert_normal_exit to testakr2007-10-012-2/+6
* * gc.c (id2ref): skip ICLASS.nobu2007-10-012-1/+6
* * bootstraptest/runner.rb (assert_normal_exit): use `` instead ofakr2007-10-012-1/+6
* * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu2007-10-014-15/+18
* * ruby.c (require_libraries): use require method instead of callingnobu2007-10-012-5/+9
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-014-12/+26
* * string.c (rb_str_append): always set encoding, and coderangenobu2007-09-303-2/+15
* add test for [ruby-dev:31913].akr2007-09-301-0/+5
* * bootstraptest/runner.rb (pretty): don't show beginning empty line.akr2007-09-302-0/+5
* * numeric.c: use #ifdef for test LONG_LONG_VALUE.akr2007-09-302-2/+6
* add test for [ruby-dev:31911].akr2007-09-301-0/+14
* fix typos.akr2007-09-291-7/+7
* * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is notakr2007-09-292-4/+9
* * re.c (Init_Regexp): test DEFAULT_KCODE in C code becauseakr2007-09-292-13/+13
* * variable.c (obj_ivar_each): get rid of warning.usa2007-09-293-4/+8
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-297-25/+65
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-294-1/+175