aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 2003-10-13eban2003-10-131-3/+3
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-136-39/+63
* 2003-10-12eban2003-10-121-3/+3
* * ext/win32ole/extconf.rb: check "windows.h", not "windows".eban2003-10-122-1/+6
* * lib/rexml/quickpath.rb (REXML::QuickPath::match):eban2003-10-112-1/+6
* fix previous change.akr2003-10-111-1/+3
* * lib/pathname.rb (realpath): check existence of the file.akr2003-10-112-2/+4
* * lib/pathname.rb (realpath): re-implemented.akr2003-10-112-57/+35
* 2003-10-11eban2003-10-111-3/+3
* * lib/pathname.rb (realpath_rec): fix handling of symlink to absoluteakr2003-10-112-6/+13
* * lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo2003-10-112-13/+25
* * MANIFEST: add these files:eban2003-10-101-0/+2
* * Forgot to update the MANIFEST, WRT the removal of files from theser2003-10-102-8/+1
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-1023-222/+183
* 2003-10-10nobu2003-10-101-3/+3
* * eval.c (is_defined): inheritance line adjustment as like asnobu2003-10-092-34/+51
* * 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