aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (rb_str_substr): copy encoding although empty string.naruse2008-02-222-1/+8
* commit miss. orzusa2008-02-221-3/+3
* sorry, typo.usa2008-02-221-1/+1
* * test/ruby/test_m17n.rb: add tests.usa2008-02-221-1/+13
* * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.nobu2008-02-224-6/+10
* * string.c (rb_str_times): empty string's coderange is CODERANGE_7BIT.naruse2008-02-213-7/+20
* Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-02-213-6/+45
* * io.c (rb_f_putc): invoke stdout method so that redefining putcmatz2008-02-213-6/+12
* * array.c (rb_ary_unshift_m): expands enough for argc. [ruby-dev:33880]nobu2008-02-212-4/+8
* * io.c (argf_set_encoding): uses current_file after check if nextnobu2008-02-212-4/+4
* * io.c (argf_set_encoding): uses current_file after check for nextnobu2008-02-214-5/+13
* * string.c: replace rb_enc_copy by rb_enc_cr_str_copy ornaruse2008-02-212-21/+34
* * include/ruby/encoding.h (rb_enc_asciicompat): dummy encoding is notnaruse2008-02-212-1/+6
* * configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu2008-02-203-11/+20
* * win32/win32.c (rb_w32_map_errno): exported.nobu2008-02-203-2/+9
* * ext/readline/extconf.rb (rl_event_hook): workaround for nativeusa2008-02-202-1/+7
* * encoding.c (rb_enc_associate_index): doesn't clear coderangenaruse2008-02-202-0/+7
* * string.c (rb_enc_str_copy): added for wrapper for rb_enc_copy.naruse2008-02-202-4/+32
* * instruby.rb (parse_args): added --dir-mode, --script-mode andnobu2008-02-202-34/+83
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-205-12/+20
* * string.c (rb_enc_strlen_cr): get length with coderange scan.naruse2008-02-192-2/+65
* * eval.c (rb_raise_jump): moved adjustment for control frame.nobu2008-02-192-3/+7
* * gc.c (STACK_LENGTH) [SPARC] : 0x80 offset removed. [ruby-dev:33857]akr2008-02-192-3/+5
* * test/erb (TestERBCore): reverted.nobu2008-02-192-4/+381
* * ext/readline/readline.c (readline_event): prevent polling. based onnobu2008-02-192-2/+19
* * eval.c (ruby_exec_node): no thread starts inside iseq compilation.nobu2008-02-194-7/+17
* add a test.akr2008-02-181-0/+6
* use require_relative to require ut_eof and envutil.akr2008-02-184-5/+8
* use require_relative to require marshaltestlib and sentence.akr2008-02-183-3/+6
* * 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