aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* (_o_)nobu2002-10-021-1/+1
* * lib/delegate.rb (Delegator::initialize): use Object#classnobu2002-10-021-1/+6
* * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu2002-10-021-0/+16
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-021-0/+18
* * 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-021-0/+4
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-0/+9
* * range.c (range_check): need no Fixnum check.matz2002-09-301-0/+4
* 2002-09-30nobu2002-09-301-1/+2
* * io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...nobu2002-09-301-0/+4
* * win32/win32.c (rb_w32_open_osfhandle): adjustnobu2002-09-291-0/+10
* * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa2002-09-281-0/+11
* * keywords: add braces around initializers.nobu2002-09-281-0/+4
* * hash.c (rb_hash_become): should check self-assignment afternobu2002-09-281-0/+5
* * hash.c (rb_hash_become): Hash#become should check addedmatz2002-09-281-0/+8
* * ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi2002-09-281-0/+4
* * eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...nobu2002-09-271-0/+8
* * eval.c (rb_eval): Class#inherited should be called after thematz2002-09-271-0/+10
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-261-0/+7
* * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu2002-09-261-0/+7
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-261-0/+7
* * ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu2002-09-261-0/+8
* * regex.c (re_match): p1 may exceed pend limit.matz2002-09-261-0/+4
* * dir.c (glob_helper): must not closedir() when exception raisednobu2002-09-251-1/+13
* * lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa2002-09-251-0/+4
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-0/+39
* * eval.c (rb_call0): must not clear ruby_current_node, ornobu2002-09-231-0/+15
* * configure.in (RUBY_MINGW32): new macro. check for the MinGWeban2002-09-231-0/+7
* * eval.c (call_trace_func): should not call trace function whilenobu2002-09-221-0/+12
* commit missnobu2002-09-211-4/+0
* * eval.c (rb_thread_raise): no need to save dead thread context.nobu2002-09-211-0/+8
* * parse.y (block_append): eliminate unused literal nodes.nobu2002-09-201-0/+6
* * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu2002-09-201-0/+4
* * eval.c (rb_thread_die): put thread dead state.nobu2002-09-171-0/+6
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-171-0/+7
* * io.c: add parameter prototype.aamine2002-09-161-2/+8
* * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".H_Konishi2002-09-151-0/+5
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-151-0/+16
* * error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi2002-09-141-0/+4
* * dir.c (glob_func_caller): add prototype to get rid of warning.nobu2002-09-131-2/+6
* * eval.c (rb_eval): avoid uninitialized global/class variablenobu2002-09-131-0/+7
* * lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban2002-09-131-0/+4
* * bcc32/setup.mak : Control of a message.H_Konishi2002-09-121-0/+6
* * dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)nobu2002-09-121-1/+3
* * dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)nobu2002-09-121-0/+4
* * dir.c (glob_helper): prevent memory leak using rb_protect().matz2002-09-121-0/+20
* * eval.c (rb_trap_eval): preserve thread status and so on.nobu2002-09-111-0/+5
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-111-0/+5
* * eval.c (proc_to_s): refined format. [ruby-dev:18215]nobu2002-09-111-0/+4
* * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa2002-09-111-0/+5