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* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): usenobu
2004-11-15* misc/ruby-mode.el (ruby-special-char-p, ruby-parse-partial): handlenobu
2004-11-14* ext/gdbm/gdbm.c (fgdbm_store): StringValue() may alter stringmatz
2004-11-14* lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu
2004-11-13Sun Nov 14 08:51:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
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_globi): also should call back via rb_glob_caller().nobu
2004-11-11* test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa
2004-11-11* dir.c (push_braces): was confusing VALUE and char*.matz
2004-11-11* dir.c (rb_push_glob): Dir.glob should have call its block.matz
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 (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* lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu
2004-11-08* regex.c (slow_match): avoid GCC 3.4.x warnings.eban
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* lib/webrick/server.rb (WEBrick::HTTPServer#start): removegotoyuzo
2004-11-06checks whether zone was given.tadf
2004-11-05* string.c (rb_str_locktmp): check STR_TMPLOCK flag beforematz
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* io.c (rb_f_open): fix typo.usa
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* process.c: On NetBSD don't use setruid() and setrgid().naruse
2004-11-03* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo
2004-11-03* io.c (pipe_open): fix compile errornagai
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-11-03* ext/nkf: follow nkf 2.0.4naruse
2004-11-03* test/rss/test_maker_*.rb: added tests for RSS Maker.kou
2004-11-02* process.c (rb_f_fork): need to flush stdout and stderr beforematz
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-11-01* README.EXT, README.EXT.ja: remove MANIFEST stuff.eban
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-11-01* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban
2004-10-31* main.c (_stklen): move to gc.c.eban
2004-10-30* string.c (rb_str_locktmp): lock string temporarily.matz
2004-10-29* io.c (rb_io_check_initialized): new function to check uninitializednobu
2004-10-29* eval.c (rb_thread_start_0): forget to free some memory chunks.matz