aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/mkexports.rb: deal with __fastcall name decorations.nobu2007-10-131-0/+5
* * inits.c (rb_call_inits): call Init_Encoding.nobu2007-10-131-1/+3
* * encoding.c (rb_cEncoding): new Encoding class.nobu2007-10-131-0/+16
* * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.akr2007-10-131-0/+4
* * ext/win32ole/win32ole.c (foletype_s_ole_classes, suke2007-10-131-0/+16
* * parse.y (set_file_encoding): case-insensitive search, a patch fromnobu2007-10-131-0/+5
* * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108]nobu2007-10-131-0/+4
* * lib/rexml/document.rb (REXML::Document::write): leakymatz2007-10-121-0/+5
* * parse.y: encoding specifier should work if the line matchesmatz2007-10-121-0/+6
* * re.c (match_values_at): make #select to be alias to #values_atmatz2007-10-121-0/+5
* * array.c (rb_ary_combination): fixed memory corruption due to toomatz2007-10-121-0/+8
* * trunk/parse.y (magic_comments): add "encoding" as same as "coding".nobu2007-10-121-0/+8
* * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz2007-10-111-0/+8
* * bcc32/Makefile.sub, too.usa2007-10-111-1/+1
* * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug.usa2007-10-111-0/+5
* * Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu2007-10-101-0/+8
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-101-0/+8
* * re.c (rb_reg_s_quote): no longer takes optional second argumentmatz2007-10-101-0/+5
* * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii.akr2007-10-101-0/+6
* * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu2007-10-101-0/+4
* * array.c (rb_ary_permutation): use frozen shared hidden array.nobu2007-10-091-1/+4
* * array.c (rb_ary_permutation, rb_ary_combination): missing typenobu2007-10-091-0/+7
* * array.c: remove to_a completely.matz2007-10-091-0/+6
* * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):nobu2007-10-091-0/+5
* * parse.y (parser_read_escape, parser_tokadd_escape): check code range.usa2007-10-091-0/+5
* * parse.y (STR_NEW3): check for if single byte sequence.nobu2007-10-091-0/+4
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-081-0/+8
* * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou2007-10-071-0/+6
* * include/ruby/node.h: make node flags as VALUE type.akr2007-10-071-0/+7
* add ML ref.akr2007-10-071-1/+1
* * include/ruby/ruby.h: enum ruby_value_flags removed.akr2007-10-071-0/+6
* * lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo2007-10-071-0/+6
* * insns.def (opt_eq): fix to use rb_str_equal().ko12007-10-071-0/+4
* * string.c (rb_str_to_i): update RDoc since base can be any valuematz2007-10-061-0/+5
* * cont.c (cont_free): check Fiber or Continuation.ko12007-10-061-0/+6