aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-0/+20
* * process.c (proc_getrlimit): new function for Process.getrlimit.akr2004-11-141-0/+10
* * lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu2004-11-141-0/+5
* Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi2004-11-131-0/+6
* * bcc32/README.bcc32, win32/README.win32: need bison instead ofusa2004-11-121-0/+5
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-121-0/+8
* * ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai2004-11-121-0/+6
* * dir.c (rb_glob): should have called rb_glob_caller().matz2004-11-111-0/+5
* * test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa2004-11-111-0/+5
* * error.c (syserr_initialize): use stringified object.nobu2004-11-101-0/+5
* * lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz2004-11-101-0/+7
* * dir.c (glob_helper): path is a string object now.nobu2004-11-101-0/+4
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-0/+22
* * README.EXT (Example): extconf.rb is indispensable now.nobu2004-11-101-0/+4
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-091-0/+7
* * ext/nkf: original nkf.c rev:1.38naruse2004-11-091-0/+8
* * lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu2004-11-091-8/+12
* Change version numbering of RDoc and ridave2004-11-081-0/+4
* add DRb::ExtServManager#uri=.seki2004-11-081-0/+5
* Fix bug where parent class wasn't being detected if thedave2004-11-081-0/+6
* * configure.in: add setup for mignw32 cross compiling.eban2004-11-071-0/+5
* * ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai2004-11-071-0/+15
* * ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke2004-11-061-0/+7
* checks whether zone was given.tadf2004-11-061-0/+4
* * ext/nkf: follow CVS Head of original nkf.naruse2004-11-051-0/+4
* * ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai2004-11-051-0/+10
* * ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai2004-11-051-0/+4
* * ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai2004-11-051-0/+4
* * ext/tk/lib/tk/text.rb: bug fixnagai2004-11-051-0/+4
* * string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz2004-11-041-0/+8
* * regexec.c, regparse.c, regint.h: fixed conflicts between vendor branch.ksaito2004-11-041-0/+5
* * ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito2004-11-041-0/+10
* * string.c (str_gsub): string modify check no longer based onmatz2004-11-041-0/+5
* ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke2004-11-041-0/+10
* * ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai2004-11-041-0/+5
* * gc.c (gc_mark): enable GC stack checking.matz2004-11-041-0/+11
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-031-0/+5
* * array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz2004-11-031-0/+9
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-031-0/+16
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-031-1/+20
* * ext/enumerator/enumerator.c (each_cons_i): pass copy of anmatz2004-11-021-0/+5
* * io.c (pipe_open): need to set cmd if argc == 0 (win32).usa2004-11-021-0/+4
* * io.c (pipe_open): IO.popen should take array as 1st argument formatz2004-11-021-0/+3
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-011-0/+15
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-011-0/+11
* * README.EXT, README.EXT.ja: remove MANIFEST stuff.eban2004-11-011-0/+2
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-0/+2
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-011-0/+7
* * io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662]usa2004-11-011-0/+4
* * process.c (rb_f_exec): should check whether prog is NULL.eban2004-11-011-0/+4