aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-1613-93/+92
* Typo 'selt' corrected to 'self'.shigek2003-08-161-2/+2
* sqrt() & atan() added.shigek2003-08-152-5/+46
* Bug fix: limit & div combination.shigek2003-08-152-42/+42
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-157-27/+91
* 2003-08-15eban2003-08-151-3/+3
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-146-7/+46
* Bug fix and addition of math.rb.shigek2003-08-141-1/+10
* Newly added.shigek2003-08-141-0/+147
* Changed to use lib/bigdecimal/math.rb.shigek2003-08-141-36/+6
* lib/bigdecimal/math.rb added.shigek2003-08-141-0/+1
* Bug fix: div method.shigek2003-08-141-3/+5
* * ext/win32ole/win32ole.c (OLE_FREE): should not callsuke2003-08-142-5/+17
* 2003-08-14usa2003-08-141-3/+3
* * gc.c (rb_data_object_alloc): check type of 1st argument.usa2003-08-142-0/+6
* Ambiguity of BigDecimal::limit removed.shigek2003-08-135-70/+97
* * lib/webrick/https.rb (HTTPServer#run): should set syncing-modegotoyuzo2003-08-132-1/+7
* * eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.matz2003-08-133-4/+44
* 2003-08-13eban2003-08-131-3/+3
* * object.c (rb_class_s_alloc): add function prototype to avoid VC++eban2003-08-132-3/+8
* * 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