summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_open_osfhandle): adjustnobu2002-09-293-137/+136
* * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa2002-09-282-85/+142
* 2002-09-28eban2002-09-281-2/+2
* * keywords: add braces around initializers.nobu2002-09-283-80/+84
* * hash.c (rb_hash_become): should check self-assignment afternobu2002-09-282-1/+6
* * hash.c (rb_hash_become): Hash#become should check addedmatz2002-09-283-1/+15
* * ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi2002-09-282-1/+5
* 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