summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2004-09-20* parse.y [ripper]: delayed heredocument events should be dispatched after EOF.aamine
2004-09-20* parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine
2004-09-20* parse.y [ripper]: remove Ripper#pos.aamine
2004-09-20* parse.y [ripper]: unify old_lex_p and token_head.aamine
2004-09-20* parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]aamine
2004-09-19* ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.aamine
2004-09-19* test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine
2004-09-19* parse.y [ripper]: spaces before heredoc marker was lost.aamine
2004-09-19* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr
2004-09-17* parse.y: add prototypes for Microsoft compiler.usa
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-09-17* ext/tk/lib/multi-tk.rb: improve exit operationnagai
2004-09-17* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai
2004-09-16* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo
2004-09-15* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai
2004-09-14* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai
2004-09-14Add simple formatter to ridave
2004-09-14* parse.y [ripper]: Add rdoc.aamine
2004-09-14* parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]aamine
2004-09-14* ext/tcltklib/tcltklib.c: fix SEGVnagai
2004-09-13* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo
2004-09-13* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]eban
2004-09-13* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai
2004-09-13* win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa
2004-09-13* object.c (nil_inspect): fix typo.usa
2004-09-13* ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.aamine
2004-09-12* ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.aamine
2004-09-12* ext/Setup: add ripper.aamine
2004-09-12* ext/ripper: ripper extention added.aamine
2004-09-12* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai
2004-09-12* parse.y: fix file header.aamine
2004-09-12* parse.y: ripper merged.aamine
2004-09-12* util.c (ruby_strdup): remove unnecessary code. (xmalloc neverocean
2004-09-11* ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai
2004-09-11Fix up cross-file class mergingdave
2004-09-10* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean
2004-09-10* bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean
2004-09-10* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine