aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-0/+12
* ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke2004-10-301-0/+7
* * io.c (rb_io_check_initialized): new function to check uninitializednobu2004-10-291-0/+7
* * ext/nkf: follow nkf2.0.naruse2004-10-291-0/+4
* * parse.y (ripper_s_allocate): add prototype for Microsoft compiler.usa2004-10-291-0/+6
* * eval.c (rb_thread_start_0): forget to free some memory chunks.matz2004-10-291-0/+3
* * parse.y (rb_parser_append_print, rb_parser_while_loop): body nodenobu2004-10-291-0/+5
* * eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz2004-10-291-0/+5
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-0/+35
* * string.c (str_gsub): use a string object for exception safeness.nobu2004-10-271-1/+6
* 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-0/+5
* * ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz2004-10-231-0/+3
* * 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/+11
* * 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
* * io.c (pipe_open): variable name "fpw" is conflicted.eban2004-10-211-0/+4
* * parse.y (lex_getline): should not touch ruby_debug_lines ifmatz2004-10-201-0/+9
* commit missnobu2004-10-201-0/+5
* * parse.y (lex_getline): should update ruby_debug_lines.matz2004-10-201-0/+4
* * ext/dbm/dbm.c (fdbm_delete_if): should check if deleting elementmatz2004-10-191-0/+7
* * array.c (rb_ary_times): Array#* should return an instance ofmatz2004-10-191-0/+13
* * eval.c (search_required): required name must not be changed beforenobu2004-10-191-0/+5
* * eval.c (rb_require_safe): provide the feature after loaded.nobu2004-10-191-1/+6
* 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
* * string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu2004-10-181-0/+6
* * marshal.c (r_object0): check inheritance by the internal function.nobu2004-10-181-0/+5
* * io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu2004-10-181-0/+5
* * file.c (rb_file_truncate): discard read buffer before truncation.nobu2004-10-171-1/+6
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):gotoyuzo2004-10-171-0/+5
* * ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai2004-10-171-0/+4
* * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke2004-10-171-0/+8
* * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou2004-10-161-0/+4
* * lib/rss/: untabified.kou2004-10-161-0/+6
* * lib/rss: supported prety print.kou2004-10-161-0/+5
* * lib/mkmf.rb (create_makefile): install-rb is needed for staticallynobu2004-10-161-1/+6
* * ext/openssl/ossl_x509store.cgotoyuzo2004-10-151-0/+10
* * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai2004-10-151-0/+5
* eval.c (Init_stack): make prototype declaration consistent with the definitio...akr2004-10-151-0/+5
* * added link to Tutorial.kou2004-10-141-0/+4
* * lib/webrick/config.rb:gotoyuzo2004-10-121-0/+29
* * io.c (MODE_BINMODE, MODE_BINARY): fixed reversed condition.eban2004-10-121-0/+4
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-0/+4