aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz2007-07-231-0/+5
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-231-0/+5
* * parse.y (value_expr_gen): warn for empty expression ().matz2007-07-231-0/+5
* * lib/date/format.rb (Date._parse): now accepts some newtadf2007-07-221-0/+8
* * thread.c (is_ruby_native_thread): made an int function asnobu2007-07-221-0/+8
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-0/+21
* * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf2007-07-211-0/+13
* * common.mk: inverted rules order.nobu2007-07-211-1/+8
* * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu2007-07-211-1/+9
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu2007-07-211-1/+4
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu2007-07-211-1/+3
* * win32/resource.rb: include patchlevel number.nobu2007-07-211-0/+4
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-211-0/+4
* * lib/date/format.rb (Date._parse): completes calendar week based year.tadf2007-07-201-0/+7
* * compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bugnobu2007-07-201-0/+7
* * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu2007-07-201-0/+14
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-201-0/+5
* * parse.y (remove_begin): keep empty NODE_BEGIN, instead of null.nobu2007-07-201-2/+2
* * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu2007-07-201-0/+8
* * bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu2007-07-201-0/+8
* * eval_error.ci (get_backtrace): check the result more.nobu2007-07-191-0/+5
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-0/+8
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu2007-07-181-0/+4
* * parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu2007-07-181-0/+8
* * time.c (time_succ): Time#succ should return a time object in thematz2007-07-171-0/+5
* * sprintf.c (rb_str_format): make %u behave like %d for negativematz2007-07-161-0/+6
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-161-0/+5
* * string.c (rb_str_rindex_m): accept string-like object convertiblenobu2007-07-161-0/+5
* * insns.def (getspecial): lfp_svar_get() requires int for specialnobu2007-07-151-0/+5
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-151-0/+6
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-151-0/+4
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-0/+29
* * bignum.c (bigtrunc): do not empty Bignum. [ruby-dev:31229]nobu2007-07-151-1/+1
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-151-0/+4
* * bignum.c (rb_cstr_to_inum): check leading non-digits.nobu2007-07-151-0/+5
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-141-0/+4
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-141-0/+8
* rename mark_current_thread to mark_current_machine_context.akr2007-07-141-2/+2
* change --enable-valgrind to --with-valgrind.akr2007-07-141-2/+2
* * configure.in: add --enable-valgrind.akr2007-07-141-0/+16
* * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu2007-07-141-0/+4
* * ext/json/ext/generator/generator.c (check_max_nesting): wrongmatz2007-07-141-0/+6
* * numeric.c (int_pow): overflow detection using FIT_SQRT_LONG().matz2007-07-131-0/+5
* update ChangeLog entrymatz2007-07-131-2/+2
* * insns.def (opt_div): FIX2NUM may not work for corner cases.matz2007-07-131-0/+5
* * numeric.c (int_round): should not return false, but self.matz2007-07-131-0/+5
* * include/ruby/intern.h: remove unused function declarations.ko12007-07-131-0/+6
* * insns.def (opt_succ): use cast to shut a warning up.matz2007-07-131-0/+2
* * vm.c (vm_free): clear free'ed living_threads field.matz2007-07-131-0/+5
* * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr2007-07-131-0/+6