summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-28* ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira
2004-10-28* ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu
2004-10-27* gc.c: prototype; rb_io_fptr_finalize() doesn't return any valueusa
2004-10-27* gc.c (gc_sweep): recover ruby_in_compile variable.matz
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-27* string.c (str_gsub): use a string object for exception safeness.nobu
2004-10-26* io.c (rb_io_getline): rs modification check should not interfere in the loop.nobu
2004-10-26Restore correct :nodoc: behavior with nested classesdave
2004-10-25* win32/win32.c (isUNCRoot): should check NUL after '.'.eban
2004-10-24* eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu
2004-10-23* eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu
2004-10-22* ext/zlib/zlib.c (zstream_run): always use zstream_append_input()matz
2004-10-22* eval.c (rb_alias): was warning for wrong condition.matz
2004-10-22* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):gotoyuzo
2004-10-21* ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz
2004-10-21* string.c (rb_str_include): should not treat char as negative value.nobu
2004-10-21* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo
2004-10-20* string.c (str_gsub): reentrant check. [ruby-dev:24432]matz
2004-10-20*** empty log message ***nobu
2004-10-19RDoc can now deal with "attr" used as a variabledave
2004-10-19 * ext/win32ole.c(ole_invoke): retrieve the result value whensuke
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-19* ext/tk/tkutil.c: backport from CVS HEADnagai