summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (rb_call0): gets rid of checking method cache twice.yugui2009-08-291-0/+7
* * lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]nobu2009-08-291-0/+4
* * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.nobu2009-08-281-1/+3
* * lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu2009-08-281-0/+5
* * lib/tempfile.rb (Tempfile#callback): Debug information should beknu2009-08-281-0/+6
* * ext/win32ole/win32ole.c: use SafeStringValue instead ofsuke2009-08-281-0/+5
* * thread.c (do_select): rollback r24680. void struct initializer isusa2009-08-281-0/+5
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-0/+7
* * vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h.nobu2009-08-281-1/+4
* * iseq.c (iseq_mark): skip outdated cache entries.nobu2009-08-281-0/+4
* * enumerator.c (next_i): typo fixed (reached at end -> reached anmatz2009-08-271-0/+5
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+6
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-271-0/+5
* * random.c (random_rand): random integer can be a fixnum fornobu2009-08-271-0/+5
* * ext/strscan/strscan.c (strscan_set_string): set string should not benobu2009-08-261-0/+7
* * Makefile.in (enc/unicode/name2ctype.kwd):naruse2009-08-261-0/+7
* * unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH.naruse2009-08-261-0/+4
* * random.c (random_rand): refined error message.nobu2009-08-261-1/+3
* * random.c (random_rand): fixed for edge cases of ranges.nobu2009-08-261-0/+5
* * lib/tempfile.rb: add documents from Hongli Lai's fork.naruse2009-08-261-0/+5
* * tool/mkconfig.rb (program_transform_name): fix for multiple transnaruse2009-08-261-0/+7
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-0/+6
* * test/test_tempfile.rb: merged from Hongli Lai's fork.nobu2009-08-261-0/+5
* * lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu2009-08-261-0/+5
* * tool/mkconfig.rb (program_transform_name): fix for autoconf 2.61nobu2009-08-261-0/+5
* * lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu2009-08-261-0/+8
* * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu2009-08-261-0/+5
* * vm.c (collect_local_variables_in_env): skips internal variables.nobu2009-08-261-0/+5
* Update Oniguruma's UnicodeData to 5.1.naruse2009-08-251-0/+15
* Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.naruse2009-08-251-0/+5
* * bignum.c (rb_big_clone, bigmul1_normal, bigdivrem): trivialnobu2009-08-251-0/+8
* * Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu2009-08-251-2/+3
* * Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu2009-08-251-0/+5
* * configure.in (DLDFLAGS): use linker_flag and changed undefinednobu2009-08-241-0/+5
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-241-0/+6
* * include/ruby/missing.h (vsnprintf): rollback a part of r24179, becauseusa2009-08-241-0/+5
* * st.c (st_delete_safe): deals with packed entries.nobu2009-08-241-0/+7
* * win32/Makefile.sub (MAKEDIRS): define.usa2009-08-241-0/+6
* * configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only whennobu2009-08-241-0/+5
* * win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead ofnobu2009-08-241-0/+5
* * bootstraptest/runner.rb (main): "usage" description updated.akr2009-08-231-0/+4
* * bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr2009-08-231-0/+6
* * thread.c (rb_thread_schedule): don't recur infinitely.akr2009-08-221-0/+6
* fix typos.akr2009-08-221-19/+19
* YAML parser don't need identity hash.akr2009-08-221-4/+2
* * ext/syck/rubyext.c (id_hash_new): new function to create a hashakr2009-08-221-0/+11
* * Makefile.in: use CP and MV macros.naruse2009-08-221-0/+4
* * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu2009-08-211-0/+5
* * enumerator.c (ary2sv): add dup argument.akr2009-08-211-0/+9
* * thread.c (rb_check_deadlock): decrease number of sleepers beforemame2009-08-211-0/+6