| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/mkmf.rb (try_func): check function pointer first and macro next. | nobu | 2006-09-26 | 1 | -13/+4 |
| * | * lib/optparse.rb (OptionParser#parse_in_order): wrong splat for | nobu | 2006-09-26 | 1 | -1/+1 |
| * | * lib/optparse.rb (OptionParser#getopts): use strings as key. | nobu | 2006-09-26 | 1 | -21/+73 |
| * | * lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michal | nobu | 2006-09-25 | 1 | -1/+1 |
| * | updated based on date2 3.9.3. | tadf | 2006-09-24 | 2 | -24/+97 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz | 2006-09-23 | 1 | -1/+1 |
| * | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] | matz | 2006-09-22 | 1 | -0/+1 |
| * | updated based on date2 3.9.2. | tadf | 2006-09-22 | 2 | -99/+151 |
| * | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 1 | -2/+2 |
| * | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 1 | -10/+23 |
| * | * lib/fileutils.rb: backport from HEAD (rev 1.71). | aamine | 2006-09-18 | 1 | -59/+64 |
| * | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 1 | -4/+2 |
| * | * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified | nobu | 2006-09-17 | 2 | -17/+48 |
| * | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 1 | -1/+1 |
| * | * lib/mkmf.rb (checking_for): improved the messages. | nobu | 2006-09-16 | 1 | -12/+23 |
| * | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 1 | -8/+14 |
| * | * lib/optparse.rb (OptionParser#getopts): works with pre-registered | nobu | 2006-09-12 | 1 | -18/+29 |
| * | updated based on date2 3.9.1. | tadf | 2006-09-10 | 2 | -70/+174 |
| * | Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783] | drbrain | 2006-09-09 | 1 | -2/+10 |
| * | * lib/pstore.rb: open all in binary mode, and get rid of the quirk of | nobu | 2006-09-08 | 1 | -11/+10 |
| * | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 1 | -0/+1 |
| * | Forgot to update the version. Grrr. | ser | 2006-09-08 | 1 | -4/+4 |
| * | Merged changes from REXML 3.1.5. | ser | 2006-09-08 | 7 | -43/+83 |
| * | * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new | gotoyuzo | 2006-09-08 | 1 | -0/+6 |
| * | updated based on date2 3.9. | tadf | 2006-09-04 | 2 | -12/+77 |
| * | * lib/cgi.rb (CGI::out): specify -m0 -x option for nkf. | matz | 2006-09-04 | 1 | -3/+3 |
| * | * lib/mkmf.rb: get rid of nil.to_s. | nobu | 2006-09-03 | 1 | -5/+6 |
| * | don't get path if client mode. [ruby-dev:29417] | seki | 2006-09-02 | 1 | -1/+1 |
| * | examine whether '*' is included before IPAddr.new. [ruby-dev:29406] | seki | 2006-09-02 | 1 | -0/+2 |
| * | Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724] | drbrain | 2006-08-28 | 1 | -1/+1 |
| * | Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilev | drbrain | 2006-08-27 | 1 | -3/+1 |
| * | updated based on date2 3.8.2. | tadf | 2006-08-25 | 2 | -520/+960 |
| * | * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to | nobu | 2006-08-25 | 2 | -5/+5 |
| * | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method): | matz | 2006-08-23 | 1 | -1/+2 |
| * | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revert | matz | 2006-08-22 | 1 | -1/+1 |
| * | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method): | matz | 2006-08-22 | 1 | -1/+1 |
| * | * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get | matz | 2006-08-22 | 1 | -1/+3 |
| * | revert nkf -m0 patch for UTF-8 | matz | 2006-08-22 | 1 | -5/+3 |
| * | * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a | matz | 2006-08-17 | 1 | -4/+4 |
| * | * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177] | nobu | 2006-08-17 | 1 | -4/+118 |
| * | lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find a | seki | 2006-08-16 | 1 | -1/+1 |
| * | Fix broken class level documentation | drbrain | 2006-08-16 | 1 | -1/+1 |
| * | * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify | matz | 2006-08-08 | 1 | -5/+5 |
| * | %[EO]U didn't denote %U. | tadf | 2006-08-06 | 1 | -2/+2 |
| * | "%\n" means "\n". | tadf | 2006-08-05 | 1 | -4/+9 |
| * | Merge .document from HEAD | drbrain | 2006-08-04 | 1 | -2/+58 |
| * | Merge RDoc changes from HEAD. | drbrain | 2006-08-04 | 35 | -314/+354 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2006-08-04 | 1 | -0/+2 |
| * | * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for | keiju | 2006-08-04 | 2 | -18/+33 |
| * | * lib/date/format.rb (__strptime, strftime): allow multi-line patterns | nobu | 2006-08-04 | 1 | -2/+2 |