| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | a reaction to recent time's changes. | tadf | 2007-12-01 | 2 | -4/+12 |
| * | * bootstraptest/test_knownbug.rb: move fixed bugs. | ko1 | 2007-12-01 | 4 | -14/+25 |
| * | * io.c (rb_f_open): use to_open for every non-string object. path | matz | 2007-12-01 | 2 | -9/+22 |
| * | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 8 | -48/+14 |
| * | * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third | ko1 | 2007-12-01 | 7 | -18/+50 |
| * | * parse.y (newline_node): always remove NODE_BEGIN. | nobu | 2007-11-30 | 3 | -6/+11 |
| * | * lib/json/add/*.rb, test/json/test_json_rails.rb: set properties. | nobu | 2007-11-30 | 0 | -0/+0 |
| * | * signal.c (ruby_signal): use SA_SIGINFO if available. | matz | 2007-11-30 | 4 | -3/+18 |
| * | * signal.c (trap_signm): SIGVTALRM no longer used for green | matz | 2007-11-30 | 4 | -7/+22 |
| * | lib/jcode.rb: removed | matz | 2007-11-30 | 1 | -231/+0 |
| * | sample/test.rb: remove $KCODE | matz | 2007-11-30 | 1 | -1/+0 |
| * | * ChangeLog for 14051. | naruse | 2007-11-30 | 1 | -0/+6 |
| * | * lib/json.rb, lib/json/add/{core.rb, rails.rb}, | naruse | 2007-11-30 | 4 | -12/+305 |
| * | * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault. | matz | 2007-11-30 | 3 | -2/+12 |
| * | * enum.c (enum_count): precise argument number check. | matz | 2007-11-30 | 2 | -2/+13 |
| * | report the reason of process termination. | akr | 2007-11-30 | 1 | -1/+1 |
| * | * enum.c (enum_take_while): returns Enumerator if no block given. | matz | 2007-11-30 | 2 | -0/+8 |
| * | * hash.c (rb_hash_eql): recursive comparison should be based on | matz | 2007-11-30 | 3 | -4/+9 |
| * | * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814] | nobu | 2007-11-29 | 3 | -10/+15 |
| * | * ext/json, lib/json, test/json: Update to JSON 1.1.2. | naruse | 2007-11-28 | 15 | -152/+346 |
| * | add test for enumerator. | akr | 2007-11-28 | 1 | -1/+10 |
| * | * insnhelper.ci (vm_invoke_block): should splat args. | ko1 | 2007-11-28 | 3 | -5/+19 |
| * | * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS to | nobu | 2007-11-28 | 3 | -4/+19 |
| * | test exceptions. | akr | 2007-11-28 | 1 | -29/+41 |
| * | longer timeout. | akr | 2007-11-27 | 1 | -1/+1 |
| * | * 2007-11-28 | nobu | 2007-11-27 | 1 | -3/+3 |
| * | * bignum.c (big2str_find_n1): removed extraneous element. | nobu | 2007-11-27 | 3 | -28/+35 |
| * | * compile.c (iseq_compile_each): "when *[],1" dumps core. | ko1 | 2007-11-27 | 3 | -6/+31 |
| * | * compile.c (iseq_compile_each): "a[*b] += 1" dumps core. | ko1 | 2007-11-27 | 3 | -79/+109 |
| * | * compile.c, insns.def: change return value of "defined?" | ko1 | 2007-11-27 | 5 | -10/+46 |
| * | lib/finalizer.rb: removed | matz | 2007-11-27 | 1 | -193/+0 |
| * | * insns.def: fix typo. | ko1 | 2007-11-27 | 2 | -1/+5 |
| * | * test_beginendblock.rb: add loop to wait signal. | ko1 | 2007-11-27 | 2 | -2/+9 |
| * | * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: | akr | 2007-11-27 | 6 | -22/+30 |
| * | * eval.c (rb_method_missing): fix stack trace. | ko1 | 2007-11-27 | 5 | -17/+27 |
| * | * insns.def, compile.c: fix to allow dsym for alias/undef. | ko1 | 2007-11-27 | 5 | -39/+63 |
| * | * lib/drb/extserv.rb (initialize, stop_service): synchronize with | seki | 2007-11-26 | 3 | -7/+21 |
| * | more tests. | akr | 2007-11-26 | 3 | -157/+103 |
| * | * sprintf.c (rb_str_format): always trim preceding zeros. | matz | 2007-11-26 | 2 | -1/+6 |
| * | * re.c (Init_Regexp): new method Regexp#fixed_encoding? | akr | 2007-11-26 | 2 | -0/+5 |
| * | * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268] | keiju | 2007-11-26 | 2 | -0/+7 |
| * | fix coderange. | akr | 2007-11-26 | 1 | -1/+1 |
| * | * re.c (rb_reg_fixed_encoding_p): extracted from rb_reg_prepare_re and | akr | 2007-11-26 | 2 | -63/+54 |
| * | * io.c (rb_read_internal, rb_sysopen_internal): remove C99 dependency. | nobu | 2007-11-26 | 2 | -2/+12 |
| * | * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar): | matz | 2007-11-26 | 3 | -17/+11 |
| * | * bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb t... | nobu | 2007-11-26 | 2 | -14/+14 |
| * | * variable.c (rb_f_global_variables): variable names should not | matz | 2007-11-26 | 3 | -9/+12 |
| * | * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared. | akr | 2007-11-25 | 5 | -40/+318 |
| * | test_to_s refined. | akr | 2007-11-25 | 1 | -1/+1 |
| * | Import fast-loading gem_prelude.rb from RubyGems. | drbrain | 2007-11-25 | 9 | -34/+254 |