aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update.knu2002-09-274-10/+37
* Update the MANIFEST files.knu2002-09-274-0/+12
* 2002-09-27knu2002-09-271-2/+2
* * eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...nobu2002-09-272-7/+30
* * eval.c (rb_eval): Class#inherited should be called after thematz2002-09-273-5/+12
* Add a knob WITH_BUNDLED_ENGINES to test.sh.knu2002-09-261-2/+8
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-266-5/+84
* * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu2002-09-266-5/+88
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-266-4/+63
* * ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu2002-09-262-5/+10
* * regex.c (re_match): p1 may exceed pend limit.matz2002-09-264-9/+5
* * dir.c (glob_helper): must not closedir() when exception raisednobu2002-09-255-26/+20
* * lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa2002-09-252-2/+9
* * 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