aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu2006-08-127-23/+248
* * ChangeLog: fix entry header format.nobu2006-08-121-128/+128
* RDoc C parser and documentation fixesdrbrain2006-08-111-0/+8
* Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain2006-08-111-1/+1
* 2006-08-12drbrain2006-08-111-3/+3
* Replace nodoc with stopdoc so Module methods get documented.drbrain2006-08-111-1/+3
* 2006-08-11nobu2006-08-111-3/+3
* * ChangeLog: correct auther name.nobu2006-08-111-2/+2
* 2006-08-10akr2006-08-101-3/+3
* fix typos.akr2006-08-101-2/+2
* * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz2006-08-092-2/+10
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-082-5/+11
* 2006-08-09matz2006-08-081-3/+3
* * 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