aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (get_pat): Add an extra argument "quote".knu2002-09-111-0/+7
* * bcc32/Makefile.sub: remove unnecessary `.dll' from filename ofusa2002-09-111-0/+11
* retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...nobu2002-09-111-0/+21
* * win32/Makefile.sub (ext): make directory `ext' on compile dir.usa2002-09-111-0/+5
* * eval.c (rb_mod_define_method): initialize orig_func too.nobu2002-09-101-0/+5
* * parse.y (nextc): restore line number after here documents.nobu2002-09-101-0/+7
* * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban2002-09-101-0/+7
* * ChangeLog: specify the source.usa2002-09-101-3/+4
* * win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa2002-09-101-0/+12
* * win32/win32.h (S_I?USR): define only if not mingw32.eban2002-09-091-0/+4
* * ext/stringio/stringio.c (strio_set_string): reinitializenobu2002-09-091-0/+11
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-081-0/+7