summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-11-01* io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662]usa
2004-11-01* process.c (rb_f_exec): should check whether prog is NULL.eban
2004-11-01* lib/rss/maker.rb: added entry point of RSS Maker.kou
2004-10-31* io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz
2004-10-31process.c: on NetBSD don't use setruid() and setrgid().naruse
2004-10-31* lib/rss/maker/*.rb: added RSS Maker.kou
2004-10-31add WIN32OLE.codepage, WIN32OLE.codepage=suke
2004-10-31* ext/nkf/nkf-utf8/nkf.c: add "\075?UTF-8?Q?" for Gmail.eban
2004-10-31* parse.y [ripper]: emit lexer-event values to the parser.aamine
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-30ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB class. addsuke
2004-10-29* io.c (rb_io_check_initialized): new function to check uninitializednobu
2004-10-29* ext/nkf: follow nkf2.0.naruse
2004-10-29* parse.y (ripper_s_allocate): add prototype for Microsoft compiler.usa
2004-10-29* eval.c (rb_thread_start_0): forget to free some memory chunks.matz
2004-10-29* parse.y (rb_parser_append_print, rb_parser_while_loop): body nodenobu
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-27* string.c (str_gsub): use a string object for exception safeness.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-23* ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz
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-21* io.c (pipe_open): variable name "fpw" is conflicted.eban
2004-10-20* parse.y (lex_getline): should not touch ruby_debug_lines ifmatz
2004-10-20commit missnobu
2004-10-20* parse.y (lex_getline): should update ruby_debug_lines.matz
2004-10-19* ext/dbm/dbm.c (fdbm_delete_if): should check if deleting elementmatz
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19* eval.c (search_required): required name must not be changed beforenobu
2004-10-19* eval.c (rb_require_safe): provide the feature after loaded.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-18* string.c (rb_str_upto): method result must be checked. [ruby-dev:24504]nobu
2004-10-18* marshal.c (r_object0): check inheritance by the internal function.nobu
2004-10-18* io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether filenobu
2004-10-17* file.c (rb_file_truncate): discard read buffer before truncation.nobu
2004-10-17* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):gotoyuzo
2004-10-17* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke