summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-07* string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_st...davidflanagan
2007-11-07* enum.c (enum_each_with_index): make different arrays at eachnobu
2007-11-06* eval.c: fix typo in invoke_method documentationdavidflanagan
2007-11-06* array.c (rb_ary_product): core dumped with non array arguments.matz
2007-11-06* array.c (rb_ary_each_index): should return meaningful value.matz
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-06* eval_load.c (loaded_feature_path): need to expand relative paths.nobu
2007-11-06* eval_load.c (rb_feature_p): check if the feature is loading withnobu
2007-11-05* eval.c (Init_eval): move #send to Kernel module from BasicObject.matz
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-11-04* lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-11-04 * win32/Makefile.sub: vendor_ruby support.usa
2007-11-04* re.c (rb_reg_quote): quote \v as well.akr
2007-11-04* re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr
2007-11-04 Fixes ticket:110 (more UTF-16 problems)ser
2007-11-04add test for Regexp.new("\0").akr
2007-11-03* gc.c (count_objects): count TOTAL.akr
2007-11-03* string.c (tr_setup_table): use C array for characters that fitmatz
2007-11-03add ML ref.akr
2007-11-03* gc.c (count_objects): ObjectSpace.count_objects implemented.akr
2007-11-03* hash.c (rb_hash_each_pair): make Hash#each to be alias tomatz
2007-11-03* README.EXT: explain --vendor option for extconf.rbakr
2007-11-03* configure.in: --with-vendor-hdrdir implemented.akr
2007-11-03* configure.in: --with-vendordir implemented.akr
2007-11-02* lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou
2007-11-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou
2007-11-02* error.c (Init_Exception): make NameError to be subclass ofmatz
2007-11-01* enum.c (take_while_i, drop_while_i) add RTEST to handle nil returndavidflanagan
2007-10-31 * common.mk (prereq): update the path of prelude.c.usa
2007-10-31 * enum.c (enum_drop): fix typo.usa
2007-10-31 * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.usa
2007-10-31 * win32/setup.mak: commit miss.usa
2007-10-31 * win32/configure.bat, setup.mak: now can recognize OS even ifusa
2007-10-30* enum.c (enum_take_while): separate with-block form.matz
2007-10-30* enum.c (enum_butfirst): add a new method to iterates overmatz
2007-10-29* parse.y (bvar): block-local variable can shadow outer variable.nobu
2007-10-29* string.c (rb_str_substr): perfomance improvement. [ruby-dev:31806]nobu
2007-10-29* encoding.c (rb_enc_replicate): new function to replicate encoding.nobu
2007-10-29* encoding.c (rb_enc_compatible): ASCII encoding is compatible withnobu
2007-10-28* lib/open-uri.rb: :redirect option implemented to disable redirects.akr
2007-10-26* numeric.c (int_chr): take an optional encoding parameter.nobu
2007-10-26* numeric.c (fix_pow): returns 1.0 for 0**0.0.nobu
2007-10-26* numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu
2007-10-26* misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu
2007-10-26array.c: raise IndexError for negative length in rb_ary_filldavidflanagan
2007-10-25* lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg2
2007-10-25* lib/net/telnet.rb (Net::Telnet#login): Making the password promptjeg2
2007-10-25* lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz