summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2002-09-21commit missnobu
2002-09-21* eval.c (rb_thread_raise): no need to save dead thread context.nobu
2002-09-20* parse.y (block_append): eliminate unused literal nodes.nobu
2002-09-20* lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu
2002-09-17* eval.c (rb_thread_die): put thread dead state.nobu
2002-09-17* eval.c (rb_mod_nesting): load wrapping module should appear inmatz
2002-09-16* io.c: add parameter prototype.aamine
2002-09-15* win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".H_Konishi
2002-09-15* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban
2002-09-14* error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi
2002-09-13* dir.c (glob_func_caller): add prototype to get rid of warning.nobu
2002-09-13* eval.c (rb_eval): avoid uninitialized global/class variablenobu
2002-09-13* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban
2002-09-12* bcc32/setup.mak : Control of a message.H_Konishi
2002-09-12* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)nobu
2002-09-12* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)nobu
2002-09-12* dir.c (glob_helper): prevent memory leak using rb_protect().matz
2002-09-11* eval.c (rb_trap_eval): preserve thread status and so on.nobu
2002-09-11* pp.rb (ARGF.pretty_print): implemented.akr
2002-09-11* eval.c (proc_to_s): refined format. [ruby-dev:18215]nobu
2002-09-11* win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa
2002-09-11* string.c (get_pat): Add an extra argument "quote".knu
2002-09-11* bcc32/Makefile.sub: remove unnecessary `.dll' from filename ofusa
2002-09-11retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...nobu