aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-181-0/+8
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-171-0/+9
* * marshal.c (w_byten): added; write n bytes from s to arg.nobu2002-10-171-0/+9
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-0/+17
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-0/+6
* * sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu2002-10-161-0/+6
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-161-0/+7
* * win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu2002-10-121-0/+5
* * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu2002-10-101-0/+9
* * gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocationnobu2002-10-101-0/+8
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban2002-10-101-0/+5
* * lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu2002-10-101-0/+9
* * gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu2002-10-091-0/+9
* * io.c (io_write): must check returned value from fwrite() beforenobu2002-10-081-0/+5
* * lib/prettyprint.rb (PrettyPrint.singleline_format): new method.akr2002-10-081-0/+4
* * bignum.c (bigdivrem): bignum zero's len should not be 0.matz2002-10-071-0/+4
* * bignum.c (bigdivmod): wrong condition check for Bignum zero.matz2002-10-071-0/+6
* * eval.c (rb_load): should not pass block to the loaded file.aamine2002-10-051-0/+5
* * bignum.c (rb_big_rshift): num should be initialized by carrymatz2002-10-041-0/+7
* * eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu2002-10-041-0/+7
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-041-0/+7
* * gc.c (Init_stack): prefer address of argument rather than localnobu2002-10-031-1/+4
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-0/+27
* (_o_)nobu2002-10-021-1/+1
* * lib/delegate.rb (Delegator::initialize): use Object#classnobu2002-10-021-1/+6
* * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu2002-10-021-0/+16
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-021-0/+18
* * 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-021-0/+4
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-0/+9
* * range.c (range_check): need no Fixnum check.matz2002-09-301-0/+4
* 2002-09-30nobu2002-09-301-1/+2
* * io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...nobu2002-09-301-0/+4
* * win32/win32.c (rb_w32_open_osfhandle): adjustnobu2002-09-291-0/+10
* * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa2002-09-281-0/+11
* * keywords: add braces around initializers.nobu2002-09-281-0/+4
* * hash.c (rb_hash_become): should check self-assignment afternobu2002-09-281-0/+5
* * hash.c (rb_hash_become): Hash#become should check addedmatz2002-09-281-0/+8
* * ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi2002-09-281-0/+4
* * eval.c (rb_thread_deadlock, rb_thread_schedule, rb_thread_join): more verbo...nobu2002-09-271-0/+8
* * eval.c (rb_eval): Class#inherited should be called after thematz2002-09-271-0/+10
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-261-0/+7
* * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu2002-09-261-0/+7
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-261-0/+7
* * ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu2002-09-261-0/+8
* * regex.c (re_match): p1 may exceed pend limit.matz2002-09-261-0/+4
* * dir.c (glob_helper): must not closedir() when exception raisednobu2002-09-251-1/+13
* * lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa2002-09-251-0/+4
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-0/+39
* * eval.c (rb_call0): must not clear ruby_current_node, ornobu2002-09-231-0/+15