aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c (appendline): forget to terminate with nul.matz2002-09-2510-36/+83
* make it compilemichal2002-09-241-2/+0
* cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]michal2002-09-242-71/+63
* * eval.c (rb_call0): must not clear ruby_current_node, ornobu2002-09-235-26/+35
* * configure.in (RUBY_MINGW32): new macro. check for the MinGWeban2002-09-233-113/+144
* 2002-09-22nobu2002-09-221-2/+2
* * eval.c (call_trace_func): should not call trace function whilenobu2002-09-224-6/+23
* commit missnobu2002-09-211-4/+0
* * eval.c (rb_thread_raise): no need to save dead thread context.nobu2002-09-213-3/+11
* literal_append: remove.nobu2002-09-201-1/+0
* * parse.y (block_append): eliminate unused literal nodes.nobu2002-09-203-125/+83
* * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu2002-09-202-36/+398
* No exception report when the exception is not specified to catch.nahi2002-09-181-1/+1
* move struct timeval to missing.hmichal2002-09-176-54/+13
* * eval.c (rb_thread_die): put thread dead state.nobu2002-09-172-6/+18
* 2002-09-17eban2002-09-171-2/+2
* * eval.c (rb_mod_nesting): load wrapping module should appear inmatz2002-09-174-7/+20
* * io.c: add parameter prototype.aamine2002-09-163-4/+10
* * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".H_Konishi2002-09-152-18/+30
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-157-17/+72
* * error.c(rb_sys_fail): remove case EPIPE on bcc32 .H_Konishi2002-09-142-3/+4
* * dir.c (glob_func_caller): add prototype to get rid of warning.nobu2002-09-132-4/+11
* 2002-09-13nobu2002-09-131-2/+2
* * eval.c (rb_eval): avoid uninitialized global/class variablenobu2002-09-133-3/+15
* Fix-Addons [ruby-core:483] with corrections from [ruby-core:484]michal2002-09-131-8/+8
* * lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban2002-09-132-0/+6
* * bcc32/setup.mak : Control of a message.H_Konishi2002-09-123-13/+22
* * dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)nobu2002-09-122-2/+4
* * dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)nobu2002-09-122-0/+6
* * dir.c (glob_helper): prevent memory leak using rb_protect().matz2002-09-124-83/+158
* 2002-09-12knu2002-09-111-2/+2
* * eval.c (rb_trap_eval): preserve thread status and so on.nobu2002-09-112-24/+84
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-115-17/+36
* * eval.c (proc_to_s): refined format. [ruby-dev:18215]nobu2002-09-112-4/+9
* * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa2002-09-113-1/+17
* * string.c (get_pat): Add an extra argument "quote".knu2002-09-112-17/+26
* * bcc32/Makefile.sub: remove unnecessary `.dll' from filename ofusa2002-09-115-14/+25
* 2002-09-11nobu2002-09-111-2/+2
* retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...nobu2002-09-112-21/+107
* * win32/Makefile.sub (ext): make directory `ext' on compile dir.usa2002-09-112-2/+9
* * win32/configure.bat: add CR to end of line.usa2002-09-111-32/+32
* * eval.c (rb_mod_define_method): initialize orig_func too.nobu2002-09-102-0/+6
* 2002-09-10nobu2002-09-101-2/+2
* * parse.y (nextc): restore line number after here documents.nobu2002-09-102-0/+15
* * lib/mkmf.rb: $hdrdir is $top_srcdir if invoked from extmk.rbeban2002-09-101-2/+4
* * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban2002-09-103-9/+22
* * ChangeLog: specify the source.usa2002-09-101-3/+4
* * win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa2002-09-105-59/+108
* * win32/win32.h (S_I?USR): define only if not mingw32.eban2002-09-092-3/+7
* capa field in RString, and RArray is now LONG (ruby-lang:458)michal2002-09-091-2/+2