summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-08-04* io.c (pipe_open_v, pipe_open_s): separate array and stringnobu
2007-08-03* ext/extmk.rb (extmake): save all CONFIG values.nobu
2007-08-02* lib/mkmf.rb (find_type): new method.nobu
2007-08-02* lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-02* bignum.c (big2str_table): base cannot be 0 or 1.nobu
2007-08-02* bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsubamatz
2007-08-02* re.c (option_to_str, arg_kcode, opt_kcode): options conversionnobu
2007-08-02* parse.y (reg_compile_gen): set error if failed to compile regexpnobu
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-31 * lib/date/format.rb (_parse): now interprets slashed numericaltadf
2007-07-30* ChangeLog: typo.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* range.c (range_eqq): call_super() in === does not work wellmatz
2007-07-26* dln.c (load_1, dln_find_1): constified.nobu
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-07-24* io.c (rb_f_p): return nil if no argument. [ruby-dev:31285]nobu
2007-07-23* regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz
2007-07-23* include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz
2007-07-23* parse.y (value_expr_gen): warn for empty expression ().matz
2007-07-22 * lib/date/format.rb (Date._parse): now accepts some newtadf
2007-07-22* thread.c (is_ruby_native_thread): made an int function asnobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-07-21 * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf
2007-07-21* common.mk: inverted rules order.nobu
2007-07-21* bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu
2007-07-21* lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu
2007-07-21* {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu
2007-07-21* win32/resource.rb: include patchlevel number.nobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20 * lib/date/format.rb (Date._parse): completes calendar week based year.tadf
2007-07-20* compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bugnobu
2007-07-20* compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu
2007-07-20* ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu
2007-07-20* parse.y (remove_begin): keep empty NODE_BEGIN, instead of null.nobu
2007-07-20* parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu
2007-07-20* bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu
2007-07-19* eval_error.ci (get_backtrace): check the result more.nobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-18* bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu
2007-07-18* parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu
2007-07-17* time.c (time_succ): Time#succ should return a time object in thematz
2007-07-16* sprintf.c (rb_str_format): make %u behave like %d for negativematz
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-16* string.c (rb_str_rindex_m): accept string-like object convertiblenobu
2007-07-15* insns.def (getspecial): lfp_svar_get() requires int for specialnobu
2007-07-15* sprintf.c (rb_f_sprintf): more checks for format argument.nobu
2007-07-15* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu