aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* console.c: supppress warningsnobu2013-03-161-0/+2
* mingw build fixnobu2013-03-162-8/+8
* io.c: max_file_descriptornobu2013-03-161-5/+7
* * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki2013-03-163-1/+46
* * include/ruby/missing.h (__syscall): moved to...kosaki2013-03-164-9/+19
* * include/ruby/missing.h (struct timespec): include <sys/time.h>kosaki2013-03-162-0/+7
* * configure.in: check struct timeval exist or not.kosaki2013-03-168-3/+43
* * configure.in (_FORTIFY_SOURCE): added a few comments.kosaki2013-03-162-0/+8
* * thread_pthread.c (numberof): renamed from ARRAY_SIZE() becausekosaki2013-03-152-3/+8
* r39766 denied to initialized already initialized time objectnaruse2013-03-151-1/+0
* * 2013-03-16svn2013-03-151-2/+2
* * test/ruby/test_lazy_enumerator.rb (TestLazyEnumerator#test_drop_while):headius2013-03-151-0/+6
* time.c: check re-initializenobu2013-03-153-7/+53
* * test/rubygems/test_gem_package.rb (test_verify_nonexistent): fixnobu2013-03-151-1/+1
* * test/rubygems/test_gem_package.rb (test_verify_nonexistent): shouldnobu2013-03-151-1/+1
* error.c: rb_sys_fail_path_innobu2013-03-153-22/+30
* fix filenamekazu2013-03-151-1/+1
* internal.h: export rb_sys_fail_path_with_funcnobu2013-03-152-2/+6
* file.c: rb_sys_fail_path_with_funcnobu2013-03-155-25/+21
* * file.c (rb_sys_fail_path): define & use rb_sys_fail_path0 like r39752naruse2013-03-142-1/+18
* * proc.c: Typo in Proc.arity found by Jack Nagel [Bug #8094]zzak2013-03-142-1/+5
* * 2013-03-15svn2013-03-141-2/+2
* Makefile.sub: __FUNCTION__nobu2013-03-141-0/+3
* file.c: insert separatornobu2013-03-141-0/+1
* configure.in, file.c: RUBY_FUNCTION_NAME_STRINGnobu2013-03-143-2/+26
* * file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC.naruse2013-03-142-2/+10
* * file.c (rb_sys_fail_path0): add to append the name of called functionnaruse2013-03-142-1/+18
* Refactor rb_file_expand_path_internal for dir_string corner casesluislavena2013-03-142-25/+52
* update doc.akr2013-03-141-0/+8
* * NEWS: describe RUBY_HEAP_SLOTS_GROWTH_FACTOR.nari2013-03-142-0/+8
* * 2013-03-14svn2013-03-141-2/+2
* * doc/globals.rdoc: $? is thread-localdrbrain2013-03-142-1/+6
* * gc.c: allow to tune growth of heap by environment variablenari2013-03-133-2/+29
* fix typoskazu2013-03-134-14/+22
* class.c: from the origin classnobu2013-03-133-6/+21
* vm_method.c: overrid flag of prepending methodnobu2013-03-133-1/+20
* assertions.rb: private flagnobu2013-03-131-1/+7
* configure.in: fix for old shellsnobu2013-03-132-35/+43
* test_file_exhaustive.rb: fix abolute rootnobu2013-03-131-1/+1
* * object.c (Init_Object): remove Module#used, which has beenshugo2013-03-132-1/+5
* rbuninstall.rb: fix for symlink to directorynobu2013-03-131-1/+1
* * 2013-03-13svn2013-03-121-2/+2
* * lib/irb.rb: Fix typodrbrain2013-03-122-1/+5
* required keyword argumentsnobu2013-03-127-13/+121
* * date_core.c: clearly specify operator precedence.takano322013-03-122-1/+5
* * insns.def: fix condition.takano322013-03-122-1/+5
* * rational.c: fix dangling if, else-if and else.takano322013-03-122-6/+16
* * lib/rubygems/commands/setup_command.rb: Don't delete non-rubygemsdrbrain2013-03-1112-152/+82
* * 2013-03-12svn2013-03-111-2/+2
* * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain2013-03-114-0/+42