aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/Win32API/*: removed or moved to ext/dl/win32.usa2007-12-0313-251/+40
* fix Regexp#inspect document.akr2007-12-021-2/+2
* document MatchData#inspect.akr2007-12-021-0/+13
* * parse.y (parser_tokadd_mbchar): fix for ASCII chars. [ruby-dev:32432]nobu2007-12-022-5/+17
* * re.c (unescape_escaped_nonascii): fix mbclen argument.akr2007-12-022-2/+6
* * parse.y (parser_tokadd_mbchar): check insufficient multibyte char.nobu2007-12-022-11/+19
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-027-9/+22
* * insnhelper.ci (vm_callee_setup_arg): fix error message.ko12007-12-023-4/+10
* check Process.kill instead of Process#kill.akr2007-12-021-1/+1
* s/unicode/Unicode/ in error messages.akr2007-12-022-13/+81
* add ML ref.akr2007-12-021-1/+1
* eval("\"\xfd".force_encoding("utf-8")) generates garbage in error message.akr2007-12-021-0/+5
* * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. akr2007-12-023-3/+32
* add a test for [ruby-dev:32404].akr2007-12-011-0/+6
* (test_time_now_cycle): cut off under micro second.akr2007-12-011-8/+1
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-017-174/+635
* * lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling sojeg22007-12-012-3/+9
* * encoding.c: rename primary_encoding -> default_external (encoding).matz2007-12-015-19/+23
* lib/README: remove jcode.rbmatz2007-12-011-1/+0
* a reaction to recent time's changes.tadf2007-12-012-4/+12
* * bootstraptest/test_knownbug.rb: move fixed bugs.ko12007-12-014-14/+25
* * io.c (rb_f_open): use to_open for every non-string object. pathmatz2007-12-012-9/+22
* * insns.def (concatarray, splatarray): use to_a instead ofmatz2007-12-018-48/+14
* * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko12007-12-017-18/+50
* * parse.y (newline_node): always remove NODE_BEGIN.nobu2007-11-303-6/+11
* * lib/json/add/*.rb, test/json/test_json_rails.rb: set properties.nobu2007-11-300-0/+0