aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * tool/instruction.rb: executable.nobu2009-09-021-0/+0
* * tool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns):nobu2009-09-012-8/+8
* NaN is now 0.0/0 because of 1.8/1.9 compat.naruse2009-09-012-1/+6
* Add tests of JSON 1.1.9.naruse2009-09-016-70/+153
* * 2009-09-02svn2009-09-011-2/+2
* * ext/json: Update to JSON 1.1.9.naruse2009-09-0118-2181/+144
* * vm_eval.c (eval_string_with_cref): fix to check local_table_size.ko12009-09-012-1/+6
* * 2009-09-01svn2009-09-011-3/+3
* * tool/file2lastrev.rb: executable.nobu2009-09-011-0/+0
* * class.c (make_singleton_class): variable name changed.yugui2009-08-312-8/+8
* * class.c: refactored singleton class related matters.yugui2009-08-313-108/+184
* * test/ruby/test_argf.rb (assert_src_expected): refactored.nobu2009-08-312-55/+31
* * time.c (find_time_t): use mktime for the first guess.akr2009-08-302-0/+14
* Revert wrong commit r24715 "* thread.c (do_select): suppress warnings."naruse2009-08-301-1/+1
* *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse2009-08-306-21/+34
* * thread.c (do_select): suppress warnings.naruse2009-08-301-1/+1
* * parse.y (rb_enc_symname2_p): not depend on nul terminator.nobu2009-08-302-1/+5
* * common.mk: dependencies updated.akr2009-08-302-20/+26
* * time.c (add): shortcut implemented for fixnums.akr2009-08-302-9/+33
* * time.c (eq): apply RTEST.akr2009-08-302-6/+49
* * bignum.c (bigmul1_single): new function specialized respect toakr2009-08-302-0/+25
* * timev.h (TIME_SCALE): defined as 1000000000.akr2009-08-293-146/+177
* * time.c (init_leap_second_info): use TIMET_MAX.akr2009-08-292-11/+10
* * 2009-08-30svn2009-08-291-2/+2
* * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse2009-08-293-3/+10
* Doxygen comment.yugui2009-08-292-0/+255
* * 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