| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/NEWS-1.9.2: add File#size | kazu | 2011-02-01 | 1 | -0/+1 |
* | Mention the command search path issue on Windows. Pointed out by | knu | 2010-09-22 | 1 | -1/+11 |
* | * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translated | akr | 2010-08-31 | 1 | -1/+1 |
* | * NEWS: moved to doc/NEWS-1.9.2. | nobu | 2010-08-27 | 1 | -0/+488 |
* | * doc/ChangeLog-1.9.3: mistake. | nobu | 2010-08-23 | 1 | -0/+0 |
* | * ChangeLog: flushed. [ruby-dev:42050] | nobu | 2010-08-23 | 1 | -0/+80621 |
* | Mention the json library. (Pointed out by yhara) | knu | 2010-07-14 | 1 | -0/+2 |
* | * ext/pty: moved documents and samples to the appropriate places. | nobu | 2010-06-23 | 4 | -0/+203 |
* | * doc/etc.rd, doc/etc.rd.ja: moved from ext/etc. | nobu | 2010-04-23 | 2 | -0/+150 |
* | * lib/rdoc: Import RDoc 2.5.2 | drbrain | 2010-04-10 | 1 | -3/+1 |
* | * lib/rubygems: update to 1.3.6. | nobu | 2010-02-22 | 3 | -3/+221 |
* | * doc/rubygems/ChangeLog: deleted garbage lines. | nobu | 2010-02-22 | 1 | -4/+0 |
* | * lib/rubygems: update to 1.3.5. | nobu | 2009-12-08 | 4 | -0/+6421 |
* | * lib/rake: updated to rake code to rake-0.8.7 source code base. | nobu | 2009-10-02 | 14 | -0/+2343 |
* | * doc/re.rdoc: use rdoc mode. | nobu | 2009-09-18 | 1 | -582/+583 |
* | * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdoc | nobu | 2009-09-17 | 1 | -0/+0 |
* | * doc/re.rb (Regexp): not under Doc. | nobu | 2009-09-17 | 1 | -3/+2 |
* | * doc/re.rb: New document for Ruby's fork of Oniguruma. | naruse | 2009-09-17 | 1 | -0/+584 |
* | * doc/ChangeLog-1.8.0: add forgotten entry contributed by | matz | 2009-08-13 | 1 | -0/+5 |
* | Oops, my finger slipped. | knu | 2009-08-13 | 1 | -1/+1 |
* | Merge changes from ruby_1_8 except for the post-1.8.7 part. | knu | 2009-08-13 | 1 | -2/+15 |
* | Doxy-comments. | yugui | 2009-06-29 | 1 | -0/+0 |
* | Update with branches/ruby_1_9_1/NEWS. | knu | 2009-02-12 | 1 | -82/+298 |
* | * doc/NEWS-1.9.1: typo fixed: collect_all -> collect. | matz | 2009-02-02 | 1 | -1/+1 |
* | Numeric#scalar? has been renamed. | tadf | 2008-12-13 | 1 | -1/+1 |
* | - Remove doc/NEWS when we have doc/NEWS-1.9.1. | knu | 2008-12-12 | 1 | -177/+0 |
* | Add historical NEWS files for the record. | knu | 2008-12-12 | 2 | -0/+839 |
* | Remove things that have been backported to the ruby_1_8 branch. [trunk-only] | knu | 2008-12-11 | 1 | -5/+0 |
* | Elaborate with Range#include?. | knu | 2008-12-11 | 1 | -1/+4 |
* | * doc/NEWS: fixed typo, Readline.HISTORY::clear -> Readline::HISTORY.clear. | kouji | 2008-09-22 | 1 | -1/+1 |
* | * enumerator.c: Activate Enumerator#with_object and add | knu | 2008-08-26 | 1 | -0/+2 |
* | * enumerator.c (enumerator_initialize), | knu | 2008-08-26 | 1 | -0/+1 |
* | "t" for Kernel#open described. | akr | 2008-08-25 | 1 | -0/+3 |
* | * doc/NEWS: Mention the Readline.vi_editing_mode?, | kouji | 2008-08-13 | 1 | -0/+6 |
* | Mention the Array#choice removal and the Array#delete change. | knu | 2008-08-12 | 1 | -0/+3 |
* | * enumerator.c (enumerator_with_object, Init_Enumerator): | knu | 2008-06-16 | 1 | -1/+0 |
* | * enumerator.c (enumerator_with_memo): New method: with_memo(). | knu | 2008-06-03 | 1 | -0/+1 |
* | Remove what have been backported to 1.8.7. | knu | 2008-06-02 | 1 | -3/+0 |
* | Fix: nitem == count {|i| !i.nil?} | knu | 2008-05-29 | 1 | -1/+1 |
* | * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems(). | knu | 2008-05-28 | 1 | -1/+2 |
* | Remove entries about what have already been backported to 1.8. | knu | 2008-05-27 | 1 | -46/+4 |
* | * gc.c (gc_count): add a GC.count method. This method returns | ko1 | 2008-04-27 | 1 | -1/+2 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 7 | -7/+0 |
* | * doc/NEWS: changes for 1.9 | matz | 2007-12-25 | 1 | -837/+207 |
* | set svn:eol-style | shyouhei | 2007-02-12 | 1 | -6917/+6917 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+6917 |
* | * doc/irb/irb.rd.ja: a lost of release IRB 0.9.5. | keiju | 2005-04-13 | 1 | -3/+5 |
* | * lib/generator.rb: A new library which converts an internal | knu | 2003-10-14 | 1 | -0/+8 |
* | Add ext/enumerator, a helper module for the Enumerable interface. | knu | 2003-10-13 | 1 | -1/+5 |
* | * doc/ChangeLog-1.8.0: add changes of Ruby/Tk | nagai | 2003-08-29 | 1 | -0/+468 |