summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* ext/win32ole/win32ole.c: rename WIN32OLE#ole_obj_help tosuke
2004-11-06checks whether zone was given.tadf
2004-11-05* ext/nkf: follow CVS Head of original nkf.naruse
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* string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz
2004-11-04* regexec.c, regparse.c, regint.h: fixed conflicts between vendor branch.ksaito
2004-11-04* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2004-11-04* string.c (str_gsub): string modify check no longer based onmatz
2004-11-04ext/win32ole/win32ole.c(typelib_file_from_typelib): search "win16"suke
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* lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo
2004-11-03* array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz
2004-11-03* ext/tk/lib/tk.rb: support to use different Tcl commands betweennagai
2004-11-03* test/rss/*.rb: removed tab width configuration headers.kou
2004-11-02* ext/enumerator/enumerator.c (each_cons_i): pass copy of anmatz
2004-11-02* io.c (pipe_open): need to set cmd if argc == 0 (win32).usa
2004-11-02* io.c (pipe_open): IO.popen should take array as 1st argument formatz
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-11-01* lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou
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-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