aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse2007-11-2815-152/+346
* add test for enumerator.akr2007-11-281-1/+10
* * insnhelper.ci (vm_invoke_block): should splat args.ko12007-11-283-5/+19
* * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu2007-11-283-4/+19
* test exceptions.akr2007-11-281-29/+41
* longer timeout.akr2007-11-271-1/+1
* * 2007-11-28nobu2007-11-271-3/+3
* * bignum.c (big2str_find_n1): removed extraneous element.nobu2007-11-273-28/+35
* * compile.c (iseq_compile_each): "when *[],1" dumps core.ko12007-11-273-6/+31
* * compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko12007-11-273-79/+109
* * compile.c, insns.def: change return value of "defined?"ko12007-11-275-10/+46
* lib/finalizer.rb: removedmatz2007-11-271-193/+0
* * insns.def: fix typo.ko12007-11-272-1/+5
* * test_beginendblock.rb: add loop to wait signal.ko12007-11-272-2/+9
* * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr2007-11-276-22/+30
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-275-17/+27
* * insns.def, compile.c: fix to allow dsym for alias/undef.ko12007-11-275-39/+63
* * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki2007-11-263-7/+21
* more tests.akr2007-11-263-157/+103
* * sprintf.c (rb_str_format): always trim preceding zeros.matz2007-11-262-1/+6
* * re.c (Init_Regexp): new method Regexp#fixed_encoding?akr2007-11-262-0/+5
* * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268]keiju2007-11-262-0/+7
* fix coderange.akr2007-11-261-1/+1
* * re.c (rb_reg_fixed_encoding_p): extracted from rb_reg_prepare_re andakr2007-11-262-63/+54
* * io.c (rb_read_internal, rb_sysopen_internal): remove C99 dependency.nobu2007-11-262-2/+12
* * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):matz2007-11-263-17/+11
* * bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb t...nobu2007-11-262-14/+14
* * variable.c (rb_f_global_variables): variable names should notmatz2007-11-263-9/+12
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-255-40/+318
* test_to_s refined.akr2007-11-251-1/+1
* Import fast-loading gem_prelude.rb from RubyGems.drbrain2007-11-259-34/+254
* add more roundtrip tests.akr2007-11-251-0/+44
* add test for printf format %x, %o and %b.akr2007-11-241-0/+79
* add a test for [ruby-dev:32351].akr2007-11-241-0/+3
* * io.c: add rb_read_internal() as blocking function.ko12007-11-232-11/+33
* * vm.c: fix comment.ko12007-11-232-1/+5
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-237-46/+55
* fix va_start arg.akr2007-11-231-1/+1
* * struct.c (rb_struct_alloc_noinit): new function.akr2007-11-234-4/+30
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-234-10/+231
* add ML ref.akr2007-11-231-0/+2
* * struct.c (rb_struct_define_without_accessor): new function.akr2007-11-234-24/+45
* * re.c (match_begin): should return offset by character.matz2007-11-233-14/+33
* * compile.c (defined_expr): defined(method(x)) dumped core. amatz2007-11-234-10/+21
* previous change refined.akr2007-11-221-2/+1
* add test for [ruby-dev:32329].akr2007-11-221-0/+21
* * insnhelper.ci (vm_search_normal_superclass): rename function.matz2007-11-2210-67/+76
* * vm.c: fix to recycle thread data (VM stack).ko12007-11-214-6/+65
* * benchmark/driver.rb: add path to trunk/lib if driver runner isko12007-11-212-1/+21
* * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assertakr2007-11-212-1/+24