| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0 | kou | 2004-07-08 | 5 | -81/+233 |
| * | * lib/tempfile.rb (Tempfile::initialize): got out code of | akira | 2004-07-07 | 1 | -1/+6 |
| * | Update comment to show call-seq example | dave | 2004-07-07 | 1 | -0/+24 |
| * | Forgot to add the validation files. | ser | 2004-07-07 | 3 | -0/+720 |
| * | * lib/rss/{trackback,syndication,dublincore,content}.rb: worked | kou | 2004-07-05 | 4 | -36/+41 |
| * | * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs. | akr | 2004-07-05 | 1 | -0/+10 |
| * | * lib/drb/drb.rb(DRbConn self.open): If socket pool is full, close | ocean | 2004-07-04 | 1 | -4/+7 |
| * | * Added the treeparser, and added the file to the MANIFEST. | ser | 2004-07-04 | 13 | -131/+261 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-07-04 | 1 | -0/+90 |
| * | * lib/rss/rss.rb: added copyright header. | kou | 2004-07-04 | 1 | -1/+6 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-07-03 | 22 | -0/+1879 |
| * | * added files | nahi | 2004-07-03 | 38 | -731/+1258 |
| * | * lib/pstore.rb (transaction): safer backup scheme. [ruby-list:39102] | nobu | 2004-07-01 | 2 | -100/+82 |
| * | * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due to | nobu | 2004-06-28 | 1 | -1/+1 |
| * | * lib/mkmf.rb (libpathflag): should not quote here. | nobu | 2004-06-26 | 1 | -1/+1 |
| * | * lib/mkmf.rb (libpathflag, dir_config): quote directory names if | nobu | 2004-06-26 | 1 | -2/+2 |
| * | Fixed parsing of %r{} when generating source popup | dave | 2004-06-22 | 1 | -0/+1 |
| * | * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server. | shugo | 2004-06-22 | 1 | -1/+1 |
| * | * lib/uri/generic.rb (URI::Generic::merge, | akira | 2004-06-09 | 1 | -19/+31 |
| * | * lib/logger.rb: leading 0 padding of timestamp usec part. | nahi | 2004-05-27 | 2 | -361/+349 |
| * | * lib/pathname.rb (Pathname#initialize): fix pathname initialization | akr | 2004-05-27 | 1 | -1/+9 |
| * | * marshal.c (w_class): should not dump singleton class. | matz | 2004-05-27 | 2 | -11/+9 |
| * | Allow "do" after "for". Fix up css for standalone code window | dave | 2004-05-26 | 3 | -10/+24 |
| * | * ext/syck/syck.c (syck_new_parser): clear parser on init. | why | 2004-05-25 | 1 | -23/+176 |
| * | test Kernel.open accepts pathname object. | akr | 2004-05-24 | 1 | -0/+15 |
| * | SYSTEM identifiers must be absolute | dave | 2004-05-24 | 2 | -3/+3 |
| * | Add '()' around parameters that don't have them | dave | 2004-05-21 | 1 | -0/+1 |
| * | * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911] | nobu | 2004-05-20 | 1 | -2/+2 |
| * | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 2 | -26/+25 |
| * | At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen... | dave | 2004-05-20 | 1 | -1/+7 |
| * | * lib/mkmf.rb (have_type): do not check pointer to incomplete type, | nobu | 2004-05-20 | 1 | -2/+2 |
| * | * ext/socket/socket.c (setup_domain_and_type): honor duck typing. | matz | 2004-05-17 | 1 | -8/+18 |
| * | REXML version bump. | ser | 2004-05-16 | 1 | -4/+4 |
| * | Fixed REXML bug #14: StreamParser reports doctype events to listeners again. | ser | 2004-05-16 | 1 | -2/+5 |
| * | Cross-ported the REXML changes (3.0.8) from the development branch to the | ser | 2004-05-16 | 12 | -969/+1024 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-05-16 | 2 | -0/+167 |
| * | * lib/yaml.rb: removed fallback to pure Ruby parser. | why | 2004-05-16 | 1 | -19/+2 |
| * | * lib/drb/drb.rb: Cosmetic documentation changes. | gsinclair | 2004-05-16 | 1 | -9/+9 |
| * | * lib/text/unit.rb: Removed :nodoc: directive (it prevented effective | gsinclair | 2004-05-16 | 1 | -1/+11 |
| * | lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove. | eban | 2004-05-16 | 1 | -1/+1 |
| * | * lib/test/unit/**/*.rb: Removed :nodoc: directives (many were | gsinclair | 2004-05-16 | 16 | -177/+145 |
| * | * lib/net/telnet.rb (Net::Telnet::login): "options" can specify | akira | 2004-05-13 | 1 | -4/+8 |
| * | lib/drb/observer.rb: remove debug print. | eban | 2004-05-13 | 1 | -2/+0 |
| * | * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment. | akira | 2004-05-13 | 1 | -0/+4 |
| * | * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters. | nobu | 2004-05-12 | 1 | -2/+2 |
| * | * lib/resolv.rb (Resolv::DNS::Config): make it configurable without | akr | 2004-05-12 | 1 | -35/+92 |
| * | Change symbol lookup scheme in HTML generation | dave | 2004-05-10 | 1 | -4/+12 |
| * | Search parent for unqualified constants | dave | 2004-05-10 | 1 | -0/+8 |
| * | * lib/net/ftp.rb: improved documentation | gsinclair | 2004-05-09 | 5 | -418/+507 |
| * | Allow multiple arguments to include | dave | 2004-05-07 | 1 | -4/+8 |