summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-23process.c: no symbol cachenobu
2013-08-23configure.in: clock_tnobu
2013-08-23* process.c (reduce_factors): New function.akr
2013-08-23* process.c (timetick_int_t): Renamed from timetick_giga_count_t.akr
2013-08-23Fix the previous commit.akr
2013-08-23* process.c (gcd_ul): New function.akr
2013-08-23* array.c (ary_make_shared): shared ary as shady. Need more effort toko1
2013-08-23win32ole.c: store directlynobu
2013-08-23win32ole.c: suppress a warningnobu
2013-08-23win32ole.c: check method name lengthnobu
2013-08-23win32ole.c: suppress warningsnobu
2013-08-23win32ole.c: no copy stringnobu
2013-08-23win32ole.c: fix typenobu
2013-08-23* array.c: introduce ARY_SHARED_OCCUPIED(shared).ko1
2013-08-23process.c: suppress warningsnobu
2013-08-23* 2013-08-23svn
2013-08-23Makefile.sub: SIZEOF_CLOCK_Tnobu
2013-08-22* process.c (rb_clock_gettime): Strip "s" from unit names.akr
2013-08-22* process.c (unsigned_clock_t): Defined.akr
2013-08-22* compile.c (build_postexe_iseq): fix to setup the local table.ko1
2013-08-22* compile.c (rb_iseq_compile_node): accept NODE_IFUNC to supportko1
2013-08-21Exchange order of ISO_C_CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID andakr
2013-08-21* process.c (rb_clock_gettime): Change emulation symbols forakr
2013-08-21* 2013-08-22svn
2013-08-21* process.c (make_clock_result): Extracted from rb_clock_gettime.akr
2013-08-21* process.c (rb_clock_gettime): clock() based CLOCK_PROCESS_CPUTIME_IDakr
2013-08-21* process.c (rb_proc_times): Use RB_GC_GUARD to guard objects from GC.akr
2013-08-21* process.c (get_clk_tck): Extracted from rb_proc_times.akr
2013-08-21* process.c: POSIX_GETTIMEOFDAY_CLOCK_REALTIME is renamed toakr
2013-08-21* process.c (rb_clock_gettime): CLOCK_PROCESS_CPUTIME_ID emulationakr
2013-08-21* gc.c (getrusage_time): Fallback clock_gettime to getrusage whenakr
2013-08-21insns.def: refine commentsnobu
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-08-20* 2013-08-21svn
2013-08-20* gc.c (rb_gcdebug_print_obj_condition): add printing information.ko1
2013-08-20* test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris.ngoto
2013-08-20fix `<module:MiniTest>': Unit is not a module (TypeError)naruse
2013-08-19* lib/test/: [DOC] Document Test::Unit, hide most submodules andzzak
2013-08-19* lib/rss/rss.rb: [DOC] Document for constants by Steve Klabnikzzak
2013-08-19* lib/rss/xmlparser.rb: [DOC] Hide legacy constant from rdoczzak
2013-08-19* ext/socket/unixserver.c: [DOC] Document #acceptzzak
2013-08-19* 2013-08-20svn
2013-08-19* configure.in: Define ac_cv_func_clock_gettime to yes for mingw*.akr
2013-08-19fix typoskazu
2013-08-19* include/ruby/defines.h: Fix a compilation error withakr
2013-08-19* gc.c: fix around GC_DEBUG.ko1
2013-08-19* test/ruby/test_fiber.rb: collect garbage fibers immediately.ko1
2013-08-19* test/profile_test_all.rb: add `failed?' information.ko1
2013-08-19process.c: retry fork if ENOMEMnobu
2013-08-19* include/ruby/win32.h (CLOCK_MONOTONIC): typo.usa