aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL updatemichal2003-09-1217-335/+409
* * intern.h (rb_disable_super, rb_enable_super): replace with dummynobu2003-09-123-4/+13
* 2003-09-12eban2003-09-121-3/+3
* * bignum.c (rb_big_and): convert argument using 'to_int'.matz2003-09-127-24/+55
* Added documentation in RDoc format.wew2003-09-121-38/+799
* whitespace fix in ChangeLog entrydblack2003-09-111-2/+2
* lib/scanf.rbdblack2003-09-111-0/+5
* Took out useless @matched_item variable; some small refactoring.dblack2003-09-111-18/+18
* * ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform.gotoyuzo2003-09-102-0/+14
* 2003-09-10eban2003-09-101-3/+3
* * eval.c (win32_get_exception_list): avoid VC7 warning.usa2003-09-104-0/+18
* 2003-09-09eban2003-09-091-3/+3
* * fill empty full-name fields on ChangeLog. Sorry.nagai2003-09-091-4/+4
* * eval.c (struct tag): dst should be VALUE.nobu2003-09-093-10/+19
* * ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6.gotoyuzo2003-09-082-0/+22
* meta_vars should be String.gotoyuzo2003-09-081-1/+1
* * lib/webrick/httpserver.rb (HTTPServer#access_log): add "\n" togotoyuzo2003-09-083-2/+12
* * forget the file path for the ChangeLog entry. Sorry.nagai2003-09-081-1/+2
* * multi-tk.rb: modify security check at creating a new interpreternagai2003-09-082-4/+16
* * ext/openssl/ossl_config.c (ext/openssl/ossl_config.c): typofix (ossl_raise).eban2003-09-081-1/+1
* * lib/optparse.rb, lib/optparse/version.rb: search also allnobu2003-09-083-9/+29
* * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo2003-09-086-61/+316
* * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo2003-09-081-0/+21
* 2003-09-08eban2003-09-081-3/+3
* * lib/webrick/accesslog.rb (AccessLog::setup_params): use req.portgotoyuzo2003-09-088-14/+33
* * tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai2003-09-0717-79/+229
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-0610-28/+28
* 2003-09-07eban2003-09-061-3/+3
* * parse.y (assignable): call rb_compile_error(), not rb_bug().matz2003-09-062-1/+6
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-2/+0
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-0617-37/+102
* * sync to lib/csv/tests/csv_ut.rb.nahi2003-09-051-9/+7
* 2003-09-06usa2003-09-051-3/+3
* * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa2003-09-052-6/+18
* * win32/win32.c (isInternalCmd): stupid miss.nobu2003-09-052-9/+5
* * Makefile.in (test): phony target.nobu2003-09-052-2/+8
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-0532-802/+788
* * lib/mkmf.rb (have_library, find_library): configure by librarynobu2003-09-053-44/+88
* * same as the previous commit.nahi2003-09-052-3/+3
* * MANIFEST: add test/ruby/test_gc.rb.nahi2003-09-051-0/+1
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-0525-563/+569
* * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo2003-09-056-1/+56
* * misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should notnobu2003-09-052-2/+7
* * eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz2003-09-055-28/+60
* * test/runner.rb: arguments should be keys.nobu2003-09-052-1/+5
* * test/ruby/test_system.rb (test_system): check existence of rubyeban2003-09-052-7/+17
* test/runner.rb: convert Version to numeric array.nobu2003-09-051-3/+2
* test/runner.rb: add Release.nobu2003-09-051-3/+4
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-055-16/+53
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-053-6/+49