aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek2003-08-211-0/+5
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-201-0/+5
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-191-0/+10
* to_s("+") implemented.shigek2003-08-191-0/+6
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-191-0/+21
* * io.c (next_argv): should not call GetOpenFile() if rb_stdout isshugo2003-08-191-0/+5
* * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo2003-08-181-0/+18
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-181-0/+13
* * dir.c (glob_helper): preserve raw order for **.nobu2003-08-181-0/+4
* * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu2003-08-171-0/+4
* * ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo2003-08-171-1/+12
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-0/+5
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-0/+26
* sqrt() & atan() added.shigek2003-08-151-0/+7
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-0/+25
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-141-0/+21
* Bug fix and addition of math.rb.shigek2003-08-141-1/+10
* * ext/win32ole/win32ole.c (OLE_FREE): should not callsuke2003-08-141-0/+10
* * gc.c (rb_data_object_alloc): check type of 1st argument.usa2003-08-141-0/+5
* Ambiguity of BigDecimal::limit removed.shigek2003-08-131-0/+4
* * lib/webrick/https.rb (HTTPServer#run): should set syncing-modegotoyuzo2003-08-131-1/+6
* * eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.matz2003-08-131-0/+7
* * object.c (rb_class_s_alloc): add function prototype to avoid VC++eban2003-08-131-0/+5
* * ext/Win32API/Win32API.c (Win32API_initialize): should pass someusa2003-08-131-0/+5
* * ext/extmk.rb (extmake): compact $extlibs.nobu2003-08-121-1/+3
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-121-0/+7
* * eval.c (THREAD_SAVE_CONTEXT): should explicitly turn off thematz2003-08-111-0/+3
* * eval.c (struct thread): add member to save backing store onmatz2003-08-111-0/+15
* * lib/debug.rb(debug_command): inspection command should inspect resultingnahi2003-08-111-0/+7
* * eval.c (rb_call_super): do not use rb_block_given_p() formatz2003-08-111-0/+7
* * ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZEgotoyuzo2003-08-101-0/+8
* * cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)'eban2003-08-091-0/+5
* * marshal.c (w_object): do not dump generic instance variable whenmatz2003-08-091-0/+5
* Invalid date.shigek2003-08-081-1/+1
* F style output(like 1234.56789) implemented to to_s method.shigek2003-08-081-0/+7
* * marshal.c (w_object): should set `c_arg' at first.matz2003-08-081-0/+4
* * bcc32/Makefile.sub: rubyw.exe should be a Windows GUI program.eban2003-08-081-0/+5
* * lib/webrick/httputils.rb (FormData#list): should not takegotoyuzo2003-08-071-0/+5
* * cygwin/GNUmakefile: add forwarding DLL target for cygwin.eban2003-08-071-0/+2
* * cygwin/GNUmakefile: better --disbale-shared option support.eban2003-08-071-0/+10
* * eval.c (rb_f_at_exit): should not be called without a block.matz2003-08-071-0/+5
* * eval.c (rb_call0): forgot to pop ruby_class.matz2003-08-061-0/+2
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-0/+50
* * gc.c: FreeBSD/ia64's mcontext_t is a bit different from that ofknu2003-08-061-0/+6
* BigDecimal change.shigek2003-08-061-0/+5
* * lib/test/unit/testcase.rb: Added equality checking.ntalbott2003-08-061-0/+6
* * lib/mkmf.rb (have_library): treat nil function name as "main".nobu2003-08-061-3/+3
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-0/+24
* * ext/Setup*: add io/wait and openssl.usa2003-08-051-0/+4
* * lib/net/http.rb: update document.aamine2003-08-051-0/+8