summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-10-18* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu
2004-10-18* marshal.c (r_object0): check inheritance by the internal function.nobu
2004-10-18* ChangeLog: remove a conflict tagnagai
2004-10-18* range.c (range_step, range_each): need cast.usa
2004-10-17* file.c (rb_file_truncate): discard read buffer before truncation.nobu
2004-10-17* lib/webrick/config.rb (WEBrick::Config::General): add default values:gotoyuzo
2004-10-17* lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): newgotoyuzo
2004-10-17* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke
2004-10-16* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou
2004-10-16* lib/rss/: untabified.kou
2004-10-16* lib/rss: supported prety print.kou
2004-10-15* ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai
2004-10-15eval.c (Init_stack): make prototype declaration consistent with the definitio...akr
2004-10-14* io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.eban
2004-10-14* lib/rss/rss.rb: added link to Tutorial.kou
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-10-10Support "require" as variable name in RDocdave
2004-10-09* lib/rss/converter.rb: changed to try to use Iconv for defaultkou
2004-10-09* io.c (rb_io_getline): should not treat char as negative value.nobu
2004-10-08* pack.c (pack_pack): pointer modification check before eachmatz
2004-10-07* ext/tk/lib/tk/optiondb.rb: make it more securenagai
2004-10-07* ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai
2004-10-07* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai
2004-10-07* io.c (io_read): should freeze buffer before thread contextmatz
2004-10-07* pack.c (pack_unpack): string conversion should at the top of thematz
2004-10-06* ext/stringio/stringio.c: use FMODE_APPEND.nobu
2004-10-06* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-04* io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu
2004-10-04* ext/tk/lib/tk/image.rb: bug fixnagai
2004-10-03* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo
2004-10-02* node.h (NEW_DVAR): extra semicolon.nobu
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-10-01* ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai
2004-09-29* ext/tcltklib/tcltklib.c (ip_init): bug fixnagai
2004-09-29* enum.c (sort_by_i): internally used object must not be changednobu
2004-09-22* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz
2004-09-22* win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa
2004-09-21Add documentation to fork()dave
2004-09-21* array.c (rb_ary_equal): merge miss.matz
2004-09-21* array.c (rb_ary_uniq_bang): element size might change duringmatz
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-09-17* lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]aamine
2004-09-17* ext/tk/lib/multi-tk.rb: improve exit operationnagai
2004-09-17* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai
2004-09-16* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo
2004-09-15* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai
2004-09-14* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai
2004-09-14Add simple formatter to ridave