aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-02-153-4/+98
* * string.c (rb_str_sub_bang, str_gsub): allows hash for replacement.nobu2008-02-152-4/+20
* * string.c (str_strlen): use search_nonascii() for performance.matz2008-02-153-11/+34
* * io.c (open_key_args): allow specifying both :mode and :encoding.matz2008-02-152-5/+11
* * string.c (rb_str_getbyte): new method.akr2008-02-152-0/+50
* * lib/require_relative.rb: new file.akr2008-02-152-0/+10
* * ext/iconv/iconv.c (iconv_convert): check upper bound. a patch fromnobu2008-02-152-1/+9
* * re.c (rb_reg_quote): set US-ACII for ASCII-only string.nobu2008-02-152-1/+6
* * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.nobu2008-02-153-0/+7
* * parse.y (reg_compile_gen): reg_fragment_setenc might not raise annobu2008-02-152-3/+12
* Preserve ri compatibility with 1.8drbrain2008-02-142-1/+6
* * configure.in (ftruncate): check if available.nobu2008-02-143-3/+9
* * configure.in (sigsetmask): check when signal semantics is not POSIX.nobu2008-02-144-12/+26
* * parse.y (reg_compile_gen): appends error message fromnobu2008-02-142-3/+15
* * eval_error.c (error_print): append a newline to rest lines.nobu2008-02-141-0/+1
* * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according toakr2008-02-143-9/+26
* add a test for [ruby-dev:33072].akr2008-02-141-0/+4
* * test/ruby/test_math.rb: actual-expected argument ordering formatz2008-02-142-25/+31
* * file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu2008-02-142-0/+5
* add a test for named class in regexp.akr2008-02-141-0/+5
* more tests for embedding regexps.akr2008-02-141-0/+36