summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-08-04* io.c (pipe_open_v, pipe_open_s): separate array and stringnobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-08-01* generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-28* ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-07-23* regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz
2007-07-23* parse.y (value_expr_gen): warn for empty expression ().matz
2007-07-22* thread.c (is_ruby_native_thread): made an int function asnobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20* bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-17* time.c (time_succ): Time#succ should return a time object in thematz
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-15* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu
2007-07-14* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu
2007-07-13* numeric.c (int_round): should not return false, but self.matz
2007-07-13* lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu
2007-07-11 * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa
2007-07-10* bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu
2007-07-08* 2007-07-09usa
2007-07-07* insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko1
2007-07-05* insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko1
2007-07-05* include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu
2007-07-03* compile.c (compile_massign): fix massign compilationko1
2007-07-03* cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.ko1
2007-07-01* yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko1
2007-06-30* vm.h: rename insn_func_type to rb_insn_func_type.ko1
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-06-27* compile.c (iseq_compile_each): fix popped backref and others.ko1
2007-06-26* string.c (rb_str_clear): need to check STR_EMBED_P() beforematz
2007-06-25* insnhelper.ci, vm.c: complete block parameter support.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-23* enum.c (enum_minmax): new method to get the minimum and maximummatz
2007-06-22* string.c (rb_str_upto): add optional argument to specifymatz
2007-06-21* parse.y (rb_intern2): name may not be NUL-terminated.nobu
2007-06-19* parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu
2007-06-19* eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu
2007-06-17* variable.c (rb_path2class): get rid of dangling pointer caused bynobu
2007-06-15* sample/test.rb: fix to show line information whether test succeeds.ko1
2007-06-14* 2007-06-14eban
2007-06-12* configure.in (darwin): prohibit loading extension libraries tonobu
2007-06-12* 2007-06-12usa
2007-06-10* include/ruby: moved public headers.nobu
2007-06-08* parse.y (call_args): allow splat argument after unpackedmatz
2007-06-06* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko1
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu