summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-09-06* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jpnaruse
2006-09-04* time.c (time_to_s): variable declaration after an executionnobu
2006-09-04* numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352]nobu
2006-09-04* file.c (path_check_0): check if sticky bit is set on parentnobu
2006-09-04* time.c (time_to_s): make it conform to RFC2822 date format.matz
2006-09-04* ext/dbm/extconf.rb: create makefile according to the result of checknobu
2006-09-04updated based on date2 3.9.tadf
2006-09-04* time.c (time_strftime): include nul character. fixed: [ruby-dev:29422]nobu
2006-09-04* lib/cgi.rb (CGI::out): specify -m0 -x option for nkf.matz
2006-09-04* io.c (pipe_open): command name should not contain null bytes.matz
2006-09-03* lib/mkmf.rb: get rid of nil.to_s.nobu
2006-09-02revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr
2006-09-02* ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr
2006-09-02* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02don't get path if client mode. [ruby-dev:29417]seki
2006-09-02examine whether '*' is included before IPAddr.new. [ruby-dev:29406]seki
2006-09-02* common.mk (ia64.o): use the compiler driver to assemble ia64.sakr
2006-09-01* common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr
2006-09-01* ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai
2006-08-31* eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why
2006-08-29* hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu
2006-08-28Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain
2006-08-27Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain
2006-08-27Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain
2006-08-25updated based on date2 3.8.2.tadf
2006-08-25* lib/rexml/source.rb (REXML::IOSource#initialize): encoding have tonobu
2006-08-25* stable version 1.8.5 released.matz
2006-08-25* gc.c (gc_sweep): typo fixed.matz
2006-08-23ChangeLog updatematz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDocmatz
2006-08-22* lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods getmatz
2006-08-22remove semicolon warning. [ruby-dev:29299]matz
2006-08-22revert nkf -m0 patch for UTF-8matz
2006-08-19* win32/Makefile.sub (config.status): include winsock2.h instead ofusa
2006-08-19* file.c (rb_file_s_rename): use errno if set properly.nobu
2006-08-17* lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. amatz
2006-08-17* file.c (rb_stat_[rRwWxX]): check for super user.nobu
2006-08-17* ChangeLog: fixed typo.nobu
2006-08-17* lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu
2006-08-16lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find aseki
2006-08-16* process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):nobu
2006-08-16* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_class_comment): Fixdrbrain
2006-08-16* ruby.c (set_arg0): fill argv other than the first with an emptynobu
2006-08-16* win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258]nobu
2006-08-12* ChangeLog: fix entry header format.nobu
2006-08-11* ChangeLog: correct auther name.nobu
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
2006-08-08* Makefile.in, common.mk, configure.in: fix for platforms withoutusa
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz