aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2004-10-10eban2004-10-101-3/+3
* Support "require" as variable name in RDocdave2004-10-103-1/+13
* * test/ripper/test_scanner_events.rb: test location information.aamine2004-10-091-14/+40
* * ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine2004-10-092-2/+8
* * parse.y [ripper]: \n between two comments disappeared.aamine2004-10-092-0/+5
* * 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-092-0/+12
* * io.c (rb_io_getline): should not treat char as negative value.nobu2004-10-092-3/+8
* * lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...aamine2004-10-082-3/+11
* * 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-073-2/+10
* fix typo in document.akr2004-10-071-2/+2
* * ext/stringio/stringio.c: use FMODE_APPEND.nobu2004-10-062-5/+8
* * 2004-10-07eban2004-10-061-3/+3
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-065-2/+22
* * io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz2004-10-062-6/+13
* * 2004-10-06eban2004-10-061-3/+3
* * io.c (rb_io_modenum_mode): typo fix again.eban2004-10-061-1/+1
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-0613-89/+90
* * io.c (rb_io_flags_mode): typo fix.eban2004-10-051-1/+1
* 2004-10-05eban2004-10-051-3/+3
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-057-87/+133
* * io.c (rb_file_open_internal, rb_io_reopen): fname might be alterednobu2004-10-042-9/+17
* 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-031-0/+19
* * parse.y (local_vars): moved to struct parser_params.nobu2004-10-023-55/+106
* * string.c (rb_str_sum): should use bignums when bits is greatermatz2004-10-023-2/+8
* * string.c (rb_str_sum): wrong cast caused wrong result.matz2004-10-023-16/+24
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-022-4/+7
* 2004-10-02eban2004-10-011-4/+4
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-019-39/+84
* * 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
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-298-76/+132
* 2004-09-29eban2004-09-291-3/+3
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-292-0/+6
* add ML reference.nobu2004-09-271-1/+1
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-274-42/+75