| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from ruby_1_8, including r16205. | knu | 2008-05-26 | 1 | -5/+59 |
* | Merge -r16241:16456 from ruby_1_8. | knu | 2008-05-18 | 1 | -0/+60 |
* | * lib/date.rb, lib/date/format.rb: introduced some constants | tadf | 2008-01-06 | 1 | -3/+5 |
* | use hard tab. | tadf | 2008-01-02 | 1 | -1/+1 |
* | * sample/time.rb: use Process.times instead of Time.times. | tadf | 2008-01-02 | 1 | -6/+10 |
* | * sample/goodfriday.rb: examples for date are enough. retired. | tadf | 2008-01-02 | 2 | -49/+0 |
* | * sample/cal.rb: just updated with the newest version. | tadf | 2008-01-02 | 1 | -35/+45 |
* | * lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk. | kou | 2007-10-21 | 5 | -16/+35 |
* | * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep | nobu | 2007-08-18 | 1 | -1/+4 |
* | * sample: replace TRUE, FALSE with true, false respectively. | matz | 2007-04-16 | 6 | -7/+7 |
* | * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5. | knu | 2006-10-05 | 1 | -2/+2 |
* | * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. | gotoyuzo | 2006-06-20 | 1 | -4/+8 |
* | * lib/rss/rss.rb (Hash#merge, Enumerable#sort_by): removed. | kou | 2006-06-17 | 1 | -0/+69 |
* | * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) | kou | 2006-06-17 | 1 | -1/+1 |
* | * sample/rss/tdiary_plugin: removed. because the plugin | kou | 2005-07-27 | 3 | -323/+0 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-07-22 | 1 | -0/+64 |
* | * lib/rss/rss.rb: moved copyright description to lib/rss.rb. | kou | 2005-07-22 | 4 | -24/+7 |
* | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | matz | 2005-07-19 | 1 | -3/+5 |
* | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4. | nahi | 2005-05-22 | 82 | -7453/+0 |
* | * sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss): | kou | 2005-04-16 | 1 | -9/+9 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-04-09 | 2 | -0/+44 |
* | * sample/rss/tdiary_plugin/rss-recent.rb: supported configuration | kou | 2005-04-09 | 1 | -0/+24 |
* | * lib/rss: backoported from HEAD. | kou | 2005-04-09 | 1 | -10/+32 |
* | * lib/webrick/server.rb (WEBrick::GenericServer#start): should | gotoyuzo | 2005-03-07 | 1 | -2/+2 |
* | * sample/rss/tdiary_plugin/rss-recent.rb: added site information. | kou | 2005-03-03 | 1 | -18/+48 |
* | * array.c (rb_ary_s_create): no need for negative argc check. | matz | 2005-02-23 | 1 | -2/+2 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-01-18 | 1 | -0/+26 |
* | * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup. | nahi | 2004-12-21 | 3 | -14/+24 |
* | * added files: | nahi | 2004-12-20 | 3 | -2/+13 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-12-20 | 9 | -0/+173 |
* | * lib/rss, test/rss, sample/rss: backported from CVS HEAD. | kou | 2004-12-08 | 2 | -114/+114 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-11-29 | 1 | -0/+76 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-07-03 | 30 | -0/+2133 |
* | * added files | nahi | 2004-07-03 | 7 | -2338/+751 |
* | using "DRb.thread.join" instead of "gets" | seki | 2004-06-27 | 11 | -20/+13 |
* | * sample/rss/tdiary_plugin/rss-recent.rb: supported Hiki. | kou | 2004-06-27 | 1 | -2/+4 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-06-27 | 1 | -0/+211 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-05-01 | 2 | -0/+167 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-02-17 | 4 | -0/+8 |
* | import drb/sample | seki | 2004-02-14 | 44 | -0/+1966 |
* | * sample/openssl/gen_csr.rb: wrong usage string. | nahi | 2004-01-31 | 1 | -1/+2 |
* | untypo | gotoyuzo | 2004-01-29 | 1 | -1/+1 |
* | backport from Ruby-1.9. | gotoyuzo | 2004-01-29 | 1 | -6/+2 |
* | * sample/exyacc.rb: escape '}' to avoid warning. | usa | 2004-01-26 | 1 | -2/+2 |
* | synchronized with date2 3.5. | tadf | 2004-01-18 | 1 | -91/+134 |
* | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2004-01-07 | 8 | -0/+171 |
* | * numeric.c (num_sadded): prohibit singleton method definition for | matz | 2003-12-01 | 1 | -21/+21 |
* | * sample/optparse/opttest.rb: added. | nobu | 2003-12-01 | 1 | -0/+85 |
* | * lib/soap/streamHandler.rb: drop unused http parameters. | nahi | 2003-11-28 | 1 | -0/+1 |
* | * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ... | nahi | 2003-11-25 | 4 | -4/+4 |