summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-26* lib/tempfile.rb: fixed typos.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* method.c (rb_method_entry_t): body.proc should be marked.nobu
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-26* enc/unicode.c (onigenc_unicode_mbc_case_fold): balanced braces.nobu
2009-08-25* enc/unicode/name2ctype.h: updated.nobu
2009-08-25* enc/unicode/*.txt, tool/enc-unicode.rb: properties.nobu
2009-08-25* 2009-08-26svn
2009-08-25Update Oniguruma's UnicodeData to 5.1.naruse
2009-08-25Fix for Linux compatibilitynaruse
2009-08-25Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.naruse
2009-08-25* random.c (rand_init, random_load): use already defined macro.nobu
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 * win32/Makefile.sub (MAKEDIRS): define.usa
2009-08-24* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only whennobu
2009-08-24* 2009-08-24svn
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
2009-08-22* 2009-08-23svn
2009-08-22* thread.c (rb_thread_schedule): don't recur infinitely.akr
2009-08-22fix typos.akr
2009-08-22YAML parser don't need identity hash.akr
2009-08-22* ext/syck/rubyext.c (id_hash_new): new function to create a hashakr
2009-08-22* Makefile.in: use CP and MV macros.naruse
2009-08-22fix rdoc.akr
2009-08-22rdoc update.akr
2009-08-21* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu
2009-08-21* enumerator.c (ary2sv): add dup argument.akr
2009-08-21rdoc update.akr
2009-08-21* 2009-08-22svn
2009-08-21* thread.c (rb_check_deadlock): decrease number of sleepers beforemame
2009-08-21* enumerator.c (get_next_values): extracted fromakr
2009-08-21* enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu
2009-08-21* enc/utf_8.c (code_to_mbc): suppressed a warning.nobu
2009-08-21Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse