| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI content | matz | 2006-09-23 | 2 | -1/+6 |
| * | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] | matz | 2006-09-22 | 2 | -0/+5 |
| * | updated based on date2 3.9.2. | tadf | 2006-09-22 | 3 | -99/+155 |
| * | 2006-09-23 | tadf | 2006-09-22 | 1 | -3/+3 |
| * | * .cvsignore: ignore timestamp files and installed list file. | nobu | 2006-09-21 | 2 | -1/+6 |
| * | 2006-09-22 | nobu | 2006-09-21 | 1 | -3/+3 |
| * | * instruby.rb: include FileUtils unconditionally. | nobu | 2006-09-21 | 2 | -0/+5 |
| * | * common.mk (no-install): not install rdoc actually. | nobu | 2006-09-21 | 4 | -13/+46 |
| * | * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in | matz | 2006-09-21 | 2 | -2/+19 |
| * | 2006-09-21 | matz | 2006-09-21 | 1 | -3/+3 |
| * | * common.mk (pre-install-doc): create data directory before install. | nobu | 2006-09-20 | 3 | -2/+11 |
| * | * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define | usa | 2006-09-20 | 4 | -0/+11 |
| * | * lib/net/imap.rb: allow extra spaces in responses. | shugo | 2006-09-20 | 2 | -10/+28 |
| * | * ext/gdbm/gdbm.c: add RDoc documentation. a patch from Peter | matz | 2006-09-20 | 2 | -38/+380 |
| * | 2006-09-20 | matz | 2006-09-20 | 1 | -3/+3 |
| * | * lib/fileutils.rb: backport from HEAD (rev 1.71). | aamine | 2006-09-18 | 2 | -59/+71 |
| * | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 3 | -2490/+2553 |
| * | 2006-09-19 | nobu | 2006-09-18 | 1 | -3/+3 |
| * | * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified | nobu | 2006-09-17 | 3 | -17/+53 |
| * | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 4 | -69/+122 |
| * | 2006-09-17 | akr | 2006-09-16 | 1 | -3/+3 |
| * | use assert_same instead of assert_equal. | akr | 2006-09-16 | 1 | -1/+1 |
| * | * ext/pty/pty.c (establishShell): remove remaining unused line. | matz | 2006-09-16 | 2 | -1/+4 |
| * | * ChangeLog: commit miss. | nobu | 2006-09-16 | 1 | -0/+4 |
| * | * lib/mkmf.rb (checking_for): improved the messages. | nobu | 2006-09-16 | 2 | -14/+23 |
| * | * ext/pty/pty.c (establishShell): parent pid is not used. | nobu | 2006-09-16 | 2 | -20/+19 |
| * | * ext/io/wait/extconf.rb: suspicious checking_for. | nobu | 2006-09-16 | 2 | -2/+4 |
| * | * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. | nobu | 2006-09-16 | 2 | -35/+29 |
| * | * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: | nobu | 2006-09-16 | 6 | -119/+282 |
| * | 2006-09-16 | nobu | 2006-09-16 | 1 | -3/+3 |
| * | 2006-09-14 | matz | 2006-09-14 | 1 | -3/+3 |
| * | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz | 2006-09-14 | 5 | -8/+26 |
| * | * README.EXT: English adjustment. [ruby-core:08855] | matz | 2006-09-13 | 1 | -6/+6 |
| * | * README.EXT: English adjustment. [ruby-core:08851] and | matz | 2006-09-13 | 2 | -30/+61 |
| * | * misc/ruby-mode.el (ruby-parse-partial): better here-doc support. | matz | 2006-09-13 | 2 | -1/+7 |
| * | * string.c (rb_str_intern): prohibit interning tainted string. | matz | 2006-09-13 | 3 | -13/+9 |
| * | * lib/optparse.rb (OptionParser#getopts): works with pre-registered | nobu | 2006-09-12 | 2 | -18/+34 |
| * | 2006-09-13 | nobu | 2006-09-12 | 1 | -3/+3 |
| * | updated based on date2 3.9.1. | tadf | 2006-09-10 | 3 | -70/+178 |
| * | * eval.c (rb_require_safe): prevent extension from loading twice. | nobu | 2006-09-10 | 2 | -8/+11 |
| * | * eval.c (stack_extend): fixed prototype. | nobu | 2006-09-10 | 2 | -2/+6 |
| * | 2006-09-10 | matz | 2006-09-09 | 1 | -3/+3 |
| * | * bignum.c (rb_big_mul0): bignum multiplication without | matz | 2006-09-09 | 2 | -11/+25 |
| * | Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783] | drbrain | 2006-09-09 | 2 | -2/+15 |
| * | * lib/pstore.rb: open all in binary mode, and get rid of the quirk of | nobu | 2006-09-08 | 2 | -11/+15 |
| * | * ext/extmk.rb: Proc#call does not pass the block in 1.8. | nobu | 2006-09-08 | 2 | -3/+5 |
| * | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 10 | -24/+57 |
| * | 2006-09-09 | nobu | 2006-09-08 | 1 | -3/+3 |
| * | 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 |