summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-12-15This commit was manufactured by cvs2svn to create tag 'v1_8_5_11'.(no author)
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
2006-08-07* ext/syck/syck.c (syck_move_tokens): should avoid negativematz
2006-08-07* configure.in, common.mk: AIX link issue. a patch from Yutakamatz
2006-08-07* dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz
2006-08-07* parse.y (top_local_setup): local_vars[-1] should pointmatz
2006-08-06%[EO]U didn't denote %U.tadf
2006-08-05"%\n" means "\n".tadf
2006-08-05add ML entrymatz
2006-08-04Merge RDoc and .document from HEADdrbrain
2006-08-04 * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju
2006-08-04* lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu
2006-08-04* pack.c (pack_pack): check argument overrun for 'P'. based on anobu
2006-08-01* win32/win32.c (init_stdhandle): assign standard file handles.nobu
2006-08-01* eval.c (Init_Binding): fix old commit miss.nobu
2006-07-31* ChangeLog: typo.usa
2006-07-31* win32/win32.c (exit_handler): new function; release winsock andusa
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-07-31* ruby.h: use ifdef (or defined) for macro constants that may ormatz
2006-07-31* lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo
2006-07-30* eval.c (rb_call0): trace call/return of method defined from block.nobu
2006-07-30* lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu
2006-07-30* eval.c (rb_trap_eval): make the current thread runnable to deal withnobu
2006-07-28* ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai
2006-07-28* lib/logger.rb: improves the amount of documentation that Rdocmatz
2006-07-28* io.c (io_close): always calls "close" method of the receiver.matz
2006-07-27* math.c (domain_check): a new function to check domain errormatz
2006-07-27* time.c (time_to_s): fixed format mismatch.nobu
2006-07-27* time.c: need to declare time_utc_offset.eban