aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-176-24/+60
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-0/+6
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-44/+54
* * sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu2002-10-162-15/+36
* 2002-10-16nobu2002-10-161-2/+2
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-162-2/+9
* 2002-10-12nobu2002-10-121-2/+2
* * win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu2002-10-122-3/+13
* * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu2002-10-103-29/+80
* rename malloc_memories to malloc_increase. [ruby-cvs:05237]nobu2002-10-101-5/+5
* use BUITIN_TYPE() rather than TYPE().nobu2002-10-101-1/+1
* * gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocationnobu2002-10-102-0/+61
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban2002-10-103-7/+13
* * lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu2002-10-102-11/+16
* * gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu2002-10-094-10/+31
* 2002-10-08eban2002-10-081-2/+2
* * io.c (io_write): must check returned value from fwrite() beforenobu2002-10-082-6/+9
* * lib/prettyprint.rb (PrettyPrint.singleline_format): new method.akr2002-10-083-4/+57
* 2002-10-07eban2002-10-071-2/+2
* * bignum.c (bigdivrem): bignum zero's len should not be 0.matz2002-10-072-2/+6
* * bignum.c (bigdivmod): wrong condition check for Bignum zero.matz2002-10-072-1/+8
* Fixed error messages and descriptions.ttate2002-10-072-5/+5
* 2002-10-06nobu2002-10-061-2/+2
* * eval.c (rb_load): should not pass block to the loaded file.aamine2002-10-052-0/+7
* * bignum.c (rb_big_rshift): num should be initialized by carrymatz2002-10-043-2/+13
* * eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu2002-10-042-6/+19
* updated uri.rb and uri/*.rb to uri-0.9.7akira2002-10-045-37/+76
* * configure.in: use rb_cv_prog_gnu_ld on FreeBSD.eban2002-10-041-2/+2
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-044-3/+26
* * gc.c (Init_stack): prefer address of argument rather than localnobu2002-10-032-4/+5
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-036-21/+91
* use Object#class instead of deprecated Object#type.nobu2002-10-0222-93/+91
* ditto.nobu2002-10-021-1/+1
* (_o_)nobu2002-10-021-1/+1
* * lib/delegate.rb (Delegator::initialize): use Object#classnobu2002-10-022-3/+8
* * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu2002-10-024-9/+108
* Improve the description.ttate2002-10-021-6/+5
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-025-66/+90
* * commit miss; and tcltklib fix too.matz2002-10-028-24/+59
* * gc.c (gc_sweep): free unused heap page to reduce process size ifmatz2002-10-021-0/+7
* * configure.in: set ac_cv_func_setitimer to "no" on Cygwin.eban2002-10-022-1/+7
* 2002-10-02nobu2002-10-011-2/+2
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-014-44/+9
* * range.c (range_check): need no Fixnum check.matz2002-10-012-1/+28
* * range.c (range_check): need no Fixnum check.matz2002-09-302-4/+6
* 2002-09-30nobu2002-09-302-3/+4
* * io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...nobu2002-09-302-2/+6
* 2002-09-29nobu2002-09-291-2/+2
* * win32/win32.c (rb_w32_open_osfhandle): adjustnobu2002-09-293-137/+136
* * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa2002-09-282-85/+142