summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-10-18* enum.c (enum_find_index): update RDoc. a patch from David Flanaganmatz
2007-10-18* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): morematz
2007-10-18* range.c (range_first): takes first n element if argument ismatz
2007-10-17* ruby.c (proc_options): fixed reversed condition. [ruby-core:12722]nobu
2007-10-17* re.c (rb_reg_s_union): the last check was not complete.matz
2007-10-17* encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu
2007-10-16* encoding.c (rb_enc_alias, rb_enc_find_index): changednobu
2007-10-16* encoding.c (enc_list): seems a commit miss.nobu
2007-10-16* encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu
2007-10-16* re.c (rb_reg_desc): set encoding.nobu
2007-10-16* enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode tonobu
2007-10-16* string.c (rb_str_ord): use encoding.nobu
2007-10-16* re.c (rb_reg_initialize_m): allow binary encoding option.nobu
2007-10-16It should be ArgumentError thatakr
2007-10-16* re.c (rb_reg_s_union): check for encoding of original object.nobu