aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse2007-11-281-0/+7
* * insnhelper.ci (vm_invoke_block): should splat args.ko12007-11-281-0/+7
* * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu2007-11-281-0/+10
* * bignum.c (big2str_find_n1): removed extraneous element.nobu2007-11-271-5/+9
* * compile.c (iseq_compile_each): "when *[],1" dumps core.ko12007-11-271-0/+7
* * compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko12007-11-271-0/+7
* * compile.c, insns.def: change return value of "defined?"ko12007-11-271-0/+10
* * insns.def: fix typo.ko12007-11-271-0/+4
* * test_beginendblock.rb: add loop to wait signal.ko12007-11-271-0/+5
* * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr2007-11-271-0/+8
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-271-0/+8
* * insns.def, compile.c: fix to allow dsym for alias/undef.ko12007-11-271-0/+7
* * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki2007-11-261-0/+7
* * sprintf.c (rb_str_format): always trim preceding zeros.matz2007-11-261-0/+5
* * re.c (Init_Regexp): new method Regexp#fixed_encoding?akr2007-11-261-0/+4
* * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268]keiju2007-11-261-0/+4
* * re.c (rb_reg_fixed_encoding_p): extracted from rb_reg_prepare_re andakr2007-11-261-0/+6
* * io.c (rb_read_internal, rb_sysopen_internal): remove C99 dependency.nobu2007-11-261-0/+4
* * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):matz2007-11-261-0/+5
* * variable.c (rb_f_global_variables): variable names should notmatz2007-11-261-0/+5
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-0/+12
* Import fast-loading gem_prelude.rb from RubyGems.drbrain2007-11-251-0/+6
* * io.c: add rb_read_internal() as blocking function.ko12007-11-231-0/+4
* * vm.c: fix comment.ko12007-11-231-0/+4
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-231-0/+9
* * struct.c (rb_struct_alloc_noinit): new function.akr2007-11-231-0/+7
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-231-0/+10
* add ML ref.akr2007-11-231-0/+2
* * struct.c (rb_struct_define_without_accessor): new function.akr2007-11-231-0/+7
* * re.c (match_begin): should return offset by character.matz2007-11-231-0/+9
* * compile.c (defined_expr): defined(method(x)) dumped core. amatz2007-11-231-0/+5
* * insnhelper.ci (vm_search_normal_superclass): rename function.matz2007-11-221-0/+8
* * vm.c: fix to recycle thread data (VM stack).ko12007-11-211-0/+8
* * benchmark/driver.rb: add path to trunk/lib if driver runner isko12007-11-211-0/+5
* * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assertakr2007-11-211-0/+6
* * array.c (rb_ary_permutation): add gc guard codes.ko12007-11-211-0/+4
* * process.c (rb_f_system): returns nil on execution failure.matz2007-11-201-0/+5
* * object.c (nil_plus): remove unused function. [ruby-core:13737]matz2007-11-201-0/+4
* * time.c (time_mload): ignore invalid digits in submicro.akr2007-11-201-0/+4
* * include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko12007-11-201-0/+6
* * gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko12007-11-201-0/+16
* * io.c (rb_io_close_on_exec_p): new method IO#close_on_exec?.akr2007-11-201-0/+5
* * gc.c (gc_mark_children): obj->as.file.fptr may be 0 for T_FILE.akr2007-11-201-0/+4
* * parse.y (parser_read_escape): has8bit flag may be set with controlnobu2007-11-201-1/+4
* * parse.y (parser_prepare): set begging after BOM if exists.nobu2007-11-201-0/+5
* Update to RubyGems 0.9.5drbrain2007-11-201-0/+4
* * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa2007-11-201-0/+9
* * include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr2007-11-201-0/+12
* * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield toakr2007-11-201-0/+6
* merged from ruby_1_8 branch.seki2007-11-191-0/+24