aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/ripper/test_scanner_events.rb: test #lineno and #column.aamine2004-09-201-0/+4
* * parse.y [ripper]: delayed heredocument events should be dispatched after EOF.aamine2004-09-201-0/+5
* * parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine2004-09-201-0/+21
* * parse.y [ripper]: remove Ripper#pos.aamine2004-09-201-0/+7
* * parse.y [ripper]: unify old_lex_p and token_head.aamine2004-09-201-0/+8
* * parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]aamine2004-09-201-1/+6
* * ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.aamine2004-09-191-0/+8
* * test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine2004-09-191-0/+5
* * parse.y [ripper]: spaces before heredoc marker was lost.aamine2004-09-191-0/+13
* * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr2004-09-191-0/+5
* * parse.y: add prototypes for Microsoft compiler.usa2004-09-171-0/+9
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-0/+25
* * ext/tk/lib/multi-tk.rb: improve exit operationnagai2004-09-171-0/+4
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-171-0/+17
* * lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo2004-09-161-0/+9
* * ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai2004-09-151-0/+5
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai2004-09-141-0/+5
* Add simple formatter to ridave2004-09-141-0/+6
* * parse.y [ripper]: Add rdoc.aamine2004-09-141-0/+4
* * parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]aamine2004-09-141-0/+34
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-141-0/+10
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo2004-09-131-0/+16
* * eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]eban2004-09-131-0/+4
* * ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai2004-09-131-0/+5
* * win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa2004-09-131-0/+5
* * object.c (nil_inspect): fix typo.usa2004-09-131-0/+4
* * ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.aamine2004-09-131-0/+5
* * ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.aamine2004-09-121-0/+6
* * ext/Setup: add ripper.aamine2004-09-121-0/+14
* * ext/ripper: ripper extention added.aamine2004-09-121-0/+52
* * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai2004-09-121-0/+8
* * parse.y: fix file header.aamine2004-09-121-0/+4
* * parse.y: ripper merged.aamine2004-09-121-0/+8
* * util.c (ruby_strdup): remove unnecessary code. (xmalloc neverocean2004-09-121-0/+7
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-111-0/+21
* Fix up cross-file class mergingdave2004-09-111-0/+4
* * ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean2004-09-101-0/+5
* * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean2004-09-101-0/+7
* * lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine2004-09-101-0/+7
* James Buck's patch for call-seqdave2004-09-091-0/+5
* * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai2004-09-091-0/+7
* Allow spaces around parameter to define_method_underdave2004-09-091-0/+5
* * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu2004-09-081-3/+8
* * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai2004-09-081-0/+14
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-071-0/+11
* * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct methodocean2004-09-061-0/+4
* * eval.c (cvar_cbase): singletons should refer outer cvar scope.matz2004-09-061-0/+8
* * eval.c (cvar_cbase): class variables cause SEGV inmatz2004-09-031-0/+5