summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-10-14* lib/generator.rb: A new library which converts an internalknu
2003-10-14ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :nagai
2003-10-14* test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu
2003-10-14ChangeLog: forgot. sorrynagai
2003-10-14ext/tcltklib/tcltklib.c:nagai
2003-10-14forgot..nahi
2003-10-14* eval.c (ruby_finalize_0): return the given exit status unlessnobu
2003-10-14* intern.h (ruby_stop): never return.nobu
2003-10-13* lib/pathname.rb (realpath): make ELOOP check bit more robust.akr
2003-10-13* eval.c (rb_require_safe): segfault after loading .so.nobu
2003-10-13Add ext/enumerator, a helper module for the Enumerable interface.knu
2003-10-13* test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],eban
2003-10-13* eval.c (rb_feature_p): match by classified suffix.nobu
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
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-11* lib/pathname.rb (realpath): check existence of the file.akr
2003-10-11* lib/pathname.rb (realpath): re-implemented.akr
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-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-08commit miss.nobu
2003-10-08* eval.c (localjump_error): id should be ID.nobu
2003-10-08 * lib/test/unit.rb: removed installation instructions.ntalbott
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-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
2003-10-05* lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo