summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa
2004-11-16* ext/stringio/stringio.c (strio_read): position was ignored when anobu
2004-11-16* string.c (str_mod_check): frozen check should be separated.matz
2004-11-16* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): addusa
2004-11-16* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): usenobu
2004-11-15* array.c (rb_ary_update): pedantic check to detectmatz
2004-11-15* configure.in: check rlim_t more portably. [ruby-core:3735]akr
2004-11-15* misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handlenobu
2004-11-15* eval.c (Init_Proc): make proc as an alias to Proc.new.matz
2004-11-14* eval.c (rb_yield_0): lambda{}.call(1) should raise exception.matz
2004-11-14* string.c (rb_str_clear): avoid revealing NULL pointer.matz
2004-11-14* process.c (proc_getrlimit): new function for Process.getrlimit.akr
2004-11-14* lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu
2004-11-13Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-12* bcc32/README.bcc32, win32/README.win32: need bison instead ofusa
2004-11-12* eval.c (ruby_options): now we cannot call rb_glob() beforeusa
2004-11-12* ext/tk/lib/tk/event.rb: remove $LOADED_FEATURES tricknagai
2004-11-11* dir.c (rb_glob): should have called rb_glob_caller().matz
2004-11-11* test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa
2004-11-10* error.c (syserr_initialize): use stringified object.nobu
2004-11-10* lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz
2004-11-10* dir.c (glob_helper): path is a string object now.nobu
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-11-10* README.EXT (Example): extconf.rb is indispensable now.nobu
2004-11-09* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai
2004-11-09* ext/nkf: original nkf.c rev:1.38naruse
2004-11-09* lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu
2004-11-08Change version numbering of RDoc and ridave
2004-11-08add DRb::ExtServManager#uri=.seki
2004-11-08Fix bug where parent class wasn't being detected if thedave
2004-11-07* configure.in: add setup for mignw32 cross compiling.eban
2004-11-07* ext/tk/lib/tk.rb: bind-event methods accept multi substitution arguments.nagai
2004-11-06* ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke
2004-11-06checks whether zone was given.tadf
2004-11-05* ext/nkf: follow CVS Head of original nkf.naruse
2004-11-05* ext/tk/lib/tk/scrollable.rb: divide Scrollable module into X_Scrollablenagai
2004-11-05* ext/tk/lib/tk.rb: TkComm._at() supprts both of "@x,y" and "@x"nagai
2004-11-05* ext/tk/lib/tk/text.rb: sorry. bug fix again.nagai
2004-11-05* ext/tk/lib/tk/text.rb: bug fixnagai
2004-11-04* string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz
2004-11-04* regexec.c, regparse.c, regint.h: fixed conflicts between vendor branch.ksaito
2004-11-04* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2004-11-04* string.c (str_gsub): string modify check no longer based onmatz
2004-11-04ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke
2004-11-04* ext/tk/lib/tk/variable.rb: forget to initialize instance_variablesnagai
2004-11-04* gc.c (gc_mark): enable GC stack checking.matz
2004-11-03* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo
2004-11-03* array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-11-03* test/rss/*.rb: removed tab width configuration headers.kou