summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support "require" as variable name in RDocdave2004-10-103-1/+13
* * lib/rss/converter.rb: changed to try to use Iconv for defaultkou2004-10-093-8/+16
* * 2004-10-09eban2004-10-091-3/+3
* add test for [ruby-dev:24460]akr2004-10-090-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-091-0/+11
* add test for [ruby-dev:24460]akr2004-10-091-0/+1
* * io.c (rb_io_getline): should not treat char as negative value.nobu2004-10-092-3/+8
* * 2004-10-08eban2004-10-081-3/+3
* * pack.c (pack_pack): pointer modification check before eachmatz2004-10-082-0/+8
* * ext/tk/lib/tk/optiondb.rb: make it more securenagai2004-10-072-21/+38
* * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai2004-10-072-2/+17
* * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai2004-10-072-1/+15
* * io.c (io_read): should freeze buffer before thread contextmatz2004-10-072-1/+4
* * pack.c (pack_unpack): string conversion should at the top of thematz2004-10-074-2/+12
* * ext/stringio/stringio.c: use FMODE_APPEND.nobu2004-10-062-5/+8
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-065-2/+22
* * 2004-10-07eban2004-10-061-3/+3
* * io.c (rb_io_flags_mode): typo fix.eban2004-10-061-1/+1
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-0610-168/+219
* * io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu2004-10-042-8/+16
* 2004-10-04eban2004-10-041-3/+3
* * ext/tk/lib/tk/image.rb: bug fixnagai2004-10-046-1/+90
* * lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo2004-10-032-3/+12
* 2004-10-03eban2004-10-031-3/+3
* MANIFEST: add test/ruby/test_string.rb.eban2004-10-031-0/+1
* test String#sum for bits=0..7.akr2004-10-031-1/+1
* add test for String#sum.akr2004-10-030-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-031-0/+19
* * node.h (NEW_DVAR): extra semicolon.nobu2004-10-022-2/+6
* 2004-10-02eban2004-10-021-4/+4
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-0216-160/+328
* * ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai2004-10-014-3/+14
* 2004-09-30eban2004-09-301-3/+3
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-298-10/+133
* 2004-09-29eban2004-09-291-3/+3
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-292-3/+9
* 2004-09-28eban2004-09-281-3/+3
* merged from HEAD.ttate2004-09-272-11/+8
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-225-17/+61
* fix typo(?).usa2004-09-221-1/+0
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-222-1/+6
* 2004-09-22usa2004-09-221-3/+3
* Add documentation to fork()dave2004-09-212-2/+18
* * array.c (rb_ary_equal): merge miss.matz2004-09-212-10/+9
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-218-61/+124
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-187-62/+132
* * lib/fileutils.rb (mkdir_p): backport from CVS HEAD 1.45. [ruby-core:03420]aamine2004-09-172-1/+5
* * ext/tk/lib/multi-tk.rb: improve exit operationnagai2004-09-172-55/+71
* 2004-09-17eban2004-09-171-3/+3
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-177-208/+587