summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-15* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event):knu
2008-04-15typoknu
2008-04-15Add an entry for the 1.8.7 branch point.knu
2008-04-15* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]knu
2008-04-15Begin the 1.8.7 series.knu
2008-04-15Fork a branch for the 1.8.7 release off from ruby_1_8.knu
2008-04-15* ext/syck/rubyext.c (rb_syck_mktime): Avoid buffer overflow.knu
2008-04-15* re.c (match_inspect): backported from 1.9.akr
2008-04-15* eval.c (method_receiver, method_name, method_owner): Newkazu
2008-04-15* lib/uri.rb, lib/uri/ldaps.rb: added LDAPS scheme; backported from 1.9. bug#...kazu
2008-04-15update NEWSkazu
2008-04-15* lib/net/smtp.rb: backported from 1.9. bug#19003kazu
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu
2008-04-15* ext/tk/lib/tk/menuspec.rb: option check will fail when nagai
2008-04-15* signal.c, gc.c: New methods: GC.stress, GC.stress=;kazu
2008-04-15* 2008-04-15nobu
2008-04-15* array.c (rb_ary_take_while, rb_ary_drop_while): removed unusednobu
2008-04-15* rubyio.h (rb_io_t): renamed from OpenFile.nobu
2008-04-15* test/ruby/test_enum.rb: property.nobu
2008-04-14* ext/tk/lib/tk/text.rb: typo. call a wrong method.nagai
2008-04-14Add notes about {Array,Enumerable}#{map,collect}, which still returnknu
2008-04-14* array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optionalknu
2008-04-14* ruby.h: New macro: RB_GC_GUARD().knu
2008-04-14* random.c (rb_genrand_int32, rb_genrand_real), intern.h: Export.knu
2008-04-14 * enum.c (inject_i, inject_op_i): prototype.usa
2008-04-14* enum.c New methods: Enumerable#take, #take_while, #drop andknu
2008-04-14* enum.c: New methods: Enumerable#one?, #none?, #minmax, #min_by,knu
2008-04-14* enum.c (enum_find, enum_reject): Return an enumerator if noknu
2008-04-14 * enum.c (find_index_i, find_index_iter_i): add prototype for VC.usa
2008-04-14* array.c (rb_ary_collect_bang, rb_ary_select): Return anknu
2008-04-14fix a typoknu
2008-04-14* ruby.h (rb_block_call_func): Fix prototype.knu
2008-04-14* enum.c (enum_count, enum_find_index): New methods:knu
2008-04-14 * enumerator.c (enumerator_mark, enumerator_iter_i, enumerator_each_i,usa
2008-04-14* string.c (rb_str_each_char): New methods: String#chars andknu
2008-04-14* string.c (rb_str_each_line, rb_str_each_byte): Reflectknu
2008-04-14* range.c (range_each, range_step): Return an enumerator if noknu
2008-04-14* string.c (rb_str_partition, rb_str_rpartition,knu
2008-04-13update NEWSkazu
2008-04-13should use K&R style function definitions. [ruby-dev:34354]kazu
2008-04-13* object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug...kazu
2008-04-11* object.c (rb_obj_tap): new method Object#tap; backported from 1.9. bug#19008kazu
2008-04-11* process.c: new method Process.exec; backported from 1.9. bug#19006kazu
2008-04-11* ext/tk/lib/tkextlib/tile.rb, ext/tk/lib/tkextlib/tile/style.rb, nagai
2008-04-11* ext/tk/lib/tkextlib/tile.rb:nagai
2008-04-10* marshal.c (w_object): add volatile to avoid potential GC bug. amatz
2008-04-10Mention the ruby-debug project at RubyForge in README.knu
2008-04-10Oops, my mistake, rdebug.el was in 1.8.6.knu
2008-04-10* misc/rdebug.el, misc/README: Remove rdebug.el as per requestknu
2008-04-10* enum.c (enum_first, enum_group_by): New methods:knu