summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (rb_call0): gets rid of checking method cache twice.yugui2009-08-293-1/+10
* * lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]nobu2009-08-292-2/+5
* * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.nobu2009-08-282-2/+5
* * 2009-08-29svn2009-08-281-2/+2
* * lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu2009-08-282-7/+9
* * lib/tempfile.rb (Tempfile#callback): Debug information should beknu2009-08-282-2/+8
* * ext/win32ole/win32ole.c: use SafeStringValue instead ofsuke2009-08-282-11/+16
* * thread.c (do_select): rollback r24680. void struct initializer isusa2009-08-282-1/+6
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-2811-193/+233
* * vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h.nobu2009-08-283-6/+9
* * proc.c (rb_method_entry_arity): fixed indent.nobu2009-08-281-13/+13
* * iseq.c (iseq_mark): skip outdated cache entries.nobu2009-08-282-0/+5
* * iseq.c (iseq_mark): made invariant expressions constant references.nobu2009-08-281-7/+9
* * 2009-08-28svn2009-08-271-2/+2
* * enumerator.c (next_i): typo fixed (reached at end -> reached anmatz2009-08-272-1/+6
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-275-7/+19
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-273-3/+11
* * ruby.c (ruby_init_loadpath_safe): suppressed warnings.nobu2009-08-271-1/+4
* * random.c (random_rand): random integer can be a fixnum fornobu2009-08-272-1/+6
* * thread.c (do_select): suppress warnings.nobu2009-08-261-1/+1
* * ext/strscan/strscan.c (strscan_set_string): set string should not benobu2009-08-263-2/+28
* * Makefile.in (enc/unicode/name2ctype.kwd):naruse2009-08-262-2/+7
* * unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH.naruse2009-08-262-1/+5
* * 2009-08-27svn2009-08-261-2/+2
* * random.c (random_rand): refined error message.nobu2009-08-262-10/+23
* * random.c (random_rand): fixed for edge cases of ranges.nobu2009-08-263-3/+20
* * lib/tempfile.rb: fixed typos.nobu2009-08-261-7/+7
* * lib/tempfile.rb: add documents from Hongli Lai's fork.naruse2009-08-262-26/+180
* * tool/mkconfig.rb (program_transform_name): fix for multiple transnaruse2009-08-263-2/+9
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-265-116/+223
* * test/test_tempfile.rb: merged from Hongli Lai's fork.nobu2009-08-262-4/+262
* * lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu2009-08-262-1/+6
* * tool/mkconfig.rb (program_transform_name): fix for autoconf 2.61nobu2009-08-262-2/+7
* * method.c (rb_method_entry_t): body.proc should be marked.nobu2009-08-262-2/+3
* * lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu2009-08-262-7/+20
* * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu2009-08-262-1/+5
* * vm.c (collect_local_variables_in_env): skips internal variables.nobu2009-08-263-2/+16
* * enc/unicode.c (onigenc_unicode_mbc_case_fold): balanced braces.nobu2009-08-261-2/+3
* * enc/unicode/name2ctype.h: updated.nobu2009-08-251-365/+9744
* * enc/unicode/*.txt, tool/enc-unicode.rb: properties.nobu2009-08-250-0/+0
* * 2009-08-26svn2009-08-251-2/+2
* Update Oniguruma's UnicodeData to 5.1.naruse2009-08-259-9062/+49875
* Fix for Linux compatibilitynaruse2009-08-251-6/+7
* Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.naruse2009-08-252-8/+14
* * random.c (rand_init, random_load): use already defined macro.nobu2009-08-251-7/+7
* * bignum.c (rb_big_clone, bigmul1_normal, bigdivrem): trivialnobu2009-08-252-26/+37
* * Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu2009-08-252-6/+4
* * Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu2009-08-252-1/+6
* * configure.in (DLDFLAGS): use linker_flag and changed undefinednobu2009-08-243-5/+11
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-243-1/+27