aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi.rb (read_multipart): exclude blanks from header values.nobu2007-12-091-0/+5
* * file.c (rb_get_path): use the original object if to_path method isnobu2007-12-091-0/+8
* * string.c (tr_find): returns true if no characters to be removed isnobu2007-12-091-0/+5
* * parse.y (parser_magic_comment): delimits with a semicolon.nobu2007-12-091-0/+4
* * string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu2007-12-091-0/+5
* * encoding.c (rb_enc_precise_mbclen): return needmore if underlyingakr2007-12-081-1/+3
* * encoding.c (rb_enc_mbclen): return 1 if underlying implementationakr2007-12-081-0/+5
* * signal.c (posix_signal): return value.akr2007-12-081-0/+4
* * test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo2007-12-081-0/+4
* * ruby.c (proc_options): make rb_raise format as a string literal to akr2007-12-081-0/+5
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-081-0/+9
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-0/+39
* * ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo2007-12-071-0/+5
* * lib/pp.rb: use Hash for recursion check as inspect.akr2007-12-071-0/+4
* * thread.c (recursive_pop): use object ID.nobu2007-12-071-1/+3
* * array.c (flatten): some performance improvements, based on a patchnobu2007-12-071-1/+5
* * thread.c (rb_exec_recursive): use Hash instead of Array fornobu2007-12-071-0/+5
* * parse.y (arg): typo fixed ("!" -> "|") in the ripper code.matz2007-12-071-0/+4
* * parse.y (arg): tUPLUS no longer works as identity operation anymatz2007-12-071-0/+5
* add ML ref.akr2007-12-061-0/+2
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-061-0/+33
* * regparse.c (i_apply_case_fold): fix for negative character class. anobu2007-12-051-0/+5
* * ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv.naruse2007-12-051-0/+4
* * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824]nobu2007-12-051-0/+11
* * parse.y (rb_intern3): fix to changing encoding to default, andnobu2007-12-051-0/+5
* * range.c (step_i, range_step): support non-fixnum steps.nobu2007-12-051-0/+5
* * compile.c (iseq_compile_each): fix typo.ko12007-12-051-0/+4
* * ChangeLog: fix ML number.nobu2007-12-051-1/+1
* * parse.y (yycompile): get rid of tracing while parsing.nobu2007-12-051-0/+8
* * ext/iconv/iconv.c (iconv_convert): should not set encoding unlessnobu2007-12-041-0/+5
* * ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8):naruse2007-12-041-0/+5
* * lib/json.rb, lib/json/*: moved to ext/json/lib.naruse2007-12-041-0/+4
* * ext/iconv/iconv.c (iconv_create): achieve target encoding.nobu2007-12-041-0/+10
* * ruby.c (process_options): reverted c flag.nobu2007-12-041-0/+4
* * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu2007-12-041-0/+5
* * ext/Win32API/*: removed or moved to ext/dl/win32.usa2007-12-031-0/+6
* * parse.y (parser_tokadd_mbchar): fix for ASCII chars. [ruby-dev:32432]nobu2007-12-021-0/+7
* * re.c (unescape_escaped_nonascii): fix mbclen argument.akr2007-12-021-0/+4
* * parse.y (parser_tokadd_mbchar): check insufficient multibyte char.nobu2007-12-021-2/+7
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-021-0/+11
* * insnhelper.ci (vm_callee_setup_arg): fix error message.ko12007-12-021-0/+5
* * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. akr2007-12-021-0/+5
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-0/+28
* * lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling sojeg22007-12-011-0/+6
* * encoding.c: rename primary_encoding -> default_external (encoding).matz2007-12-011-0/+4
* a reaction to recent time's changes.tadf2007-12-011-0/+8
* * bootstraptest/test_knownbug.rb: move fixed bugs.ko12007-12-011-0/+8
* * io.c (rb_f_open): use to_open for every non-string object. pathmatz2007-12-011-0/+5
* * insns.def (concatarray, splatarray): use to_a instead ofmatz2007-12-011-0/+7
* * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko12007-12-011-0/+15