summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-16* ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai
2004-10-15* 2004-10-15eban
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* 2004-10-14eban
2004-10-14* lib/rss/rss.rb: added link to Tutorial.kou
2004-10-11* 2004-10-11eban
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-10-10* 2004-10-10eban
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* 2004-10-09eban
2004-10-09add test for [ruby-dev:24460]akr
2004-10-09This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-10-09add test for [ruby-dev:24460]akr
2004-10-09* io.c (rb_io_getline): should not treat char as negative value.nobu
2004-10-08* 2004-10-08eban
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* 2004-10-07eban
2004-10-06* io.c (rb_io_flags_mode): typo fix.eban
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-042004-10-04eban
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-032004-10-03eban
2004-10-03MANIFEST: add test/ruby/test_string.rb.eban
2004-10-03test String#sum for bits=0..7.akr
2004-10-03add test for String#sum.akr
2004-10-03This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-10-02* node.h (NEW_DVAR): extra semicolon.nobu
2004-10-022004-10-02eban
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-302004-09-30eban
2004-09-29* ext/tcltklib/tcltklib.c (ip_init): bug fixnagai
2004-09-292004-09-29eban
2004-09-29* enum.c (sort_by_i): internally used object must not be changednobu
2004-09-282004-09-28eban
2004-09-27merged from HEAD.ttate
2004-09-22* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz
2004-09-22fix typo(?).usa