aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu2007-10-262-2/+12
* * misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu2007-10-263-18/+27
* array.c: raise IndexError for negative length in rb_ary_filldavidflanagan2007-10-262-0/+4
* * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg22007-10-252-1/+6
* * lib/net/telnet.rb (Net::Telnet#login): Making the password promptjeg22007-10-252-1/+6
* * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz2007-10-252-1/+6
* * parse.y (parser_yylex): dot at the head of the line denote linematz2007-10-253-6/+37
* * hash.c (rb_hash_s_create): check and convert argument hashmatz2007-10-252-8/+32
* * array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz2007-10-253-6/+10
* * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu2007-10-253-5/+11
* * parse.y (parser_tokspace): increment tokidxdavidflanagan2007-10-252-4/+8
* * lib/uri.rb, lib/uri/ldaps.rb: added LDAPSakira2007-10-253-0/+18
* * lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg22007-10-242-2/+8
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly startjeg22007-10-242-0/+8
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the errorjeg22007-10-242-2/+7
* * lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):jeg22007-10-242-1/+6
* * parse.y (parser_tokspace): make space in token buffer.nobu2007-10-243-10/+32
* specify prefix for Dir.mktmpdir.akr2007-10-243-3/+3
* forgot to modify TestDBM2 and TestGDBM2.akr2007-10-242-26/+22
* use Dir.mktmpdir.akr2007-10-243-9/+6
* doc. wording fix.akr2007-10-241-1/+1
* use Dir.mktmpdir.akr2007-10-243-27/+23
* rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr2007-10-231-4/+4
* * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list.nobu2007-10-232-1/+6
* * ChangeLog: reorderd.nobu2007-10-231-4/+4
* * ruby.c (process_options): encoding set by command line option takesnobu2007-10-232-1/+13
* * ruby.c (proc_options): allow space after -E (encoding) option.matz2007-10-222-1/+6
* * enum.c (enum_cycle): hide temporary array from ObjectSpace.matz2007-10-223-7/+15
* add a test for [ruby-dev:32084].akr2007-10-221-0/+4
* * encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss.nobu2007-10-221-3/+2
* * encoding.c (enc_check_encoding): returns index now.nobu2007-10-222-13/+18
* * encoding.c (rb_enc_compatible): check if two objects have compatiblenobu2007-10-224-4/+34
* * encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu2007-10-214-15/+31
* * file.c (rb_get_path): returns frozen string.nobu2007-10-203-10/+17
* * encoding.c (rb_id_encoding): returns ID "encoding".nobu2007-10-193-21/+68
* * parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu2007-10-193-37/+71
* * ruby.c (process_options): set primary encoding from the parsernobu2007-10-192-9/+8
* * range.c (range_last): commit miss.nobu2007-10-191-4/+1
* * range.c (range_last): removed unused variables.nobu2007-10-192-3/+7
* * range.c (Init_Range): typo fixed.matz2007-10-182-1/+3
* * enum.c (enum_find_index): update RDoc. a patch from David Flanaganmatz2007-10-182-15/+29
* * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): morematz2007-10-182-6/+13
* * range.c (range_first): takes first n element if argument ismatz2007-10-186-13/+82
* * ruby.c (proc_options): fixed reversed condition. [ruby-core:12722]nobu2007-10-172-1/+5
* * re.c (rb_reg_s_union): the last check was not complete.matz2007-10-172-3/+13
* * encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu2007-10-173-6/+24
* * encoding.c (rb_enc_alias, rb_enc_find_index): changednobu2007-10-163-12/+83
* * encoding.c (enc_list): seems a commit miss.nobu2007-10-161-1/+0
* * encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu2007-10-166-11/+108
* * re.c (rb_reg_desc): set encoding.nobu2007-10-162-2/+7