aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * class.c (singleton_class_of): flonum can't have singleton class.usa2012-08-233-2/+8
* * common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there,usa2012-08-232-3/+8
* * win32/Makefile.sub: refactoring. remove unused rules, and updateusa2012-08-232-10/+9
* load.c: keep encoding of feature namenobu2012-08-235-6/+43
* remove trailing spaces.nobu2012-08-233-3/+3
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-2313-104/+324
* * lib/mkmf.rb (create_makefile): add dependency to header files whenusa2012-08-232-1/+11
* * ext/date/depend: add dependency to $(ruby_headers).ko12012-08-232-2/+6
* * insns.def (invokesuper): reverted r36640 partially to make supershugo2012-08-233-22/+29
* * win32/configure.bat: added help message of --with(out)?-ext.usa2012-08-231-0/+2
* * win32/configure.bat: support --with(out)?-ext(ensions) options.usa2012-08-232-5/+18
* * configure.in: Fixing Haiku build.naruse2012-08-233-4/+18
* * test/open-uri/test_open-uri.rb (TestOpenURI#test_read_timeout): thisusa2012-08-232-1/+7
* * configure.in: use the value of --with-opt-dir on building rubynaruse2012-08-232-16/+27
* * common.mk (ID_H_TARGET): revert a part of r36724 and r36751. theyusa2012-08-232-3/+10
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-2257-18722/+33
* * 2012-08-23svn2012-08-221-2/+2
* * insns.def: search up the cf stack for an object that is an instancetenderlove2012-08-223-9/+27
* * ext/date/date_core.c: [ruby-core:47266].tadf2012-08-222-2/+6
* * ext/date/date_core.c: [ruby-core:47226].tadf2012-08-224-1/+17
* lib/mkmf.rb: ruby_headersnobu2012-08-221-1/+2
* lib/mkmf.rb: ruby_headersnobu2012-08-222-7/+14
* * .travis.yml (before_script): remove -s for debug.nobu2012-08-221-1/+1
* fix a typokazu2012-08-221-1/+1
* fix typo of ChangeLog.ko12012-08-221-1/+1
* update ChangeLog.ko12012-08-221-2/+4
* * .travis.yml (before_script): debugging for -j.nobu2012-08-221-2/+2
* * vm_insnhelper.c (vm_setup_method): fix last commit.ko12012-08-222-4/+10
* * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko12012-08-225-50/+658
* * .travis.yml (before_script): Turned out that make -j is broken.shyouhei2012-08-222-2/+6
* * vm_insnhelper.c (vm_setup_method): should not enable tail callshugo2012-08-223-1/+29
* * lib/rubygems/test_case.rb: run test with psych if exist.naruse2012-08-223-7/+9
* * nacl/pepper_main.c (init_loadpath): Pushes the correct load path onyugui2012-08-222-2/+9
* * configure.in (ac_cv_func_shutdown): shutdown(2) has a dummyyugui2012-08-222-0/+7
* * common.mk (vm_backtrace.o): Added missing dependencies.yugui2012-08-224-3/+14
* * lib/cgi/util.rb (CGI.escapeHTML): use 'naruse2012-08-214-5/+9
* Suppress warningsnaruse2012-08-213-2/+9
* bignum.c: keep first zeronobu2012-08-211-1/+1
* bignum.c: suppress an empty-body warningnobu2012-08-211-1/+1
* configure.in: noral blocksnobu2012-08-211-12/+12
* * 2012-08-22svn2012-08-211-2/+2
* configure.in: escape #-marksnobu2012-08-211-5/+5
* configure.in: no bare case statementnobu2012-08-211-6/+3
* addr2line.c: suppress warningsnobu2012-08-211-1/+3
* * lib/observer.rb: fix typo.ayumin2012-08-212-1/+6
* make FileUtils tests safe when interrupting in setuperegon2012-08-212-2/+7
* * addr2line.c (fill_lines): need check and cast of the file size ofusa2012-08-212-3/+13
* * .travis.yml (compiler): [experimental] clang support.shyouhei2012-08-212-5/+59
* * ext/dl/lib/dl/func.rb (DL::Function#bind): fixes an error inusa2012-08-212-1/+9
* * win32/Makefile.sub (scriptbin.mk): no need to include twice.usa2012-08-212-2/+4