summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-122003-10-12eban
2003-10-12* ext/win32ole/extconf.rb: check "windows.h", not "windows".eban
2003-10-11* lib/rexml/quickpath.rb (REXML::QuickPath::match):eban
2003-10-11fix previous change.akr
2003-10-11* lib/pathname.rb (realpath): check existence of the file.akr
2003-10-11* lib/pathname.rb (realpath): re-implemented.akr
2003-10-112003-10-11eban
2003-10-11* lib/pathname.rb (realpath_rec): fix handling of symlink to absoluteakr
2003-10-11* lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo
2003-10-10* MANIFEST: add these files:eban
2003-10-10* Forgot to update the MANIFEST, WRT the removal of files from theser
2003-10-10* Changes to the encoding mechanism. If iconv is found, it is used firstser
2003-10-102003-10-10nobu
2003-10-09* eval.c (is_defined): inheritance line adjustment as like asnobu
2003-10-09* marshal.c (r_object0): remove unnecessary iv restoration formatz
2003-10-09* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): addgotoyuzo
2003-10-09* eval.c (rb_thread_start_0): prevent thread from GC.nobu
2003-10-09* eval.c (rb_thread_start_0): non-volatile should be restored fromnobu
2003-10-09* eval.c (proc_save_safe_level, proc_get_safe_level,nobu
2003-10-09* pack.c (uv_to_utf8): change message to "out of range", sincematz
2003-10-09* eval.c (rb_set_end_proc, rb_exec_end_proc): restore safe level.nobu
2003-10-09* eval.c (rb_yield_0): no error if block is empty.nobu
2003-10-092003-10-09eban
2003-10-09eval.c (eval): re-indented.nobu
2003-10-08commit miss.nobu
2003-10-08* eval.c (localjump_error): id should be ID.nobu
2003-10-082003-10-08eban
2003-10-08* MANIFEST: add these files:eban
2003-10-08 * lib/test/unit.rb: removed installation instructions.ntalbott
2003-10-07applied patch by OHARA Shigeki:mneumann
2003-10-07* MANIFEST: add test/ruby/endblockwarn.rb.eban
2003-10-07* test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited oldernahi
2003-10-07* test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi
2003-10-07define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist withakr
2003-10-07* ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.akr
2003-10-07* ext/socket/extconf.rb: useless assignment removed.akr
2003-10-07* test/ruby/test_beginendblock.rb (test_endinmethod): END{} is nownobu
2003-10-06* parse.y (stmt): should not expand mrhs if lhs is solely starred.nobu
2003-10-06* parse.y (stmt): rhs of multiple assignment should not bematz
2003-10-06* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriategotoyuzo
2003-10-06* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi
2003-10-06* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr
2003-10-06* marshal.c (w_object): wrong method name in the message.nobu
2003-10-062003-10-06eban
2003-10-06* parse.y (stmt): END in method should cause warning.matz
2003-10-06* test/ruby/test_iterator.rb (test_block_argument_without_paren): added.nahi
2003-10-06* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: added test fornahi
2003-10-06* marshal.c (w_object): should pass "weak" value to next level.matz
2003-10-05* lib/pathname.rb: version information is added in document.akr
2003-10-05* eval.c (rb_f_END): block should be given. [ruby-dev:21497]nobu