summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-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/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
2007-10-25* parse.y (parser_yylex): dot at the head of the line denote linematz
2007-10-25* hash.c (rb_hash_s_create): check and convert argument hashmatz
2007-10-25* array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz
2007-10-25* io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu
2007-10-25* parse.y (parser_tokspace): increment tokidxdavidflanagan
2007-10-25* lib/uri.rb, lib/uri/ldaps.rb: added LDAPSakira
2007-10-24* lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg2
2007-10-24* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly startjeg2
2007-10-24* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the errorjeg2
2007-10-24* lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):jeg2
2007-10-24* parse.y (parser_tokspace): make space in token buffer.nobu
2007-10-23* parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.nobu