summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24specify prefix for Dir.mktmpdir.akr
2007-10-24forgot to modify TestDBM2 and TestGDBM2.akr
2007-10-24use Dir.mktmpdir.akr
2007-10-24doc. wording fix.akr
2007-10-24use Dir.mktmpdir.akr
2007-10-23rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr
2007-10-23* parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.nobu
2007-10-23* ChangeLog: reorderd.nobu
2007-10-23* ruby.c (process_options): encoding set by command line option takesnobu
2007-10-22* ruby.c (proc_options): allow space after -E (encoding) option.matz
2007-10-22* enum.c (enum_cycle): hide temporary array from ObjectSpace.matz
2007-10-22add a test for [ruby-dev:32084].akr
2007-10-22* encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss.nobu
2007-10-22* encoding.c (enc_check_encoding): returns index now.nobu
2007-10-22* encoding.c (rb_enc_compatible): check if two objects have compatiblenobu
2007-10-21* encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu
2007-10-20* file.c (rb_get_path): returns frozen string.nobu
2007-10-19* encoding.c (rb_id_encoding): returns ID "encoding".nobu
2007-10-19* parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu
2007-10-19* ruby.c (process_options): set primary encoding from the parsernobu
2007-10-19* range.c (range_last): commit miss.nobu
2007-10-19* range.c (range_last): removed unused variables.nobu
2007-10-18* range.c (Init_Range): typo fixed.matz