aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix added test.akr2007-12-091-1/+1
* more tests.akr2007-12-091-0/+49
* more tests.akr2007-12-091-0/+58
* * encoding.c (rb_enc_precise_mbclen): return needmore if underlyingakr2007-12-082-2/+8
* fix previous commit.akr2007-12-081-1/+1
* add a test for casecmp with sjis string.akr2007-12-081-0/+7
* * encoding.c (rb_enc_mbclen): return 1 if underlying implementationakr2007-12-082-1/+7
* add a test for concatinating euc-jp and ascii-8bit string.akr2007-12-081-0/+9
* ignore y.output.akr2007-12-080-0/+0
* unused variables removed.akr2007-12-081-3/+0
* * signal.c (posix_signal): return value.akr2007-12-082-1/+5
* * enum.c (enum_count): suppress warning.akr2007-12-081-1/+3
* * test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo2007-12-082-5/+9
* * ruby.c (proc_options): make rb_raise format as a string literal to akr2007-12-082-6/+11
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-084-12/+75
* add test for UTF-8 bit pattern.akr2007-12-081-0/+59
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-0810-53/+119
* * ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo2007-12-073-304/+5
* * lib/pp.rb: use Hash for recursion check as inspect.akr2007-12-072-6/+10
* * thread.c (recursive_pop): use object ID.nobu2007-12-072-6/+9
* * array.c (flatten): some performance improvements, based on a patchnobu2007-12-072-49/+64
* * thread.c (rb_exec_recursive): use Hash instead of Array fornobu2007-12-072-18/+24
* * parse.y (arg): typo fixed ("!" -> "|") in the ripper code.matz2007-12-072-1/+5
* * parse.y (arg): tUPLUS no longer works as identity operation anymatz2007-12-073-9/+9
* add test for [ruby-dev:32452].akr2007-12-071-0/+13
* reproduce segv.akr2007-12-061-1/+1
* use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr2007-12-061-1/+1
* add ML ref.akr2007-12-061-0/+2
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-0610-143/+588
* * bootstraptest/test_knownbug.rb: new test for block andnobu2007-12-062-8/+19
* * bootstraptest/test_knownbug.rb: test for [ruby-talk:266422].nobu2007-12-061-0/+9
* * regparse.c (i_apply_case_fold): fix for negative character class. anobu2007-12-053-8/+10
* * ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.naruse2007-12-053-0/+23
* * thread.c (thread_initialize): fixed typo.nobu2007-12-051-1/+1
* * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824]nobu2007-12-054-15/+100
* * parse.y (rb_intern3): fix to changing encoding to default, andnobu2007-12-052-18/+11
* * range.c (step_i, range_step): support non-fixnum steps.nobu2007-12-052-16/+31
* * compile.c (iseq_compile_each): fix typo.ko12007-12-052-1/+5
* * ChangeLog: fix ML number.nobu2007-12-051-1/+1
* * parse.y (yycompile): get rid of tracing while parsing.nobu2007-12-054-24/+39
* * ext/iconv/iconv.c (iconv_convert): should not set encoding unlessnobu2007-12-042-4/+12
* * ext/json: set properties.nobu2007-12-040-0/+0
* * ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):naruse2007-12-042-4/+9
* * lib/json.rb, lib/json/*: moved to ext/json/lib.naruse2007-12-0421-0/+7
* * ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu2007-12-041-0/+10
* * ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu2007-12-042-26/+44
* add a test for [ruby-dev:32448].akr2007-12-041-0/+4
* * ruby.c (process_options): reverted c flag.nobu2007-12-042-0/+9
* * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu2007-12-044-4/+12
* * ext/dl/win32: set properties.nobu2007-12-030-0/+0