aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thread_pthread.c: set thread namenobu2013-10-031-3/+10
* * hash.c (env_update): [DOC] fix expected output, should be 0 insteadcharliesome2013-10-031-1/+1
* rbinstall.rb: reordernobu2013-10-021-8/+13
* * ext/thread/thread.c (ALIAS_GLOBAL_CONST): fix typo, GLOBCAL.nobu2013-10-021-5/+5
* * ext/thread/thread.c (Init_thread): move outer module condition.nobu2013-10-021-3/+5
* * 2013-10-03svn2013-10-021-2/+2
* * misc/ruby-additional.el: Properly quote the body. An unquotedknu2013-10-022-91/+96
* * ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.mame2013-10-022-0/+12
* * random.c (make_seed_value): a local array declaration was accessedmame2013-10-022-1/+6
* * gc.c: relax GC condition due to malloc_limit.ko12013-10-022-9/+28
* test_io.rb: add testnobu2013-10-021-0/+11
* io.c: wait child process after close_readnobu2013-10-022-0/+7
* * vm_core.h: use __has_attribute() instead of __clang__major__ becausenaruse2013-10-022-1/+13
* Add NEWS about RbConfig::SIZEOFnaruse2013-10-021-0/+4
* io.c: get rid of race conditionnobu2013-10-023-2/+18
* * 2013-10-02svn2013-10-021-2/+2
* io.c: keep fptr read-closednobu2013-10-022-3/+12
* * vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clangcharliesome2013-10-012-1/+7
* tempfile.rb: undefine finalizer on unlinknobu2013-10-013-1/+21
* * properties.nobu2013-10-010-0/+0
* file/stat.c: fix commit missnobu2013-10-013-0/+45
* file.c: export rb_stat_newnobu2013-10-014-7/+33
* test_config.rb: fix library pathnobu2013-10-011-1/+2
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-8/+8
* test_regexp.rb, test_string.rb: use assert_separatelynobu2013-10-012-4/+4
* ruby.h: export ruby_safe_level_4_warningnobu2013-10-012-2/+6
* * 2013-10-01svn2013-10-011-3/+3
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-0/+2
* * ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak2013-09-302-55/+62
* ChangeLog typozzak2013-09-301-1/+1
* * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fixzzak2013-09-302-6/+10
* * ext/objspace/object_tracing.c: [DOC] add some nots forko12013-09-302-1/+9
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-304-38/+167
* gc.c: suppress warningsnobu2013-09-301-1/+1
* configure.in: RUNRUBY_COMMANDnobu2013-09-302-4/+10
* * gc.c (rb_gc_disable): do rest_sweep() before disable GC.ko12013-09-302-0/+9
* * properties.nobu2013-09-301-1/+1
* * vm_method.c (rb_undef): raise a NameError if the original methodshugo2013-09-303-3/+58
* fix a typokazu2013-09-291-1/+1
* * 2013-09-30svn2013-09-291-2/+2
* fix typoskazu2013-09-291-1/+1
* array.c: minor performance improvementnobu2013-09-291-7/+16
* parse.y: allow junk attrsetnobu2013-09-293-8/+12
* ChangeLog: remove duplicated entrynobu2013-09-291-6/+0
* parse.y: fix inconsistency with literalsnobu2013-09-294-5/+45
* * 2013-09-29svn2013-09-291-2/+2
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-293-0/+37
* math.c: fix for Bignum argumentnobu2013-09-283-3/+20
* Added ticket numberkosaki2013-09-281-0/+1
* * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki2013-09-283-0/+12