aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * commit miss; and tcltklib fix too.matz2002-10-028-24/+59
* * gc.c (gc_sweep): free unused heap page to reduce process size ifmatz2002-10-021-0/+7
* * configure.in: set ac_cv_func_setitimer to "no" on Cygwin.eban2002-10-022-1/+7
* 2002-10-02nobu2002-10-011-2/+2
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-014-44/+9
* * range.c (range_check): need no Fixnum check.matz2002-10-012-1/+28
* * range.c (range_check): need no Fixnum check.matz2002-09-302-4/+6
* 2002-09-30nobu2002-09-302-3/+4
* * io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...nobu2002-09-302-2/+6
* 2002-09-29nobu2002-09-291-2/+2
* * 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