summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Support "require" as variable name in RDocdave2004-10-101-0/+5
* * lib/rss/converter.rb: changed to try to use Iconv for defaultkou2004-10-091-0/+7
* * io.c (rb_io_getline): should not treat char as negative value.nobu2004-10-091-2/+7
* * pack.c (pack_pack): pointer modification check before eachmatz2004-10-081-0/+5
* * ext/tk/lib/tk/optiondb.rb: make it more securenagai2004-10-071-0/+4
* * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai2004-10-071-0/+6
* * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai2004-10-071-0/+5
* * io.c (io_read): should freeze buffer before thread contextmatz2004-10-071-0/+3
* * pack.c (pack_unpack): string conversion should at the top of thematz2004-10-071-0/+8
* * ext/stringio/stringio.c: use FMODE_APPEND.nobu2004-10-061-0/+4
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-061-0/+4
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-061-0/+52
* * io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu2004-10-041-0/+5
* * ext/tk/lib/tk/image.rb: bug fixnagai2004-10-041-0/+7
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-031-0/+9
* * node.h (NEW_DVAR): extra semicolon.nobu2004-10-021-1/+5
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+57
* * ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai2004-10-011-0/+8
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-291-0/+11
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-291-3/+8
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-221-0/+15
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-221-0/+5
* Add documentation to fork()dave2004-09-211-0/+4
* * array.c (rb_ary_equal): merge miss.matz2004-09-211-0/+2
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-211-0/+23
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-0/+45
* * lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]aamine2004-09-171-0/+4
* * ext/tk/lib/multi-tk.rb: improve exit operationnagai2004-09-171-0/+4
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-171-0/+17
* * lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo2004-09-161-0/+9
* * ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai2004-09-151-0/+5
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai2004-09-141-0/+5
* Add simple formatter to ridave2004-09-141-0/+6
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-141-0/+10
* * ext/zlib/zlib.c: backported from HEAD.eban2004-09-131-0/+4
* * eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]eban2004-09-131-0/+4
* * ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai2004-09-131-0/+5
* * object.c (nil_inspect): fix typo.usa2004-09-131-0/+4
* * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai2004-09-121-0/+8
* * util.c (ruby_strdup): remove unnecessary code. (xmalloc neverocean2004-09-121-0/+7
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-111-0/+21
* Fix up cross-file class mergingdave2004-09-111-0/+4
* * ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean2004-09-101-0/+5
* James Buck's patch for call-seqdave2004-09-091-0/+5
* * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai2004-09-091-0/+7
* Allow spaces around parameter to define_method_underdave2004-09-091-0/+5
* * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu2004-09-081-3/+8
* * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai2004-09-081-0/+14
* * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct methodocean2004-09-061-0/+4
* * eval.c (cvar_cbase): singletons should refer outer cvar scope.matz2004-09-061-0/+8