aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz2004-11-035-14/+26
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-0315-47/+105
* * 2004-11-03eban2004-11-031-3/+3
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-0325-84/+146
* * ext/enumerator/enumerator.c (each_cons_i): pass copy of anmatz2004-11-022-8/+10
* * io.c (pipe_open): need to set cmd if argc == 0 (win32).usa2004-11-022-0/+7
* * io.c (pipe_open): IO.popen should take array as 1st argument formatz2004-11-022-27/+28
* * 2004-11-02eban2004-11-021-3/+3
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-016-61/+47
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-014-18/+61
* * README.EXT, README.EXT.ja: remove MANIFEST stuff.eban2004-11-013-58/+18
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-0134-2166/+2
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-015-3/+15
* * io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662]usa2004-11-012-3/+7
* * process.c (rb_f_exec): should check whether prog is NULL.eban2004-11-012-1/+5
* * 2004-11-01eban2004-11-011-4/+4
* * lib/rss/maker.rb: added entry point of RSS Maker.kou2004-11-013-0/+38
* * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz2004-10-316-70/+73
* process.c: on NetBSD don't use setruid() and setrgid().naruse2004-10-311-0/+4
* On NetBSD don't use setruid() and setrgid().naruse2004-10-311-0/+5
* * ext/ripper/MANIFEST: typofix(src.rb -> src_rb).eban2004-10-311-1/+1
* * MANIFEST:eban2004-10-311-0/+16
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-3121-3/+2673
* add WIN32OLE.codepage, WIN32OLE.codepage=suke2004-10-313-6/+109
* * ext/nkf/nkf-utf8/nkf.c: add "\075?UTF-8?Q?" for Gmail.eban2004-10-312-3/+8
* * 2004-10-31eban2004-10-311-3/+3
* * parse.y [ripper]: emit lexer-event values to the parser.aamine2004-10-312-60/+53
* * ext/win32ole/MANIFEST: added tests/testOLETYPELIB.rb.eban2004-10-301-0/+1
* * 2004-10-30eban2004-10-301-3/+3
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-3017-89/+116
* ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke2004-10-306-190/+972
* add a test for a problem of [ruby-talk:116455]akr2004-10-291-1/+5
* add test for [ruby-dev:24643].akr2004-10-292-0/+8
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-294-2/+19
* obsoleted by nkf-utf8/nkf.c.naruse2004-10-291-1900/+0
* * ext/nkf: follow nkf2.0.naruse2004-10-291-0/+4
* * CR stripped.nobu2004-10-291-25/+25
* * parse.y (ripper_s_allocate): add prototype for Microsoft compiler.usa2004-10-293-2/+11
* * eval.c (rb_thread_start_0): forget to free some memory chunks.matz2004-10-293-4/+24
* from nkf 2.0.4naruse2004-10-293-0/+9424
* follow to nkf 2.0.4naruse2004-10-294-148/+782
* follow to nkf 2.0.4naruse2004-10-291-1/+1
* * parse.y (rb_parser_append_print, rb_parser_while_loop): body nodenobu2004-10-292-4/+11
* * 2004-10-29eban2004-10-291-3/+3
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-295-6/+17
* * 2004-10-28eban2004-10-271-3/+3
* * string.c (str_gsub): use STR_NOCAPA.nobu2004-10-271-1/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-2718-80/+149
* * 2004-10-27nobu2004-10-271-3/+3
* * string.c (str_gsub): use a string object for exception safeness.nobu2004-10-272-29/+36