aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_each_line): fix newline size.akr2008-02-183-1/+11
* add tests.akr2008-02-181-0/+2
* * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINEmatz2008-02-185-6/+11
* * lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr2008-02-182-1/+5
* add tests for sub/gsub with hash.akr2008-02-182-1/+20
* typo fix.akr2008-02-181-1/+1
* avoid regexp warnings.akr2008-02-181-10/+11
* * re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc.akr2008-02-182-0/+10
* * ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu2008-02-182-1/+6
* add a test.akr2008-02-181-0/+6
* * 2008-02-18usa2008-02-171-3/+3
* add tests.akr2008-02-171-0/+20
* * re.c (rb_reg_regsub): don't repeat repl twice withakr2008-02-173-1/+7
* * lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu2008-02-172-1/+11
* * encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826]naruse2008-02-173-8/+16
* * re.c (rb_reg_prepare_re): add enable_warning parameter.akr2008-02-173-4/+13
* * test/ruby/test_regexp.rb: add tests to achieve over 90% testmame2008-02-172-0/+500
* add tests.akr2008-02-171-2/+9
* add a test for [ruby-dev:33826]akr2008-02-171-0/+7
* fix ML refs (ruby-core# -> ruby-core:)kazu2008-02-171-2/+2
* * encoding.c (ENC_CODERANGE_AND): added.naruse2008-02-174-3/+19
* * string.c (str_strlen): rb_enc_strlen doesn't fail.akr2008-02-172-8/+6
* * string.c (str_sublen): use rb_enc_strlen.akr2008-02-172-11/+7
* * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,naruse2008-02-1714-4/+345
* * re.c (rb_reg_quote): return US-ASCII string consistently.akr2008-02-173-12/+17
* * string.c (rb_str_times): reduce loop overhead.akr2008-02-173-5/+23
* * include/ruby/re.h (struct rmatch_offset): new struct for characterakr2008-02-165-58/+226
* * win32/resource.rb: made version infos confirm to OS spec.usa2008-02-165-17/+22
* * string.c (rb_str_substr): optimized for UTF-8.naruse2008-02-162-1/+64
* * encoding.c (rb_enc_compatible): check encoding incapable arguments.akr2008-02-162-3/+10
* * re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.akr2008-02-162-0/+8
* * string.c (str_strlen): revert r15507. [ruby-dev:33810]naruse2008-02-162-3/+4
* * string.c (str_strlen): little more optimize.naruse2008-02-162-9/+16
* * encoding.c (rb_enc_compatible): empty strings are always compatible.akr2008-02-164-3/+62
* add ML ref.akr2008-02-161-1/+1
* * string.c (rb_enc_strlen): UTF-8 character count moved to str_strlen.akr2008-02-162-29/+38
* add a test for [ruby-dev:33807]akr2008-02-161-0/+3
* modify test according to changing WIN32OLE.codepage behavior.suke2008-02-162-2/+10
* add a test.akr2008-02-161-0/+3
* * string.c (rb_str_sub_bang): stringize replacing hash values.akr2008-02-162-14/+25
* * string.c (rb_enc_strlen): add search_nonascii like characternaruse2008-02-162-0/+34
* * encoding.c (rb_enc_strlen): moved to string.c.akr2008-02-163-26/+40
* * lib/require_relative.rb: check require_relative call in eval.akr2008-02-162-2/+11
* * ruby.c (process_options): set default_external before loadingnaruse2008-02-152-2/+7
* * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.naruse2008-02-153-3/+12
* * ChangeLognaruse2008-02-151-0/+5
* * string.c (single_byte_optimizable): rb_enc_mbminlen must be 1naruse2008-02-151-1/+1
* * encoding.c (rb_enc_nth): moved to string.c.akr2008-02-153-30/+55
* add a test.akr2008-02-151-0/+4
* * range.c (rb_range_beg_len): check if responds to "begin" and "end"nobu2008-02-153-11/+12