summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2004-11-12usa2004-11-121-3/+3
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-124-16/+20
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-123-14/+18
* * dir.c (rb_globi): also should call back via rb_glob_caller().nobu2004-11-112-4/+13
* * test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa2004-11-112-3/+8
* * dir.c (push_braces): was confusing VALUE and char*.matz2004-11-112-7/+8
* * 2004-11-11eban2004-11-111-3/+3
* * dir.c (rb_push_glob): Dir.glob should have call its block.matz2004-11-112-5/+13
* * error.c (syserr_initialize): use stringified object.nobu2004-11-102-1/+6
* * lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz2004-11-102-7/+14
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-107-117/+119
* * README.EXT (Example): extconf.rb is indispensable now.nobu2004-11-102-2/+5
* * 2004-11-10usa2004-11-101-3/+3
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-094-0/+22
* * lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu2004-11-093-42/+80
* * 2004-11-09eban2004-11-081-3/+3
* * regex.c (slow_match): avoid GCC 3.4.x warnings.eban2004-11-082-4/+7
* Change version numbering of RDoc and ridave2004-11-083-12/+7
* add DRb::ExtServManager#uri=.seki2004-11-083-3/+14
* 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
* * lib/webrick/server.rb (WEBrick::HTTPServer#start): removegotoyuzo2004-11-063-5/+7
* checks whether zone was given.tadf2004-11-062-3/+11
* * string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz2004-11-055-13/+34
* * 2004-11-05eban2004-11-051-3/+3
* * 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
* * typo, too. orzusa2004-11-041-1/+1
* * io.c (rb_f_open): fix typo.usa2004-11-042-1/+5
* * 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-047-24/+56
* * process.c: On NetBSD don't use setruid() and setrgid().naruse2004-11-031-0/+4
* On NetBSD don't use setruid() and setrgid().naruse2004-11-031-0/+5
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-032-2/+7
* * io.c (pipe_open): fix compile errornagai2004-11-032-2/+12
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-0315-47/+105
* * ext/nkf: follow nkf 2.0.4naruse2004-11-031-0/+4
* * follow nkf 2.0.4naruse2004-11-035-2048/+780
* * 2004-11-03eban2004-11-031-3/+3
* * test/rss/test_maker_*.rb: added tests for RSS Maker.kou2004-11-0317-24/+95
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-0311-0/+2309
* * process.c (rb_f_fork): need to flush stdout and stderr beforematz2004-11-022-0/+11
* * gc.c: cancel IA64 changes unnecessary for 1.8.matz2004-11-021-15/+4
* * 2004-11-02eban2004-11-021-3/+3
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-014-90/+68