summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-10-09* ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine
2004-10-09* parse.y [ripper]: \n between two comments disappeared.aamine
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* lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...aamine
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-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz
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* parse.y (local_vars): moved to struct parser_params.nobu
2004-10-02* string.c (rb_str_sum): should use bignums when bits is greatermatz
2004-10-02* string.c (rb_str_sum): wrong cast caused wrong result.matz
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-10-01* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]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* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-29* enum.c (sort_by_i): internally used object must not be changednobu
2004-09-27add ML reference.nobu
2004-09-27* eval.c (rb_call0): invoke finalizers periodically.nobu
2004-09-27* parse.y [ripper]: missing ';'.aamine
2004-09-27* intern.h, struct.c (rb_struct_s_members, rb_struct_members): publicnobu
2004-09-25synchronized with date2 3.6.1tadf
2004-09-24* hash.c: iterator functions for hash_foreach() should return enumnobu
2004-09-24* struct.c (rb_struct_s_members): wrong call of struct_members.matz
2004-09-24* parse.y (rb_parser_append_print): should handle prelude.matz
2004-09-23* ext/ripper/Makefile.dev: removed.aamine
2004-09-23* hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz
2004-09-22* parse.y [ripper]: on__scan event removed.aamine
2004-09-22* hash.c (hash_alloc): was using tbl pointer withoutmatz
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-22* parse.y: remove global variables ruby_eval_tree andmatz
2004-09-21Add documentation to fork()dave
2004-09-21* enum.c (enum_sort_by): do not use qsort directly. usematz
2004-09-20* ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine
2004-09-20* test/ripper/test_scanner_events.rb: tokens must be reordered.aamine
2004-09-20* parse.y [ripper]: do not delay dispatching.aamine
2004-09-20* ext/ripper/lib/ripper/tokenizer.rb: new file.aamine
2004-09-20* test/ripper/test_scanner_events.rb: test #lineno and #column.aamine