summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2003-10-05* eval.c (rb_eval): fix evaluation order. [ruby-list:38431]nobu
2003-10-05* test/uri/*: translated RUNIT to Test::Unit.akira
2003-10-05* lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi
2003-10-05* test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests aboutnahi
2003-10-05* test/ruby/envutil.rb: added. split "rubybin" from test_system.rb.nahi
2003-10-05 * test/testunit/runit/test_testresult.rb: removed some unnecessaryntalbott
2003-10-05 * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott
2003-10-05* lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi
2003-10-05 * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott
2003-10-04 * lib/test/unit/assertions.rb: made small improvements to assertionntalbott
2003-10-04 * lib/test/unit/assertions.rb: refactored message building.ntalbott
2003-10-04delete CVS confliction indicator. sorry.gotoyuzo
2003-10-04* ext/openssl/ossl_asn1.h: global symbols should be declaredgotoyuzo
2003-10-04* test/ruby/test_exception.rb (test_else): added.akira
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-04 * lib/test/unit/assertions.rb: changed assertion messages to rely morentalbott
2003-10-04* lib/drb/acl.rb, lib/drb/ssl.rb: added.seki
2003-10-04* gc.c (Init_stack): the type of space is changed to unsigned inteban
2003-10-04* lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi
2003-10-04* lib/pathname.rb (initialize): raise ArgumentError if argument hasakr