summaryrefslogtreecommitdiff
path: root/doc/NEWS
AgeCommit message (Expand)Author
2008-09-22* doc/NEWS: fixed typo, Readline.HISTORY::clear -> Readline::HISTORY.clear.kouji
2008-08-26* enumerator.c: Activate Enumerator#with_object and addknu
2008-08-26* enumerator.c (enumerator_initialize),knu
2008-08-25"t" for Kernel#open described.akr
2008-08-13* doc/NEWS: Mention the Readline.vi_editing_mode?,kouji
2008-08-12Mention the Array#choice removal and the Array#delete change.knu
2008-06-16* enumerator.c (enumerator_with_object, Init_Enumerator):knu
2008-06-03* enumerator.c (enumerator_with_memo): New method: with_memo().knu
2008-06-02Remove what have been backported to 1.8.7.knu
2008-05-29Fix: nitem == count {|i| !i.nil?}knu
2008-05-28* array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu
2008-05-27Remove entries about what have already been backported to 1.8.knu
2008-04-27* gc.c (gc_count): add a GC.count method. This method returnsko1
2007-12-25* doc/NEWS: changes for 1.9matz
2003-10-14* lib/generator.rb: A new library which converts an internalknu
2003-10-13Add ext/enumerator, a helper module for the Enumerable interface.knu
2003-08-05doc/NEWS: typo fix(CVS -> CSV).eban
2003-08-04* doc/NEWS, doc/ChangeLog-1.8.0: added.matz
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-08-01* doc/NEWS: typo fix.eban
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-30* update to 1.8.0 preview5 (but incomplete yet).matz
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz
2002-12-19Mention the open-uri.rb import.knu
2002-12-15Add and update entries.knu
2002-12-01Clarify that this file is not actively maintained.knu
2002-08-30Add set.rb.knu
2002-07-14OptionParsernobu
2002-07-11* NEWS: add note for net/http's incompatibility.aamine
2002-06-26* parse.y (words, qwords): word list literal rules.nobu
2002-06-22updated to the new version (based on date2 3.3).tadf
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
2002-05-19added a summary of the changes in the new date.tadf
2002-05-09* eval.c (rb_thread_join): added an argument to limit time to waitnobu
2002-04-17* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu
2002-04-02Add entries to each Setup.* and remove Changes files.ttate
2002-03-27* io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz
2002-03-26* lib/fileutils.rb: new file.aamine
2002-03-22add raccrt, strscan entryaamine
2002-03-22Mention the import of BigFloat.knu
2002-03-19* re.c (rb_reg_search): should clear last_match if pos is out ofmatz
2002-03-14* ext/iconv: imported.nobu
2002-03-13* dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introducedknu
2002-03-13* lib/getopts.rb: single_options can be nil[*], and is not notknu
2002-03-11Remove the entries that have already been merged into the stableknu
2002-03-11tsort description modifed.akr
2002-03-11tsort library added.akr
2002-03-11StringIO.nobu
2002-02-18* parse.y (expr_value, arg_value, primary_value): value_expr()matz