summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-20* object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_procknu
2008-04-20Add test/yamlstore.rb.knu
2008-04-20* ext/openssl/ossl_ssl.c: initialize session class.technorama
2008-04-19Merge this too.knu
2008-04-19Merge everything from ruby_1_8.knu
2008-04-18* ext/syck/rubyext.c (syck_genericresolver_node_import): shouldknu
2008-04-18* 2008-04-18usa
2008-04-18* lib/rexml/node.rb (REXML::Node::indent): should initialize rvknu
2008-04-18* lib/rexml: Merge fixes since 1.8.6 made solely on the ruby_1_8_6knu
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