aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * sample/optparse/opttest.rb: added.nobu2003-12-019-34/+130
* Add RDocdave2003-12-0136-0/+12367
* Add RDoc to listdave2003-12-011-0/+1
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-013-18/+51
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-12-014-3/+14
* 2003-12-01eban2003-11-301-4/+4
* * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGSeban2003-11-302-3/+9
* * configure.in: should put getcwd in AC_CHECK_FUNCS, noteban2003-11-302-2/+5
* * Makefile.in: add ARCH_FLAG to DLDFLAGS.eban2003-11-302-1/+3
* * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.eban2003-11-302-1/+3
* * Makefile.in: add ARCH_FLAG to CFLAGS.eban2003-11-301-2/+2
* * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban2003-11-303-11/+21
* * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban2003-11-303-86/+91
* * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai2003-11-302-1/+5
* * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi2003-11-3015-63/+498
* 2003-11-30nobu2003-11-301-3/+3
* * string.c (rb_str_update): get rid of SEGV at just allocated String.nobu2003-11-302-1/+8
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-285-41/+92
* fix TupleSpaceProxy#read, read_allseki2003-11-282-3/+7
* ChangeLog: FreeBSD.eban2003-11-281-1/+1
* * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, noteban2003-11-282-3/+8
* * test/ruby/test_env.rb (test_has_value, test_index): condition fornobu2003-11-282-1/+6
* * hash.c (env_has_value, env_index): must match exactly.nobu2003-11-282-2/+8
* * test/ruby/test_env.rb: add tests for ENV.usa2003-11-283-0/+89
* lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError.seki2003-11-281-0/+5
* re-raise DRbConnErrorseki2003-11-281-9/+3
* rescue SystemCallErrorseki2003-11-281-3/+17
* previous change refined.akr2003-11-281-3/+4
* * lib/pathname.rb (Pathname#realpath): obsolete the force_absoluteakr2003-11-282-3/+10
* * lib/soap/streamHandler.rb: drop unused http parameters.nahi2003-11-2818-95/+256
* * test/ruby/test_proc.rb (test_arity): added.nobu2003-11-271-13/+39
* * eval.c (method_arity): used wrong Proc object. [ruby-talk:86504]nobu2003-11-272-1/+5
* 2003-11-28eban2003-11-271-3/+3
* * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not butnobu2003-11-273-5/+8
* * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true asnobu2003-11-276-23/+46
* * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for aknu2003-11-273-0/+23
* win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter.eban2003-11-271-1/+1
* * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).nagai2003-11-272-20/+28
* 2003-11-27eban2003-11-271-3/+3
* * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device.eban2003-11-272-14/+16
* * test/fileutils/test_fileutils.rb: should take the existing symboliceban2003-11-262-1/+6
* 2003-11-26eban2003-11-261-3/+3
* * ext/syck/token.c: removed YYTOKTMP references whichwhy2003-11-256-91/+144
* * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=.gotoyuzo2003-11-253-1/+10
* add reference to ruby-dev.usa2003-11-251-1/+2
* * defines.h (ENV_IGNORECASE): should define when DOSISH withoutusa2003-11-253-9/+8
* * test/fileutils/test_fileutils.rb: do test in more deep directory.aamine2003-11-253-9/+20
* fix previous change.akr2003-11-252-2/+2
* * lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity testakr2003-11-252-3/+18
* * test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-...aamine2003-11-253-2/+17