summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-04Remove tabs from Finalizer RDocdrbrain
2006-08-04RDoc for #run= and #run?drbrain
2006-08-04Move Example so RDoc picks it up.drbrain
2006-08-04Clean up files for RDoc.drbrain
2006-08-04Include more documentation.drbrain
2006-08-04Leave HTML escaped for HtmlFormatter.drbrain
2006-08-04Don't document test or sample directories.drbrain
2006-08-04Close the socket on SSLError. [ruby-core:7198]drbrain
2006-08-04Documentation cleanup.drbrain
2006-08-042006-08-05drbrain
2006-08-04* sprintf.c (rb_str_format): a bug in %c type check.matz
2006-08-04 * forget to ci ChangeLogkeiju
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-032006-08-04akr
2006-08-03* io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) shouldakr
2006-08-032006-08-03matz
2006-08-03* range.c (range_include): should always call Enumerable#include?matz
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/logger.rb: improves the amount of documentation that Rdocmatz
2006-07-31* lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo
2006-07-312006-07-31gotoyuzo
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-302006-07-30nobu
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-282006-07-29nagai
2006-07-28* ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu
2006-07-28* eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]matz
2006-07-28* eval.c (rb_call): a bug in method cache look-up.matz
2006-07-28* sprintf.c (rb_f_sprintf): documentation update patch from Jacobmatz
2006-07-28* time.c (time_to_s): fixed typo. [ruby-dev:29162]matz
2006-07-27* math.c (domain_check): ANSI style function argumentsmatz
2006-07-272006-07-28matz
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
2006-07-27* io.c (io_close): always calls "close" method of the receiver.matz
2006-07-27* ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz
2006-07-272006-07-27matz
2006-07-27* time.c (time_to_s): generate RFC822 style date string.matz
2006-07-26* configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz
2006-07-26small document fixaamine
2006-07-26merge test cases with Ruby 1.8aamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine