aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * sample/ripper/colorize.rb: removed (replaced by ruby2html.rb).aamine2005-09-233-30/+118
* * ext/ripper: no longer generates .rb files.aamine2005-09-2310-112/+141
* * ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb: StringIOnobu2005-09-235-72/+69
* avoid core dump with WIN32OLE_EVENT.suke2005-09-234-5/+38
* * 2005-09-23eban2005-09-231-3/+3
* * test/ripper/depend: use --output option instead of redirect; nmake does not...aamine2005-09-223-28/+72
* * test/ripper/tools/generate.rb: check parser event arity.aamine2005-09-222-33/+38
* sync scanner event name.aamine2005-09-221-3/+3
* remove unexpected debug printaamine2005-09-221-1/+0
* build fix (tmp)aamine2005-09-221-2/+2
* * test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]aamine2005-09-222-0/+20
* forgot to addaamine2005-09-221-0/+180
* * ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2...aamine2005-09-2218-1589/+87
* * ext/ripper/extconf.rb (have_command): replaced with find_executable.nobu2005-09-222-10/+4
* * lib/mkmf.rb (find_executable0): default path if environment is notnobu2005-09-222-2/+16
* * test/readline/test_readline.rb (TestReadline::replace_stdio):shugo2005-09-222-14/+24
* * 2005-09-22eban2005-09-221-3/+3
* * ext/tk/sample/demos-en/tcolor.bak: remove.nagai2005-09-221-513/+0
* * lib/mkmf.rb (configuration): generalized nmake dependent code.nobu2005-09-212-1/+11
* * ext/ripper/depend (SUFFIXES): no longer needed.usa2005-09-212-2/+7
* * 2005-09-21eban2005-09-211-3/+3
* * ext/syck/token.c: correctly compute identation of a blockwhy2005-09-202-110/+120
* * README.EXT, README.EXT.ja: add new features.nobu2005-09-203-4/+44
* * lib/optparse.rb (default_argv, Arguable#options): defaults stringsnobu2005-09-202-3/+14
* * ChangeLog: tabified.nobu2005-09-201-9/+9
* * file.c (rb_stat_inspect): protoized function pointer.nobu2005-09-202-39/+41
* * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu2005-09-202-13/+18
* * eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]akr2005-09-202-0/+5
* * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean2005-09-202-0/+9
* * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean2005-09-202-0/+13
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-2010-356/+395
* * test/xmlrpc/test_webrick_server.rb (setup_http_server):ocean2005-09-192-5/+17
* * file.c (rb_thread_flock): should have resolved conflict.matz2005-09-191-9/+0
* * 2005-09-20eban2005-09-191-3/+3
* * lib/mathn.rb (Fixnum): remove debug print.matz2005-09-193-9/+6
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-196-7/+56
* * file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine2005-09-192-3/+7
* not ruby-dev, but ruby-list. [ruby-list:41054]aamine2005-09-191-1/+1
* * lib/find.rb: should raise ENOENT if root entry does not exist. [ruby-dev:41...aamine2005-09-191-0/+3
* * ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462]aamine2005-09-192-6/+12
* * ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.aamine2005-09-193-24/+31
* forgot to check-inaamine2005-09-191-2/+1
* * parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964]aamine2005-09-193-10/+20
* additional ChangeLog for rb_w32_selectocean2005-09-191-0/+17
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-186-23/+42
* * lib/fileutils.rb: method renaming: collect_methods -> collect_method.aamine2005-09-182-5/+10
* * lib/fileutils.rb: use module_function instead of single extend.aamine2005-09-183-20/+258
* * lib/fileutils.rb (remove_entry_secure): does not use chdir(2).aamine2005-09-182-24/+35
* * 2005-09-19eban2005-09-181-3/+3
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-184-1/+24