summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-09-16* MANIFEST: add test/csv/mac.csv.eban
2003-09-15* lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi
2003-09-12OpenSSL updatemichal
2003-09-12* intern.h (rb_disable_super, rb_enable_super): replace with dummynobu
2003-09-12* bignum.c (rb_big_and): convert argument using 'to_int'.matz
2003-09-11whitespace fix in ChangeLog entrydblack
2003-09-11lib/scanf.rbdblack
2003-09-10* ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform.gotoyuzo
2003-09-10* eval.c (win32_get_exception_list): avoid VC7 warning.usa
2003-09-09* fill empty full-name fields on ChangeLog. Sorry.nagai
2003-09-09* eval.c (struct tag): dst should be VALUE.nobu
2003-09-08* ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.gotoyuzo
2003-09-08* lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" togotoyuzo
2003-09-08* forget the file path for the ChangeLog entry. Sorry.nagai
2003-09-08* multi-tk.rb: modify security check at creating a new interpreternagai
2003-09-08* lib/optparse.rb, lib/optparse/version.rb: search also allnobu
2003-09-08* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo
2003-09-08* ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo
2003-09-08* lib/webrick/accesslog.rb (AccessLog::setup_params): use req.portgotoyuzo
2003-09-07* tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai
2003-09-06* test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi
2003-09-06* parse.y (assignable): call rb_compile_error(), not rb_bug().matz
2003-09-06* ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo
2003-09-05* win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa
2003-09-05* win32/win32.c (isInternalCmd): stupid miss.nobu
2003-09-05* Makefile.in (test): phony target.nobu
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* lib/mkmf.rb (have_library, find_library): configure by librarynobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-05* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo
2003-09-05* misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should notnobu
2003-09-05* eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz
2003-09-05* test/runner.rb: arguments should be keys.nobu
2003-09-05* test/ruby/test_system.rb (test_system): check existence of rubyeban
2003-09-05* lib/optparse.rb (--version): fix assignment/reference order.nobu
2003-09-05* test/runner.rb: added. gets testcases from command line and runs it.nahi
2003-09-05* test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi
2003-09-04* test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu
2003-09-04* test/ruby: tests for ruby itself.nahi
2003-09-04* test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. openednahi
2003-09-04* parse.y (tokadd_string): newlines have no special meanings innobu
2003-09-04* ext/io/wait/.cvsignore: added.nahi
2003-09-04* sample/openssl: added. Sample of standard distribution library should benahi
2003-09-04* test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir tonahi
2003-09-04* misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also isnobu
2003-09-04* test/csv/test_csv.rb: run on test/unit original layer.nahi
2003-09-03* ext/syck/token.c: headerless documents with root-level spacing nowwhy
2003-09-03* test: add test directory. Test::Unit aware testcases and needed files shouldnahi
2003-09-02* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo
2003-09-02* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz