summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-10-17* marshal.c (w_byten): added; write n bytes from s to arg.nobu
2002-10-17* object.c (rb_str_to_dbl): RString ptr might be NULL.matz
2002-10-17* lib/fileutils.rb: stat.blksize might become 0/nil.aamine
2002-10-16* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu
2002-10-16* variable.c (rb_global_entry): not add global entry untilnobu
2002-10-12* win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu
2002-10-10* win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu
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-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-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-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-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-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-02* io.c (rb_io_wait_readable): handle retryable errors.nobu
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-01 * ext/socket/socket.c (init_sock): no need for special finalizer,nobu
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-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-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-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-26* ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu
2002-09-26* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu
2002-09-26* ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu
2002-09-26* ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu
2002-09-26* regex.c (re_match): p1 may exceed pend limit.matz
2002-09-25* dir.c (glob_helper): must not closedir() when exception raisednobu
2002-09-25* lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-23* eval.c (rb_call0): must not clear ruby_current_node, ornobu
2002-09-23* configure.in (RUBY_MINGW32): new macro. check for the MinGWeban
2002-09-22* eval.c (call_trace_func): should not call trace function whilenobu