summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-18add a test.akr
2008-02-18use require_relative to require ut_eof and envutil.akr
2008-02-18use require_relative to require marshaltestlib and sentence.akr
2008-02-18* string.c (rb_str_each_line): fix newline size.akr
2008-02-18add tests.akr
2008-02-18* include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINEmatz
2008-02-18* lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr
2008-02-18add tests for sub/gsub with hash.akr
2008-02-18typo fix.akr
2008-02-18avoid regexp warnings.akr
2008-02-18* re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc.akr
2008-02-18* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu
2008-02-18add a test.akr
2008-02-17* 2008-02-18usa
2008-02-17add tests.akr
2008-02-17* re.c (rb_reg_regsub): don't repeat repl twice withakr
2008-02-17* lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu
2008-02-17* encoding.c (ENC_CODERANGE_AND): fix broken case. [ruby-dev:33826]naruse
2008-02-17* re.c (rb_reg_prepare_re): add enable_warning parameter.akr
2008-02-17* test/ruby/test_regexp.rb: add tests to achieve over 90% testmame
2008-02-17add tests.akr
2008-02-17add a test for [ruby-dev:33826]akr
2008-02-17fix ML refs (ruby-core# -> ruby-core:)kazu
2008-02-17* encoding.c (ENC_CODERANGE_AND): added.naruse
2008-02-17* string.c (str_strlen): rb_enc_strlen doesn't fail.akr
2008-02-17* string.c (str_sublen): use rb_enc_strlen.akr
2008-02-17* enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,naruse
2008-02-17* re.c (rb_reg_quote): return US-ASCII string consistently.akr
2008-02-17* string.c (rb_str_times): reduce loop overhead.akr
2008-02-16* include/ruby/re.h (struct rmatch_offset): new struct for characterakr
2008-02-16 * win32/resource.rb: made version infos confirm to OS spec.usa
2008-02-16* string.c (rb_str_substr): optimized for UTF-8.naruse
2008-02-16* encoding.c (rb_enc_compatible): check encoding incapable arguments.akr
2008-02-16* re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.akr
2008-02-16* string.c (str_strlen): revert r15507. [ruby-dev:33810]naruse
2008-02-16* string.c (str_strlen): little more optimize.naruse
2008-02-16* encoding.c (rb_enc_compatible): empty strings are always compatible.akr
2008-02-16add ML ref.akr
2008-02-16* string.c (rb_enc_strlen): UTF-8 character count moved to str_strlen.akr
2008-02-16add a test for [ruby-dev:33807]akr
2008-02-16modify test according to changing WIN32OLE.codepage behavior.suke
2008-02-16add a test.akr
2008-02-16* string.c (rb_str_sub_bang): stringize replacing hash values.akr
2008-02-16* string.c (rb_enc_strlen): add search_nonascii like characternaruse
2008-02-16* encoding.c (rb_enc_strlen): moved to string.c.akr
2008-02-16* lib/require_relative.rb: check require_relative call in eval.akr
2008-02-15* ruby.c (process_options): set default_external before loadingnaruse
2008-02-15* enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.naruse
2008-02-15* ChangeLognaruse
2008-02-15* string.c (single_byte_optimizable): rb_enc_mbminlen must be 1naruse