summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-06add ML ref.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
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* 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/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* 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/Win32API/*: removed or moved to ext/dl/win32.usa
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-02* parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. akr
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-12-01* lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling sojeg2
2007-12-01* encoding.c: rename primary_encoding -> default_external (encoding).matz
2007-12-01a reaction to recent time's changes.tadf
2007-12-01* bootstraptest/test_knownbug.rb: move fixed bugs.ko1
2007-12-01* io.c (rb_f_open): use to_open for every non-string object. pathmatz
2007-12-01* insns.def (concatarray, splatarray): use to_a instead ofmatz
2007-12-01* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko1
2007-11-30* parse.y (newline_node): always remove NODE_BEGIN.nobu
2007-11-30* signal.c (ruby_signal): use SA_SIGINFO if available.matz
2007-11-30* signal.c (trap_signm): SIGVTALRM no longer used for greenmatz
2007-11-30* ChangeLog for 14051.naruse
2007-11-30* ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz
2007-11-30* enum.c (enum_count): precise argument number check.matz
2007-11-30* enum.c (enum_take_while): returns Enumerator if no block given.matz
2007-11-30* hash.c (rb_hash_eql): recursive comparison should be based onmatz
2007-11-29* parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu
2007-11-28* ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse
2007-11-28* insnhelper.ci (vm_invoke_block): should splat args.ko1
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-11-27* bignum.c (big2str_find_n1): removed extraneous element.nobu