summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-12-21* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann
2004-12-21 * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4gotoyuzo
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo
2004-12-21* ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai
2004-12-20 * added samples for the previous soap4r's commit.nahi
2004-12-20updatedakr
2004-12-20 * added files:nahi
2004-12-20* lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo
2004-12-20* ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai
2004-12-20* parse.y (special_local_set): prevent the parser object from GC.nobu
2004-12-19* lib/cgi/session.rb (CGI::Session#initialize): empty session id wasnobu
2004-12-19* lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]kou
2004-12-19* configure.in (enable_rpath): use rpath flag to embed the librarynobu
2004-12-19* lib/test/unit.rb: use standalone runner for -e.nobu
2004-12-18* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu
2004-12-18 * lib/webrick/httpauth.rb,nahi
2004-12-17* configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS.akr
2004-12-17* ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai
2004-12-17* lib/cgi/session.rb (CGI::Session#initialize): control addingnobu
2004-12-16* eval.c (rb_proc_arity, rb_node_arity, rb_mod_method_arity,nobu
2004-12-16* lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extensionnobu
2004-12-16adjust and reduce sleepseki
2004-12-16* ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo
2004-12-16* ext/tk/sample/demos-en/widget: modify version check for supporting featuresnagai
2004-12-16* ChangeLog: forgot to commitnagai
2004-12-15* ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25...aamine
2004-12-15* lib/net/http.rb: remove junk.aamine
2004-12-15* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz
2004-12-15changed default binded address family to use an available address family of h...seki
2004-12-15* lib/webrick/server.rb (WEBrick::GenericServer#start_thread):gotoyuzo
2004-12-15* lib/set.rb (Set#==): [ruby-dev:25206]matz
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa
2004-12-14* utf8.c (utf8_is_mbc_ambiguous): [ruby-talk:123561]matz
2004-12-14* win32/win32.c (rb_w32_close): need to reset osfhnd().usa
2004-12-14* ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo
2004-12-13* eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]matz
2004-12-13* gc.c (set_stack_end): new function to obtain stack end address.akr
2004-12-12* ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo
2004-12-12* lib/pathname.rb (cleanpath_aggressive): make it private.akr
2004-12-12* test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu
2004-12-12Don't show r/w accessot flags if none were specified for custom attributesdave
2004-12-12Never exclude files given on command linedave
2004-12-11add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki
2004-12-11* sample/optparse/subcommand.rb: a sample for sub commands likenobu
2004-12-09* ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu
2004-12-09* ext/sdbm/init.c (GetDBM): typo.usa
2004-12-09* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoidgotoyuzo
2004-12-09* string.c (rb_str_inspect): escape # which starts an expressionnobu
2004-12-09* io.c (pipe_open): should set prog if argc != 0.eban