aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-211-3/+3
* * bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu2007-07-201-3/+3
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-3/+3
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-171-3/+3
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-161-3/+3
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-151-3/+3
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-141-3/+3
* * numeric.c (int_round): should not return false, but self.matz2007-07-131-3/+3
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-131-3/+3
* * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa2007-07-111-3/+3
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu2007-07-101-3/+3
* * 2007-07-09usa2007-07-081-3/+3
* * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko12007-07-071-3/+3
* * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko12007-07-051-3/+3
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-051-3/+3
* * compile.c (compile_massign): fix massign compilationko12007-07-031-3/+3
* * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.ko12007-07-031-3/+3
* * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko12007-07-011-3/+3
* * vm.h: rename insn_func_type to rb_insn_func_type.ko12007-06-301-4/+4
* * parse.y (parser_yylex): return non-valid token for an invalidnobu2007-06-291-3/+3
* * parse.y (dsym): return non-null NODE even if yyerror(). based on anobu2007-06-291-3/+3
* * compile.c (iseq_compile_each): fix popped backref and others.ko12007-06-271-3/+3
* * string.c (rb_str_clear): need to check STR_EMBED_P() beforematz2007-06-261-3/+3
* * insnhelper.ci, vm.c: complete block parameter support.ko12007-06-251-3/+3
* * vm.c: some refactoring.ko12007-06-241-3/+3
* * enum.c (enum_minmax): new method to get the minimum and maximummatz2007-06-231-3/+3
* * string.c (rb_str_upto): add optional argument to specifymatz2007-06-221-3/+3
* * parse.y (rb_intern2): name may not be NUL-terminated.nobu2007-06-211-3/+3
* * parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu2007-06-191-3/+3
* * eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu2007-06-191-3/+3
* * variable.c (rb_path2class): get rid of dangling pointer caused bynobu2007-06-171-3/+3
* * sample/test.rb: fix to show line information whether test succeeds.ko12007-06-151-3/+3
* * 2007-06-14eban2007-06-141-3/+3
* * configure.in (darwin): prohibit loading extension libraries tonobu2007-06-121-3/+3
* * 2007-06-12usa2007-06-121-3/+3
* * include/ruby: moved public headers.nobu2007-06-101-3/+3
* * parse.y (call_args): allow splat argument after unpackedmatz2007-06-081-3/+3
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-3/+3
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-3/+3
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-3/+3
* * 2007-06-04usa2007-06-041-3/+3
* * numeric.c (int_round): small optimization to handle bignums.matz2007-06-011-3/+3
* * enum.c (each_with_index_i): should work well with continuation.matz2007-05-311-4/+4
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-311-3/+3
* * parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu2007-05-291-3/+3
* * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu2007-05-291-3/+3
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-3/+3
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu2007-05-251-3/+3
* * regint.h (include): on some platform, defines.h redefinesusa2007-05-251-3/+3
* * cont.c: support callcc which everyone love.ko12007-05-231-3/+3