aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr2007-11-041-0/+5
* * gc.c (count_objects): count TOTAL.akr2007-11-031-0/+4
* * string.c (tr_setup_table): use C array for characters that fitmatz2007-11-031-0/+13
* add ML ref.akr2007-11-031-0/+1
* * gc.c (count_objects): ObjectSpace.count_objects implemented.akr2007-11-031-0/+4
* * hash.c (rb_hash_each_pair): make Hash#each to be alias tomatz2007-11-031-0/+7
* * README.EXT: explain --vendor option for extconf.rbakr2007-11-031-1/+5
* * configure.in: --with-vendor-hdrdir implemented.akr2007-11-031-0/+6
* * configure.in: --with-vendordir implemented.akr2007-11-031-0/+10
* * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou2007-11-021-0/+8
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou2007-11-021-0/+4
* * error.c (Init_Exception): make NameError to be subclass ofmatz2007-11-021-0/+8
* * enum.c (take_while_i, drop_while_i) add RTEST to handle nil returndavidflanagan2007-11-011-0/+3
* * common.mk (prereq): update the path of prelude.c.usa2007-10-311-0/+7
* * enum.c (enum_drop): fix typo.usa2007-10-311-0/+4
* * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.usa2007-10-311-0/+4
* * win32/configure.bat, setup.mak: now can recognize OS even ifusa2007-10-311-0/+7
* * enum.c (enum_take_while): separate with-block form.matz2007-10-301-0/+8
* * enum.c (enum_butfirst): add a new method to iterates overmatz2007-10-301-0/+8
* * parse.y (bvar): block-local variable can shadow outer variable.nobu2007-10-291-0/+5
* * string.c (rb_str_substr): perfomance improvement. [ruby-dev:31806]nobu2007-10-291-0/+4
* * encoding.c (rb_enc_replicate): new function to replicate encoding.nobu2007-10-291-0/+7
* * encoding.c (rb_enc_compatible): ASCII encoding is compatible withnobu2007-10-291-0/+5
* * lib/open-uri.rb: :redirect option implemented to disable redirects.akr2007-10-281-0/+5
* * numeric.c (int_chr): take an optional encoding parameter.nobu2007-10-261-0/+5
* * numeric.c (fix_pow): returns 1.0 for 0**0.0.nobu2007-10-261-1/+3
* * numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu2007-10-261-0/+4
* * misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu2007-10-261-0/+5
* array.c: raise IndexError for negative length in rb_ary_filldavidflanagan2007-10-261-0/+3
* * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg22007-10-251-0/+5
* * lib/net/telnet.rb (Net::Telnet#login): Making the password promptjeg22007-10-251-0/+5
* * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz2007-10-251-0/+5
* * parse.y (parser_yylex): dot at the head of the line denote linematz2007-10-251-0/+8
* * hash.c (rb_hash_s_create): check and convert argument hashmatz2007-10-251-0/+6
* * array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz2007-10-251-0/+5
* * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu2007-10-251-0/+5
* * parse.y (parser_tokspace): increment tokidxdavidflanagan2007-10-251-0/+4
* * lib/uri.rb, lib/uri/ldaps.rb: added LDAPSakira2007-10-251-0/+5
* * lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg22007-10-241-0/+6
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly startjeg22007-10-241-0/+5
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the errorjeg22007-10-241-0/+5
* * lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):jeg22007-10-241-0/+5
* * parse.y (parser_tokspace): make space in token buffer.nobu2007-10-241-0/+6
* * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.nobu2007-10-231-0/+5
* * ChangeLog: reorderd.nobu2007-10-231-4/+4
* * ruby.c (process_options): encoding set by command line option takesnobu2007-10-231-0/+5
* * ruby.c (proc_options): allow space after -E (encoding) option.matz2007-10-221-0/+4
* * enum.c (enum_cycle): hide temporary array from ObjectSpace.matz2007-10-221-0/+5
* * encoding.c (enc_check_encoding): returns index now.nobu2007-10-221-1/+3
* * encoding.c (rb_enc_compatible): check if two objects have compatiblenobu2007-10-221-0/+9