aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):matz2006-08-083-3/+12
* 2006-08-08nobu2006-08-081-3/+3
* * parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189]nobu2006-08-082-7/+11
* reverttadf2006-08-072-10/+4
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-076-4/+18
* * lib/date/format.rb: specify maximum number of digits to parsematz2006-08-072-4/+10
* * configure.in, common.mk: AIX link issue. a patch from Yutakamatz2006-08-074-18/+38
* * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz2006-08-075-13/+10
* 2006-08-07matz2006-08-071-3/+3
* * parse.y (top_local_setup): local_vars[-1] should pointmatz2006-08-072-2/+7
* %[EO]U didn't denote %U.tadf2006-08-062-2/+6
* 2006-08-06akr2006-08-061-3/+3
* * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should notakr2006-08-062-5/+8
* 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