summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-08* test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo
2007-12-08* ruby.c (proc_options): make rb_raise format as a string literal to akr
2007-12-08* re.c (rb_reg_check_preprocess): new function for validating regexpakr
2007-12-08add test for UTF-8 bit pattern.akr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-07* ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo
2007-12-07* lib/pp.rb: use Hash for recursion check as inspect.akr
2007-12-07* thread.c (recursive_pop): use object ID.nobu
2007-12-07* array.c (flatten): some performance improvements, based on a patchnobu
2007-12-07* thread.c (rb_exec_recursive): use Hash instead of Array fornobu
2007-12-07* parse.y (arg): typo fixed ("!" -> "|") in the ripper code.matz
2007-12-07* parse.y (arg): tUPLUS no longer works as identity operation anymatz
2007-12-07add test for [ruby-dev:32452].akr
2007-12-06reproduce segv.akr
2007-12-06use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr
2007-12-06add ML ref.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-12-06* bootstraptest/test_knownbug.rb: new test for block andnobu
2007-12-06* bootstraptest/test_knownbug.rb: test for [ruby-talk:266422].nobu
2007-12-05* regparse.c (i_apply_case_fold): fix for negative character class. anobu
2007-12-05* ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.naruse
2007-12-05* thread.c (thread_initialize): fixed typo.nobu
2007-12-05* proc.c (rb_proc_s_new): call initialize. [ruby-core:13824]nobu
2007-12-05* parse.y (rb_intern3): fix to changing encoding to default, andnobu
2007-12-05* range.c (step_i, range_step): support non-fixnum steps.nobu
2007-12-05* compile.c (iseq_compile_each): fix typo.ko1
2007-12-05* ChangeLog: fix ML number.nobu
2007-12-05* parse.y (yycompile): get rid of tracing while parsing.nobu
2007-12-04* ext/iconv/iconv.c (iconv_convert): should not set encoding unlessnobu
2007-12-04* ext/json: set properties.nobu
2007-12-04* ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):naruse
2007-12-04* lib/json.rb, lib/json/*: moved to ext/json/lib.naruse
2007-12-04* ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu
2007-12-04* ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu
2007-12-04add a test for [ruby-dev:32448].akr
2007-12-04* ruby.c (process_options): reverted c flag.nobu
2007-12-04* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu
2007-12-03* ext/dl/win32: set properties.nobu
2007-12-03 * ext/Win32API/*: removed or moved to ext/dl/win32.usa
2007-12-02fix Regexp#inspect document.akr
2007-12-02document MatchData#inspect.akr
2007-12-02* parse.y (parser_tokadd_mbchar): fix for ASCII chars. [ruby-dev:32432]nobu
2007-12-02* re.c (unescape_escaped_nonascii): fix mbclen argument.akr
2007-12-02* parse.y (parser_tokadd_mbchar): check insufficient multibyte char.nobu
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou
2007-12-02* insnhelper.ci (vm_callee_setup_arg): fix error message.ko1
2007-12-02check Process.kill instead of Process#kill.akr
2007-12-02s/unicode/Unicode/ in error messages.akr
2007-12-02add ML ref.akr
2007-12-02eval("\"\xfd".force_encoding("utf-8")) generates garbage in error message.akr