| Commit message (Expand) | Author | Age | Files | Lines |
| * | * bootstraptest/runner.rb (assert_not_match): new method. | akr | 2007-10-05 | 3 | -0/+21 |
| * | * configure.in: Turn on --enable-pthread by default for FreeBSD | knu | 2007-10-05 | 2 | -25/+28 |
| * | * time.c (time_to_s): Fix documentation. Time format changed. | knu | 2007-10-05 | 2 | -4/+11 |
| * | 2007-10-05 | knu | 2007-10-04 | 1 | -3/+3 |
| * | * lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minor | knu | 2007-10-04 | 2 | -14/+11 |
| * | * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddr | knu | 2007-10-04 | 2 | -0/+43 |
| * | * lib/ipaddr.rb (coerce_other): Support type coercion and make &, | knu | 2007-10-04 | 2 | -34/+65 |
| * | * process.c (Init_process): win32 has our own WNOHANG definition, so | usa | 2007-10-04 | 2 | -2/+5 |
| * | * array.c (rb_ary_permutation, rb_ary_product): support non C99 | usa | 2007-10-04 | 2 | -3/+9 |
| * | replace rb_memcicmp() | matz | 2007-10-04 | 1 | -1/+1 |
| * | revert rb_memcmp() change to pacify GCC optimizer | matz | 2007-10-04 | 4 | -18/+13 |
| * | * re.c (rb_memcmp): no longer useful without ruby_ignorecase. | matz | 2007-10-04 | 4 | -13/+18 |
| * | * re.c (kcode_setter): restore erroneously removed setter. | matz | 2007-10-04 | 2 | -2/+5 |
| * | * re.c (ignorecase_setter): change warning message. | matz | 2007-10-04 | 3 | -5/+10 |
| * | * time.c (Init_Time): remove obsolete Time::times. | matz | 2007-10-04 | 2 | -17/+3 |
| * | * re.c (Init_Regexp): remove obsolete const alias: MatchingData. | matz | 2007-10-04 | 2 | -2/+3 |
| * | * io.c (Init_IO): remove obsolete variables: $defout, $deferr. | matz | 2007-10-04 | 2 | -19/+3 |
| * | * re.c (kcode_setter): Perl-ish global variable `$=' no longer | matz | 2007-10-04 | 3 | -60/+20 |
| * | * parse.y (reg_compile_gen): copy encoding from source string if | nobu | 2007-10-04 | 2 | -3/+4 |
| * | * parse.y (reg_compile_gen): copy encoding from source string. | nobu | 2007-10-04 | 2 | -1/+4 |
| * | * encoding.c (rb_obj_encoding): returns encoding of the given object. | nobu | 2007-10-04 | 5 | -16/+26 |
| * | * array.c (rb_ary_permutation): remove C99 dependency. | matz | 2007-10-04 | 3 | -8/+18 |
| * | fix typos. | akr | 2007-10-04 | 1 | -13/+13 |
| * | add ML number | matz | 2007-10-03 | 1 | -0/+1 |
| * | * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. | matz | 2007-10-03 | 4 | -4/+9 |
| * | * benchmark/driver.rb: enable specify label to executable. | ko1 | 2007-10-03 | 2 | -2/+13 |
| * | * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-range | nobu | 2007-10-03 | 2 | -19/+74 |
| * | * sample/test.rb: should update class variable tests | matz | 2007-10-03 | 1 | -6/+6 |
| * | * variable.c (rb_cvar_set): check whether class variable is | matz | 2007-10-03 | 3 | -16/+77 |
| * | * ruby.c (ruby_process_options): push frame with program name. | nobu | 2007-10-03 | 4 | -17/+33 |
| * | * win32/win32.c (init_env): refactoring. remove unused code. | usa | 2007-10-02 | 2 | -13/+14 |
| * | * array.c (rb_ary_product): generalized product, now takes | matz | 2007-10-02 | 3 | -14/+70 |
| * | r1368@bean: ser | 2007-10-01 21:24:36 -0400 | ser | 2007-10-02 | 1 | -1/+1 |
| * | r1367@bean: ser | 2007-10-01 21:24:35 -0400 | ser | 2007-10-02 | 1 | -0/+8 |
| * | r1366@bean: ser | 2007-10-01 21:24:33 -0400 | ser | 2007-10-02 | 4 | -17/+56 |
| * | r1365@bean: ser | 2007-10-01 21:24:32 -0400 | ser | 2007-10-02 | 1 | -0/+1 |
| * | r1364@bean: ser | 2007-10-01 21:24:31 -0400 | ser | 2007-10-02 | 1 | -0/+1 |
| * | r1361@bean: ser | 2007-10-01 21:24:28 -0400 | ser | 2007-10-02 | 5 | -68/+39 |
| * | * array.c (rb_ary_permutation): small dirty hack by Matz to avoid | matz | 2007-10-01 | 2 | -2/+8 |
| * | * array.c (rb_ary_permutation): implementation contributed from | matz | 2007-10-01 | 3 | -37/+112 |
| * | * proc.c (proc_dup): proc->block.proc should be self. | ko1 | 2007-10-01 | 5 | -20/+27 |
| * | * array.c (rb_ary_combination): revisit #combination behavior. | matz | 2007-10-01 | 3 | -7/+10 |
| * | check exception on Process.setrlimit. | akr | 2007-10-01 | 1 | -1/+5 |
| * | * bootstraptest/test_method.rb: use assert_normal_exit to test | akr | 2007-10-01 | 2 | -2/+6 |
| * | * gc.c (id2ref): skip ICLASS. | nobu | 2007-10-01 | 2 | -1/+6 |
| * | * bootstraptest/runner.rb (assert_normal_exit): use `` instead of | akr | 2007-10-01 | 2 | -1/+6 |
| * | * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911] | nobu | 2007-10-01 | 4 | -15/+18 |
| * | * ruby.c (require_libraries): use require method instead of calling | nobu | 2007-10-01 | 2 | -5/+9 |
| * | * eval.c (ruby_options), ruby.c (proc_options, process_options): not | nobu | 2007-10-01 | 4 | -12/+26 |
| * | * string.c (rb_str_append): always set encoding, and coderange | nobu | 2007-09-30 | 3 | -2/+15 |