summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-10* gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocationnobu
2002-10-10* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban
2002-10-10* lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu
2002-10-09* gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu
2002-10-082002-10-08eban
2002-10-08* io.c (io_write): must check returned value from fwrite() beforenobu
2002-10-08* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.akr
2002-10-072002-10-07eban
2002-10-07* bignum.c (bigdivrem): bignum zero's len should not be 0.matz
2002-10-07* bignum.c (bigdivmod): wrong condition check for Bignum zero.matz
2002-10-07Fixed error messages and descriptions.ttate
2002-10-062002-10-06nobu
2002-10-05* eval.c (rb_load): should not pass block to the loaded file.aamine
2002-10-04* bignum.c (rb_big_rshift): num should be initialized by carrymatz
2002-10-04* eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu
2002-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira
2002-10-04* configure.in: use rb_cv_prog_gnu_ld on FreeBSD.eban
2002-10-04* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban
2002-10-03* gc.c (Init_stack): prefer address of argument rather than localnobu
2002-10-03* bcc32/mkexports.rb: to work on cygwin via telnet.nobu
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-10-02ditto.nobu
2002-10-02(_o_)nobu
2002-10-02* lib/delegate.rb (Delegator::initialize): use Object#classnobu
2002-10-02* configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu
2002-10-02Improve the description.ttate
2002-10-02* io.c (rb_io_wait_readable): handle retryable errors.nobu
2002-10-02* commit miss; and tcltklib fix too.matz
2002-10-02* gc.c (gc_sweep): free unused heap page to reduce process size ifmatz
2002-10-02* configure.in: set ac_cv_func_setitimer to "no" on Cygwin.eban
2002-10-012002-10-02nobu
2002-10-01 * ext/socket/socket.c (init_sock): no need for special finalizer,nobu
2002-10-01* range.c (range_check): need no Fixnum check.matz
2002-09-30* range.c (range_check): need no Fixnum check.matz
2002-09-302002-09-30nobu
2002-09-30* io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...nobu
2002-09-292002-09-29nobu
2002-09-29* win32/win32.c (rb_w32_open_osfhandle): adjustnobu
2002-09-28* win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa
2002-09-282002-09-28eban
2002-09-28* keywords: add braces around initializers.nobu
2002-09-28* hash.c (rb_hash_become): should check self-assignment afternobu
2002-09-28* hash.c (rb_hash_become): Hash#become should check addedmatz
2002-09-28* ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi
2002-09-27Update.knu
2002-09-27Update the MANIFEST files.knu
2002-09-272002-09-27knu
2002-09-27* eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...nobu
2002-09-27* eval.c (rb_eval): Class#inherited should be called after thematz
2002-09-26Add a knob WITH_BUNDLED_ENGINES to test.sh.knu