aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * imported and refactored original test casesmneumann2004-11-1518-31/+475
* * array.c (rb_ary_update): pedantic check to detectmatz2004-11-155-16/+30
* * configure.in: check rlim_t more portably. [ruby-core:3735]akr2004-11-152-6/+34
* * misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handlenobu2004-11-152-5/+15
* * eval.c (Init_Proc): make proc as an alias to Proc.new.matz2004-11-152-4/+14
* * eval.c (rb_yield_0): lambda{}.call(1) should raise exception.matz2004-11-143-27/+34
* * 2004-11-15eban2004-11-141-3/+3
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-148-46/+81
* * process.c (proc_getrlimit): new function for Process.getrlimit.akr2004-11-144-2/+168
* * lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu2004-11-142-1/+8
* * 2004-11-14eban2004-11-141-3/+3
* Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi2004-11-132-2/+14
* * bcc32/README.bcc32, win32/README.win32: need bison instead ofusa2004-11-123-2/+7
* * 2004-11-12usa2004-11-121-3/+3
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-124-13/+19
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-123-14/+18
* * 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