aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu2007-10-211-0/+7
* * file.c (rb_get_path): returns frozen string.nobu2007-10-201-0/+6
* * encoding.c (rb_id_encoding): returns ID "encoding".nobu2007-10-191-0/+8
* * parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu2007-10-191-0/+12
* * ruby.c (process_options): set primary encoding from the parsernobu2007-10-191-0/+7
* * range.c (range_last): removed unused variables.nobu2007-10-191-0/+4
* * range.c (Init_Range): typo fixed.matz2007-10-181-0/+2
* * enum.c (enum_find_index): update RDoc. a patch from David Flanaganmatz2007-10-181-1/+11
* * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): morematz2007-10-181-0/+6
* * range.c (range_first): takes first n element if argument ismatz2007-10-181-0/+10
* * ruby.c (proc_options): fixed reversed condition. [ruby-core:12722]nobu2007-10-171-0/+4
* * re.c (rb_reg_s_union): the last check was not complete.matz2007-10-171-0/+4
* * encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu2007-10-171-0/+10
* * encoding.c (rb_enc_alias, rb_enc_find_index): changednobu2007-10-161-0/+14
* * encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu2007-10-161-0/+16
* * re.c (rb_reg_desc): set encoding.nobu2007-10-161-1/+5
* * enc/utf8.c (utf8_code_to_mbclen): 0xfe and 0xff are valid Unicode tonobu2007-10-161-0/+5
* * string.c (rb_str_ord): use encoding.nobu2007-10-161-0/+4
* * re.c (rb_reg_initialize_m): allow binary encoding option.nobu2007-10-161-0/+5
* * re.c (rb_reg_s_union): check for encoding of original object.nobu2007-10-161-0/+4
* * debug.c: use enum for constants for gdb if possible.akr2007-10-161-0/+4
* * ruby.c, debug.c: move debug enum and constants to debug.c.akr2007-10-161-0/+4
* * ruby.c (RUBY_ENCODING_SHIFT): added as enum.akr2007-10-161-0/+6
* * parse.y (parser_regx_options): check if regexp encoding optionnobu2007-10-161-0/+28
* * re.c (rb_reg_s_union): encoding of all regexp objects shouldmatz2007-10-161-0/+5
* * encoding.c (enc_to_s): rename function.matz2007-10-161-0/+4
* * string.c (rb_str_new4): should copy encoding. a patch from NARUSE,nobu2007-10-161-0/+5
* * enum.c (enum_inject): RDoc update. a patch from David Flanaganmatz2007-10-151-0/+5
* * encoding.c (Init_Encoding): define #to_s to show encoding namematz2007-10-151-0/+5
* * numeric.c (flo_round): should be number but not rounding factor.nobu2007-10-151-0/+5
* * marshal.c (r_bytes0): refined length check. [ruby-dev:32059]nobu2007-10-151-0/+4
* * process.c (pst_to_s): returns a string such as "pid 10220 exit 1"akr2007-10-151-0/+8
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-151-0/+5
* * ext/socket/socket.c (s_accept_nonblock): make accepted fdakr2007-10-141-0/+5
* * encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu2007-10-141-0/+14
* * lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash isakr2007-10-141-2/+8
* * configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu2007-10-131-0/+7