| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * MANIFEST: add these files: | eban | 2003-10-10 | 1 | -0/+2 |
| * | * Forgot to update the MANIFEST, WRT the removal of files from the | ser | 2003-10-10 | 2 | -8/+1 |
| * | * Changes to the encoding mechanism. If iconv is found, it is used first | ser | 2003-10-10 | 23 | -222/+183 |
| * | 2003-10-10 | nobu | 2003-10-10 | 1 | -3/+3 |
| * | * eval.c (is_defined): inheritance line adjustment as like as | nobu | 2003-10-09 | 2 | -34/+51 |
| * | * marshal.c (r_object0): remove unnecessary iv restoration for | matz | 2003-10-09 | 6 | -51/+62 |
| * | * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add | gotoyuzo | 2003-10-09 | 3 | -7/+16 |
| * | * eval.c (rb_thread_start_0): prevent thread from GC. | nobu | 2003-10-09 | 2 | -1/+7 |
| * | * eval.c (rb_thread_start_0): non-volatile should be restored from | nobu | 2003-10-09 | 2 | -1/+7 |
| * | * eval.c (proc_save_safe_level, proc_get_safe_level, | nobu | 2003-10-09 | 2 | -34/+10 |
| * | * pack.c (uv_to_utf8): change message to "out of range", since | matz | 2003-10-09 | 4 | -3/+20 |
| * | * eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level. | nobu | 2003-10-09 | 2 | -0/+11 |
| * | * eval.c (rb_yield_0): no error if block is empty. | nobu | 2003-10-09 | 2 | -1/+8 |
| * | 2003-10-09 | eban | 2003-10-09 | 1 | -3/+3 |
| * | eval.c (eval): re-indented. | nobu | 2003-10-09 | 1 | -10/+10 |
| * | commit miss. | nobu | 2003-10-08 | 1 | -4/+0 |
| * | * eval.c (localjump_error): id should be ID. | nobu | 2003-10-08 | 2 | -22/+50 |
| * | 2003-10-08 | eban | 2003-10-08 | 1 | -3/+3 |
| * | * MANIFEST: add these files: | eban | 2003-10-08 | 1 | -0/+4 |
| * | * lib/test/unit.rb: removed installation instructions. | ntalbott | 2003-10-08 | 10 | -233/+775 |
| * | applied patch by OHARA Shigeki: | mneumann | 2003-10-07 | 1 | -9/+3 |
| * | * MANIFEST: add test/ruby/endblockwarn.rb. | eban | 2003-10-07 | 1 | -0/+1 |
| * | * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited older | nahi | 2003-10-07 | 2 | -15/+1 |
| * | * test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END. | nahi | 2003-10-07 | 5 | -19/+119 |
| * | define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist with | akr | 2003-10-07 | 2 | -3/+3 |
| * | * ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE. | akr | 2003-10-07 | 2 | -1/+8 |
| * | * ext/socket/extconf.rb: useless assignment removed. | akr | 2003-10-07 | 2 | -2/+6 |
| * | * test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now | nobu | 2003-10-07 | 2 | -1/+9 |
| * | * parse.y (stmt): should not expand mrhs if lhs is solely starred. | nobu | 2003-10-06 | 2 | -2/+6 |
| * | * parse.y (stmt): rhs of multiple assignment should not be | matz | 2003-10-06 | 5 | -35/+44 |
| * | * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate | gotoyuzo | 2003-10-06 | 2 | -1/+61 |
| * | * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO | nahi | 2003-10-06 | 3 | -14/+62 |
| * | * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists. | akr | 2003-10-06 | 3 | -1/+20 |
| * | * marshal.c (w_object): wrong method name in the message. | nobu | 2003-10-06 | 2 | -1/+5 |
| * | 2003-10-06 | eban | 2003-10-06 | 1 | -3/+3 |
| * | * parse.y (stmt): END in method should cause warning. | matz | 2003-10-06 | 2 | -2/+7 |
| * | * test/ruby/test_iterator.rb (test_block_argument_without_paren): added. | nahi | 2003-10-06 | 2 | -6/+16 |
| * | * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test for | nahi | 2003-10-06 | 3 | -1/+24 |
| * | * marshal.c (w_object): should pass "weak" value to next level. | matz | 2003-10-06 | 4 | -3/+11 |
| * | * lib/pathname.rb: version information is added in document. | akr | 2003-10-05 | 2 | -3/+43 |
| * | * eval.c (rb_f_END): block should be given. [ruby-dev:21497] | nobu | 2003-10-05 | 2 | -0/+5 |
| * | * lib/ext/openssl/extconf.rb: add check for some engine functions | gotoyuzo | 2003-10-05 | 3 | -0/+35 |
| * | * MANIFEST: add these files: | eban | 2003-10-05 | 1 | -0/+7 |
| * | add rinda, (import from drb-2.0.4) | seki | 2003-10-05 | 4 | -0/+652 |
| * | * eval.c (rb_eval): fix evaluation order. [ruby-list:38431] | nobu | 2003-10-05 | 2 | -7/+20 |
| * | * test/uri/*: translated RUNIT to Test::Unit. | akira | 2003-10-05 | 7 | -167/+76 |
| * | * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix. | nahi | 2003-10-05 | 4 | -3/+19 |
| * | * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests about | nahi | 2003-10-05 | 3 | -3/+48 |
| * | * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb. | nahi | 2003-10-05 | 5 | -5/+43 |
| * | * test/testunit/runit/test_testresult.rb: removed some unnecessary | ntalbott | 2003-10-05 | 2 | -17/+6 |