aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (rb_glob): should have called rb_glob_caller().matz2004-11-113-5/+10
* * test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa2004-11-112-3/+8
* * 2004-11-11eban2004-11-111-3/+3
* * error.c (syserr_initialize): use stringified object.nobu2004-11-102-1/+6
* * lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz2004-11-102-8/+15
* * dir.c (glob_helper): path is a string object now.nobu2004-11-102-2/+6
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-109-86/+126
* * README.EXT (Example): extconf.rb is indispensable now.nobu2004-11-102-2/+5
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-094-0/+22
* * 2004-11-10eban2004-11-091-3/+3
* * ext/nkf: original nkf.c rev:1.38naruse2004-11-091-0/+8
* * remove dump listnaruse2004-11-091-2/+2
* * nkf_test.pl rev:1.7naruse2004-11-091-135/+246
* * fix bug arround parse optionsnaruse2004-11-091-9/+12
* * nkf.c rev:1.38naruse2004-11-091-86/+98
* * lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu2004-11-093-45/+83
* * 2004-11-09eban2004-11-081-3/+3
* Change version numbering of RDoc and ridave2004-11-083-12/+7
* add DRb::ExtServManager#uri=.seki2004-11-083-2/+10
* Fix bug where parent class wasn't being detected if thedave2004-11-082-1/+8
* * 2004-11-08eban2004-11-071-3/+3
* * configure.in: add setup for mignw32 cross compiling.eban2004-11-072-0/+10
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-0710-74/+98
* * ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke2004-11-063-6/+22
* * 2004-11-06eban2004-11-061-3/+3
* checks whether zone was given.tadf2004-11-062-3/+11
* * 2004-11-05eban2004-11-051-3/+3
* * ext/nkf: follow CVS Head of original nkf.naruse2004-11-051-0/+4
* follow CVS Head of original nkf.naruse2004-11-052-19/+131
* * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai2004-11-054-17/+38
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-052-2/+10
* * ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai2004-11-052-1/+5
* * ext/tk/lib/tk/text.rb: bug fixnagai2004-11-052-2/+6
* * string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz2004-11-044-2/+12
* * regexec.c, regparse.c, regint.h: fixed conflicts between vendor branch.ksaito2004-11-044-37/+7
* * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito2004-11-049-1286/+1884
* This commit was generated by cvs2svn to compensate for changes in r7203,ksaito2004-11-049-498/+1203
* * string.c (str_gsub): string modify check no longer based onmatz2004-11-043-11/+17
* ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke2004-11-042-5/+41
* * ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai2004-11-042-0/+12
* * 2004-11-04eban2004-11-041-3/+3
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-044-3/+21
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-032-2/+7
* add rdoc style document.suke2004-11-031-68/+371
* * 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