| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ext/syck/syck.c: string buffering bug. decrementing by full | why | 2003-12-01 | 2 | -10/+15 |
* | * numeric.c (num_sadded): prohibit singleton method definition for | matz | 2003-12-01 | 4 | -43/+62 |
* | * pack.c (htov16): converts endian using swap16. htov32(), hton16, | matz | 2003-12-01 | 4 | -66/+117 |
* | * sample/optparse/opttest.rb: added. | nobu | 2003-12-01 | 9 | -34/+130 |
* | Add RDoc | dave | 2003-12-01 | 36 | -0/+12367 |
* | Add RDoc to list | dave | 2003-12-01 | 1 | -0/+1 |
* | * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar... | aamine | 2003-12-01 | 3 | -18/+51 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub | usa | 2003-12-01 | 4 | -3/+14 |
* | 2003-12-01 | eban | 2003-11-30 | 1 | -4/+4 |
* | * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGS | eban | 2003-11-30 | 2 | -3/+9 |
* | * configure.in: should put getcwd in AC_CHECK_FUNCS, not | eban | 2003-11-30 | 2 | -2/+5 |
* | * Makefile.in: add ARCH_FLAG to DLDFLAGS. | eban | 2003-11-30 | 2 | -1/+3 |
* | * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS. | eban | 2003-11-30 | 2 | -1/+3 |
* | * Makefile.in: add ARCH_FLAG to CFLAGS. | eban | 2003-11-30 | 1 | -2/+2 |
* | * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG. | eban | 2003-11-30 | 3 | -11/+21 |
* | * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS, | eban | 2003-11-30 | 3 | -86/+91 |
* | * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746] | nagai | 2003-11-30 | 2 | -1/+5 |
* | * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifying | nahi | 2003-11-30 | 15 | -63/+498 |
* | 2003-11-30 | nobu | 2003-11-30 | 1 | -3/+3 |
* | * string.c (rb_str_update): get rid of SEGV at just allocated String. | nobu | 2003-11-30 | 2 | -1/+8 |
* | * gc.c (gc_mark): explicitly check mark recursion levels, instead | matz | 2003-11-28 | 5 | -41/+92 |
* | fix TupleSpaceProxy#read, read_all | seki | 2003-11-28 | 2 | -3/+7 |
* | ChangeLog: FreeBSD. | eban | 2003-11-28 | 1 | -1/+1 |
* | * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not | eban | 2003-11-28 | 2 | -3/+8 |
* | * test/ruby/test_env.rb (test_has_value, test_index): condition for | nobu | 2003-11-28 | 2 | -1/+6 |
* | * hash.c (env_has_value, env_index): must match exactly. | nobu | 2003-11-28 | 2 | -2/+8 |
* | * test/ruby/test_env.rb: add tests for ENV. | usa | 2003-11-28 | 3 | -0/+89 |
* | lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError. | seki | 2003-11-28 | 1 | -0/+5 |
* | re-raise DRbConnError | seki | 2003-11-28 | 1 | -9/+3 |
* | rescue SystemCallError | seki | 2003-11-28 | 1 | -3/+17 |
* | previous change refined. | akr | 2003-11-28 | 1 | -3/+4 |
* | * lib/pathname.rb (Pathname#realpath): obsolete the force_absolute | akr | 2003-11-28 | 2 | -3/+10 |
* | * lib/soap/streamHandler.rb: drop unused http parameters. | nahi | 2003-11-28 | 18 | -95/+256 |
* | * test/ruby/test_proc.rb (test_arity): added. | nobu | 2003-11-27 | 1 | -13/+39 |
* | * eval.c (method_arity): used wrong Proc object. [ruby-talk:86504] | nobu | 2003-11-27 | 2 | -1/+5 |
* | 2003-11-28 | eban | 2003-11-27 | 1 | -3/+3 |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but | nobu | 2003-11-27 | 3 | -5/+8 |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu | 2003-11-27 | 6 | -23/+46 |
* | * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a | knu | 2003-11-27 | 3 | -0/+23 |
* | win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter. | eban | 2003-11-27 | 1 | -1/+1 |
* | * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode). | nagai | 2003-11-27 | 2 | -20/+28 |
* | 2003-11-27 | eban | 2003-11-27 | 1 | -3/+3 |
* | * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device. | eban | 2003-11-27 | 2 | -14/+16 |
* | * test/fileutils/test_fileutils.rb: should take the existing symbolic | eban | 2003-11-26 | 2 | -1/+6 |
* | 2003-11-26 | eban | 2003-11-26 | 1 | -3/+3 |
* | * ext/syck/token.c: removed YYTOKTMP references which | why | 2003-11-25 | 6 | -91/+144 |
* | * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=. | gotoyuzo | 2003-11-25 | 3 | -1/+10 |
* | add reference to ruby-dev. | usa | 2003-11-25 | 1 | -1/+2 |
* | * defines.h (ENV_IGNORECASE): should define when DOSISH without | usa | 2003-11-25 | 3 | -9/+8 |
* | * test/fileutils/test_fileutils.rb: do test in more deep directory. | aamine | 2003-11-25 | 3 | -9/+20 |