aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek2003-08-212-31/+29
* 2003-08-21eban2003-08-211-3/+3
* Small documentation update, including source attribution.gsinclair2003-08-211-2/+5
* Small changes to documentation; mainly hiding things from RDoc.gsinclair2003-08-215-21/+43
* 2003-08-20eban2003-08-201-3/+3
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-202-5/+28
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-195-49/+63
* RD -> RDoc, with embellishments, by William Webber.gsinclair2003-08-191-724/+1055
* to_s("+") implemented.shigek2003-08-195-499/+105
* E added. Typo corrected.shigek2003-08-191-3/+22
* * MANIFEST: add lib/webrick/ssl.rb.eban2003-08-191-0/+1
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-198-165/+201
* * io.c (next_argv): should not call GetOpenFile() if rb_stdout isshugo2003-08-192-3/+10
* * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo2003-08-187-38/+95
* 2003-08-19eban2003-08-181-3/+3
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-185-17/+34
* 2003-08-18nobu2003-08-181-3/+3
* * dir.c (glob_helper): preserve raw order for **.nobu2003-08-182-3/+8
* * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu2003-08-173-1/+7
* Refinement for speedup.shigek2003-08-171-24/+20
* * ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo2003-08-174-3/+28
* 2003-08-17eban2003-08-171-3/+3
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-172-4/+9
* 2003-08-16nobu2003-08-161-3/+3
* * 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