aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge Oniguruma 4.2.2kosako2006-08-058-133/+437
* "%\n" means "\n".tadf2006-08-052-4/+13
* add ML entrymatz2006-08-051-1/+1
* Remove tabs from Finalizer RDocdrbrain2006-08-041-12/+12
* RDoc for #run= and #run?drbrain2006-08-041-0/+2
* Move Example so RDoc picks it up.drbrain2006-08-041-23/+22
* Clean up files for RDoc.drbrain2006-08-041-0/+8
* Include more documentation.drbrain2006-08-041-3/+56
* Leave HTML escaped for HtmlFormatter.drbrain2006-08-041-3/+1
* Don't document test or sample directories.drbrain2006-08-041-0/+2
* Close the socket on SSLError. [ruby-core:7198]drbrain2006-08-041-0/+1
* Documentation cleanup.drbrain2006-08-0434-314/+327
* 2006-08-05drbrain2006-08-041-3/+3
* * sprintf.c (rb_str_format): a bug in %c type check.matz2006-08-042-3/+9
* * forget to ci ChangeLogkeiju2006-08-041-0/+5
* * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju2006-08-043-24/+38
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-042-2/+8
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-042-3/+10
* 2006-08-04akr2006-08-031-3/+3
* * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) shouldakr2006-08-032-2/+9
* 2006-08-03matz2006-08-031-4/+4
* * range.c (range_include): should always call Enumerable#include?matz2006-08-032-0/+8
* * ChangeLog: typo.usa2006-07-311-1/+0
* * win32/win32.c (exit_handler): new function; release winsock andusa2006-07-312-19/+45
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-312-1/+11
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-312-5/+18
* * lib/logger.rb: improves the amount of documentation that Rdocmatz2006-07-313-7/+22
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-313-1/+65
* 2006-07-31gotoyuzo2006-07-311-3/+3
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-302-1/+12
* * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu2006-07-303-24/+14
* 2006-07-30nobu2006-07-301-3/+3
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-302-0/+6
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-282-1/+5
* 2006-07-29nagai2006-07-281-3/+3
* * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu2006-07-282-16/+18
* * eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]matz2006-07-282-1/+5
* * eval.c (rb_call): a bug in method cache look-up.matz2006-07-282-2/+7
* * sprintf.c (rb_f_sprintf): documentation update patch from Jacobmatz2006-07-282-1/+12
* * time.c (time_to_s): fixed typo. [ruby-dev:29162]matz2006-07-282-1/+5
* * math.c (domain_check): ANSI style function argumentsmatz2006-07-272-4/+8
* 2006-07-28matz2006-07-271-3/+3
* * math.c (domain_check): a new function to check domain errormatz2006-07-272-27/+40
* * time.c (time_to_s): fixed format mismatch.nobu2006-07-272-1/+5
* * time.c: need to declare time_utc_offset.eban2006-07-272-0/+5
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-272-5/+12
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-273-12/+15
* 2006-07-27matz2006-07-271-3/+3
* * time.c (time_to_s): generate RFC822 style date string.matz2006-07-272-2/+22
* * configure.in: add support for as and ASFLAGS. [ruby-dev:29138]matz2006-07-263-0/+13