summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-08-30* parse.y (rb_enc_symname2_p): not depend on nul terminator.nobu
2009-08-30* common.mk: dependencies updated.akr
2009-08-30* time.c (add): shortcut implemented for fixnums.akr
2009-08-30* time.c (eq): apply RTEST.akr
2009-08-30* bignum.c (bigmul1_single): new function specialized respect toakr
2009-08-29* timev.h (TIME_SCALE): defined as 1000000000.akr
2009-08-29* time.c (init_leap_second_info): use TIMET_MAX.akr
2009-08-29* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse
2009-08-29* vm_eval.c (rb_call0): gets rid of checking method cache twice.yugui
2009-08-29* lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]nobu
2009-08-28* lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.nobu
2009-08-28* lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu
2009-08-28* lib/tempfile.rb (Tempfile#callback): Debug information should beknu
2009-08-28* ext/win32ole/win32ole.c: use SafeStringValue instead ofsuke
2009-08-28 * thread.c (do_select): rollback r24680. void struct initializer isusa
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-28* vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h.nobu
2009-08-28* iseq.c (iseq_mark): skip outdated cache entries.nobu
2009-08-27* enumerator.c (next_i): typo fixed (reached at end -> reached anmatz
2009-08-27* vm_method.c (rb_remove_method_id): exported.nobu
2009-08-27* re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse
2009-08-27* random.c (random_rand): random integer can be a fixnum fornobu
2009-08-26* ext/strscan/strscan.c (strscan_set_string): set string should not benobu
2009-08-26* Makefile.in (enc/unicode/name2ctype.kwd):naruse
2009-08-26* unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH.naruse
2009-08-26* random.c (random_rand): refined error message.nobu
2009-08-26* random.c (random_rand): fixed for edge cases of ranges.nobu
2009-08-26* lib/tempfile.rb: add documents from Hongli Lai's fork.naruse
2009-08-26* tool/mkconfig.rb (program_transform_name): fix for multiple transnaruse
2009-08-26* random.c (random_rand): unified random_int and random_float.nobu
2009-08-26* test/test_tempfile.rb: merged from Hongli Lai's fork.nobu
2009-08-26* lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu
2009-08-26* tool/mkconfig.rb (program_transform_name): fix for autoconf 2.61nobu
2009-08-26* lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu
2009-08-26* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu
2009-08-26* vm.c (collect_local_variables_in_env): skips internal variables.nobu
2009-08-25Update Oniguruma's UnicodeData to 5.1.naruse
2009-08-25Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.naruse
2009-08-25* bignum.c (rb_big_clone, bigmul1_normal, bigdivrem): trivialnobu
2009-08-25* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu
2009-08-25* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu
2009-08-24* configure.in (DLDFLAGS): use linker_flag and changed undefinednobu
2009-08-24* lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou
2009-08-24 * include/ruby/missing.h (vsnprintf): rollback a part of r24179, becauseusa
2009-08-24* st.c (st_delete_safe): deals with packed entries.nobu
2009-08-24 * win32/Makefile.sub (MAKEDIRS): define.usa
2009-08-24* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only whennobu
2009-08-24* win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead ofnobu
2009-08-23* bootstraptest/runner.rb (main): "usage" description updated.akr
2009-08-23* bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr