aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (bigdivmod): wrong condition check for Bignum zero.matz2002-10-072-1/+8
* Fixed error messages and descriptions.ttate2002-10-072-5/+5
* 2002-10-06nobu2002-10-061-2/+2
* * eval.c (rb_load): should not pass block to the loaded file.aamine2002-10-052-0/+7
* * bignum.c (rb_big_rshift): num should be initialized by carrymatz2002-10-043-2/+13
* * eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu2002-10-042-6/+19
* updated uri.rb and uri/*.rb to uri-0.9.7akira2002-10-045-37/+76
* * configure.in: use rb_cv_prog_gnu_ld on FreeBSD.eban2002-10-041-2/+2
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-044-3/+26
* * gc.c (Init_stack): prefer address of argument rather than localnobu2002-10-032-4/+5
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-036-21/+91
* use Object#class instead of deprecated Object#type.nobu2002-10-0222-93/+91
* ditto.nobu2002-10-021-1/+1
* (_o_)nobu2002-10-021-1/+1
* * lib/delegate.rb (Delegator::initialize): use Object#classnobu2002-10-022-3/+8
* * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu2002-10-024-9/+108
* Improve the description.ttate2002-10-021-6/+5
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-025-66/+90
* * 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