aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/Win32API/Win32API.c (Win32API_initialize): should pass someusa2003-08-132-1/+6
* commit missnobu2003-08-121-1/+1
* * ext/extmk.rb (extmake): compact $extlibs.nobu2003-08-122-7/+8
* 2003-08-12eban2003-08-121-3/+3
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-123-11/+28
* RD -> RDoc by William Webbergsinclair2003-08-111-248/+381
* * eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off thematz2003-08-112-2/+22
* * eval.c (rb_thread_restore_context): typo.matz2003-08-111-1/+1
* * eval.c (struct thread): add member to save backing store onmatz2003-08-113-4/+82
* * lib/debug.rb(debug_command): inspection command should inspect resultingnahi2003-08-112-6/+13
* 2003-08-11eban2003-08-111-3/+3
* * eval.c (rb_call_super): do not use rb_block_given_p() formatz2003-08-112-3/+12
* Bug fix: '-' should not be counted as a digit(to_s(n) format).shigek2003-08-101-4/+2
* * ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZEgotoyuzo2003-08-103-1/+10
* 2003-08-10eban2003-08-091-3/+3
* * cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)'eban2003-08-092-1/+6
* * marshal.c (w_object): do not dump generic instance variable whenmatz2003-08-092-2/+7
* Invalid date.shigek2003-08-081-1/+1
* F style output(like 1234.56789) implemented to to_s method.shigek2003-08-081-0/+7
* Comment changed.shigek2003-08-081-1/+1
* F style output(like 1234.56789) implemented to to_s method.shigek2003-08-084-108/+267
* 2003-08-08eban2003-08-081-3/+3
* * marshal.c (w_object): should set `c_arg' at first.matz2003-08-082-4/+8
* * bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program.eban2003-08-082-1/+6
* * lib/webrick/httputils.rb (FormData#list): should not takegotoyuzo2003-08-072-2/+6
* * cygwin/GNUmakefile: add forwarding DLL target for cygwin.eban2003-08-072-0/+10
* * cygwin/GNUmakefile: better --disbale-shared option support.eban2003-08-073-12/+33
* 2003-08-07eban2003-08-071-3/+3
* * eval.c (rb_f_at_exit): should not be called without a block.matz2003-08-072-22/+19
* * eval.c (rb_call0): forgot to pop ruby_class.matz2003-08-062-1/+5
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-0610-111/+161
* * gc.c: FreeBSD/ia64's mcontext_t is a bit different from that ofknu2003-08-062-0/+10
* Just small change.shigek2003-08-061-1/+1
* Comparison results adjusted to Float's.shigek2003-08-061-44/+6
* BigDecimal change.shigek2003-08-061-0/+5
* * lib/test/unit/testcase.rb: Added equality checking.ntalbott2003-08-064-3/+29
* 2003-08-06eban2003-08-061-3/+3
* RD -> RDoc by William Webbergsinclair2003-08-061-326/+302
* * lib/mkmf.rb (have_library): treat nil function name as "main".nobu2003-08-062-7/+7
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-065-23/+78
* * ext/Setup*: add io/wait and openssl.usa2003-08-057-3/+21
* * lib/net/http.rb: update document.aamine2003-08-054-69/+88
* RDoc updated by William Webbergsinclair2003-08-051-135/+204
* Trailing 0s in split removed.(to_digits changed).shigek2003-08-051-2/+0
* Trailing 0s in split removed. & bug in floor fixed.shigek2003-08-051-1/+3
* RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair2003-08-051-467/+405
* Bug in to_digits fixed.shigek2003-08-051-8/+5
* Trailing 0s in to_s removed. & Bug in VpFrac fixed.shigek2003-08-051-1/+4
* * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz2003-08-055-6/+21
* * lib/fileutils.rb (install): should preserve timestamp only.eban2003-08-052-5/+9