| Commit message (Expand) | Author | Age | Files | Lines |
* | [DOC] Move old NEWS files to a separate directory | Nobuyoshi Nakada | 2022-03-22 | 14 | -0/+7544 |
* | - Remove doc/NEWS when we have doc/NEWS-1.9.1. | knu | 2008-12-12 | 1 | -177/+0 |
* | 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 |
* | * doc/NEWS: changes for 1.9 | matz | 2007-12-25 | 1 | -837/+207 |
* | * 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/NEWS: typo fix(CVS -> CSV). | eban | 2003-08-05 | 1 | -1/+1 |
* | * doc/NEWS, doc/ChangeLog-1.8.0: added. | matz | 2003-08-04 | 1 | -195/+267 |
* | * class.c (rb_obj_singleton_methods): should not go up to | matz | 2003-08-01 | 1 | -251/+352 |
* | * doc/NEWS: typo fix. | eban | 2003-08-01 | 1 | -1/+1 |
* | * numeric.c (rb_num_coerce_relop): export function. | matz | 2003-07-31 | 1 | -1/+1 |
* | * update to 1.8.0 preview5 (but incomplete yet). | matz | 2003-07-30 | 1 | -12/+92 |
* | * variable.c (rb_mod_const_missing): "const_missing" should not | matz | 2003-07-26 | 1 | -25/+0 |
* | Mention the open-uri.rb import. | knu | 2002-12-19 | 1 | -0/+4 |
* | Add and update entries. | knu | 2002-12-15 | 1 | -21/+74 |
* | Clarify that this file is not actively maintained. | knu | 2002-12-01 | 1 | -0/+2 |
* | Add set.rb. | knu | 2002-08-30 | 1 | -0/+4 |
* | OptionParser | nobu | 2002-07-14 | 1 | -0/+4 |
* | * NEWS: add note for net/http's incompatibility. | aamine | 2002-07-11 | 1 | -0/+5 |
* | * parse.y (words, qwords): word list literal rules. | nobu | 2002-06-26 | 1 | -0/+11 |
* | updated to the new version (based on date2 3.3). | tadf | 2002-06-22 | 1 | -0/+4 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -0/+4 |
* | * ruby.c (proc_options): removed "-*-" support for #! line. | matz | 2002-05-23 | 1 | -0/+8 |
* | added a summary of the changes in the new date. | tadf | 2002-05-19 | 1 | -0/+8 |
* | * eval.c (rb_thread_join): added an argument to limit time to wait | nobu | 2002-05-09 | 1 | -0/+5 |
* | * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in | knu | 2002-04-17 | 1 | -5/+0 |
* | Add entries to each Setup.* and remove Changes files. | ttate | 2002-04-02 | 1 | -0/+4 |
* | * io.c (rb_io_sysseek): new method based on a patch from Aristarkh | matz | 2002-03-27 | 1 | -0/+4 |
* | * lib/fileutils.rb: new file. | aamine | 2002-03-26 | 1 | -1/+5 |
* | add raccrt, strscan entry | aamine | 2002-03-22 | 1 | -0/+8 |
* | Mention the import of BigFloat. | knu | 2002-03-22 | 1 | -0/+5 |
* | * re.c (rb_reg_search): should clear last_match if pos is out of | matz | 2002-03-19 | 1 | -0/+8 |
* | * ext/iconv: imported. | nobu | 2002-03-14 | 1 | -0/+4 |
* | * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced | knu | 2002-03-13 | 1 | -11/+10 |
* | * lib/getopts.rb: single_options can be nil[*], and is not not | knu | 2002-03-13 | 1 | -0/+11 |
* | Remove the entries that have already been merged into the stable | knu | 2002-03-11 | 1 | -12/+0 |