aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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