aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Support "require" as variable name in RDocdave2004-10-101-0/+5
* * ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine2004-10-091-0/+6
* * parse.y [ripper]: \n between two comments disappeared.aamine2004-10-091-0/+4
* * 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
* * lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...aamine2004-10-081-0/+8
* * 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/+5
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-0/+15
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-0/+22
* * 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
* * parse.y (local_vars): moved to struct parser_params.nobu2004-10-021-1/+10
* * string.c (rb_str_sum): should use bignums when bits is greatermatz2004-10-021-0/+6
* * string.c (rb_str_sum): wrong cast caused wrong result.matz2004-10-021-0/+6
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-0/+3
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-0/+24
* * 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
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-3/+17
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-291-0/+5
* add ML reference.nobu2004-09-271-1/+1
* * eval.c (rb_call0): invoke finalizers periodically.nobu2004-09-271-0/+8
* * parse.y [ripper]: missing ';'.aamine2004-09-271-0/+4
* * intern.h, struct.c (rb_struct_s_members, rb_struct_members): publicnobu2004-09-271-0/+7
* synchronized with date2 3.6.1tadf2004-09-251-0/+6
* * hash.c: iterator functions for hash_foreach() should return enumnobu2004-09-241-3/+8
* * struct.c (rb_struct_s_members): wrong call of struct_members.matz2004-09-241-0/+10
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-0/+20
* * ext/ripper/Makefile.dev: removed.aamine2004-09-231-0/+16
* * hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz2004-09-231-0/+5
* * parse.y [ripper]: on__scan event removed.aamine2004-09-221-0/+20
* * hash.c (hash_alloc): was using tbl pointer withoutmatz2004-09-221-0/+5
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-221-0/+10
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-221-0/+4
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-221-0/+17
* Add documentation to fork()dave2004-09-211-0/+4
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-0/+41
* * ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine2004-09-201-0/+4
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-201-0/+6
* * parse.y [ripper]: do not delay dispatching.aamine2004-09-201-0/+6
* * ext/ripper/lib/ripper/tokenizer.rb: new file.aamine2004-09-201-0/+4