summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_f_open): fix typo.usa2004-11-041-0/+4
* * 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/+25
* * process.c: On NetBSD don't use setruid() and setrgid().naruse2004-11-031-0/+4
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-031-0/+5
* * io.c (pipe_open): fix compile errornagai2004-11-031-0/+4
* * ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai2004-11-031-0/+16
* * ext/nkf: follow nkf 2.0.4naruse2004-11-031-0/+4
* * test/rss/test_maker_*.rb: added tests for RSS Maker.kou2004-11-031-0/+8
* * process.c (rb_f_fork): need to flush stdout and stderr beforematz2004-11-021-0/+5
* * eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz2004-11-011-0/+9
* * 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
* * main.c (_stklen): move to gc.c.eban2004-10-311-0/+4
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-0/+22
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-291-0/+7
* * eval.c (rb_thread_start_0): forget to free some memory chunks.matz2004-10-291-0/+3
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-0/+5
* * ext/zlib/zlib.c (zstream_detach_input): resets klass of z->input ifakira2004-10-281-0/+5
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-10-281-0/+4
* * gc.c: prototype; rb_io_fptr_finalize() doesn't return any valueusa2004-10-271-0/+5
* * gc.c (gc_sweep): recover ruby_in_compile variable.matz2004-10-271-0/+4
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-0/+33
* * string.c (str_gsub): use a string object for exception safeness.nobu2004-10-271-0/+5
* * io.c (rb_io_getline): rs modification check should not interfere in the loop.nobu2004-10-261-1/+5
* Restore correct :nodoc: behavior with nested classesdave2004-10-261-0/+5
* * win32/win32.c (isUNCRoot): should check NUL after '.'.eban2004-10-251-0/+7
* * eval.c (get_backtrace): ignore illegal backtrace. [ruby-dev:24587]nobu2004-10-241-0/+4
* * eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu2004-10-231-1/+6
* * ext/zlib/zlib.c (zstream_run): always use zstream_append_input()matz2004-10-221-0/+5
* * eval.c (rb_alias): was warning for wrong condition.matz2004-10-221-0/+5
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):gotoyuzo2004-10-221-0/+5
* * ext/zlib/zlib.c (zstream_shift_buffer): should restore classmatz2004-10-211-0/+13
* * string.c (rb_str_include): should not treat char as negative value.nobu2004-10-211-0/+5
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo2004-10-211-0/+5
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-0/+76
* *** empty log message ***nobu2004-10-201-1/+1
* RDoc can now deal with "attr" used as a variabledave2004-10-191-0/+6
* * ext/win32ole.c(ole_invoke): retrieve the result value whensuke2004-10-191-0/+5
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-0/+46
* * ext/tk/tkutil.c: backport from CVS HEADnagai2004-10-191-0/+4
* * intern.h, object.c (rb_class_inherited_p): export.nobu2004-10-181-0/+4
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-181-0/+4
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-181-0/+5
* * ChangeLog: remove a conflict tagnagai2004-10-181-1/+0
* * range.c (range_step, range_each): need cast.usa2004-10-181-0/+4
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-171-8/+13
* * lib/webrick/config.rb (WEBrick::Config::General): add default values:gotoyuzo2004-10-171-0/+32
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host): newgotoyuzo2004-10-171-0/+10