aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (r_object0): remove unnecessary iv restoration formatz2003-10-096-51/+62
* * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): addgotoyuzo2003-10-093-7/+16
* * eval.c (rb_thread_start_0): prevent thread from GC.nobu2003-10-092-1/+7
* * eval.c (rb_thread_start_0): non-volatile should be restored fromnobu2003-10-092-1/+7
* * eval.c (proc_save_safe_level, proc_get_safe_level,nobu2003-10-092-34/+10
* * pack.c (uv_to_utf8): change message to "out of range", sincematz2003-10-094-3/+20
* * eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level.nobu2003-10-092-0/+11
* * eval.c (rb_yield_0): no error if block is empty.nobu2003-10-092-1/+8
* 2003-10-09eban2003-10-091-3/+3
* eval.c (eval): re-indented.nobu2003-10-091-10/+10
* commit miss.nobu2003-10-081-4/+0
* * eval.c (localjump_error): id should be ID.nobu2003-10-082-22/+50
* 2003-10-08eban2003-10-081-3/+3
* * MANIFEST: add these files:eban2003-10-081-0/+4
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-0810-233/+775
* applied patch by OHARA Shigeki:mneumann2003-10-071-9/+3
* * MANIFEST: add test/ruby/endblockwarn.rb.eban2003-10-071-0/+1
* * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited oldernahi2003-10-072-15/+1
* * test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi2003-10-075-19/+119
* define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist withakr2003-10-072-3/+3
* * ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.akr2003-10-072-1/+8
* * ext/socket/extconf.rb: useless assignment removed.akr2003-10-072-2/+6
* * test/ruby/test_beginendblock.rb (test_endinmethod): END{} is nownobu2003-10-072-1/+9
* * parse.y (stmt): should not expand mrhs if lhs is solely starred.nobu2003-10-062-2/+6
* * parse.y (stmt): rhs of multiple assignment should not bematz2003-10-065-35/+44
* * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriategotoyuzo2003-10-062-1/+61
* * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi2003-10-063-14/+62
* * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr2003-10-063-1/+20
* * marshal.c (w_object): wrong method name in the message.nobu2003-10-062-1/+5
* 2003-10-06eban2003-10-061-3/+3
* * parse.y (stmt): END in method should cause warning.matz2003-10-062-2/+7
* * test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi2003-10-062-6/+16
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test fornahi2003-10-063-1/+24
* * marshal.c (w_object): should pass "weak" value to next level.matz2003-10-064-3/+11
* * lib/pathname.rb: version information is added in document.akr2003-10-052-3/+43
* * eval.c (rb_f_END): block should be given. [ruby-dev:21497]nobu2003-10-052-0/+5
* * lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo2003-10-053-0/+35
* * MANIFEST: add these files:eban2003-10-051-0/+7
* add rinda, (import from drb-2.0.4)seki2003-10-054-0/+652
* * eval.c (rb_eval): fix evaluation order. [ruby-list:38431]nobu2003-10-052-7/+20
* * test/uri/*: translated RUNIT to Test::Unit.akira2003-10-057-167/+76
* * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi2003-10-054-3/+19
* * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests aboutnahi2003-10-053-3/+48
* * test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi2003-10-055-5/+43
* * test/testunit/runit/test_testresult.rb: removed some unnecessaryntalbott2003-10-052-17/+6
* * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott2003-10-057-9/+721
* * lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi2003-10-052-3/+8
* * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott2003-10-053-10/+41
* * lib/test/unit/assertions.rb: made small improvements to assertionntalbott2003-10-044-104/+100
* * lib/test/unit/assertions.rb: refactored message building.ntalbott2003-10-042-108/+98