aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.naruse2012-06-132-23/+24
* * configure.in: use -fbuiltin with -ansi -std=iso9899:199409.naruse2012-06-132-3/+11
* * Makefile.in: don't remove macros. now name2ctype uses macros.naruse2012-06-136-13879/+26763
* * 2012-06-14svn2012-06-131-2/+2
* * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu2012-06-134-4/+71
* add a test.akr2012-06-131-0/+6
* * test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_Tngoto2012-06-132-2/+7
* configure.in: option for darwinnobu2012-06-132-3/+8
* configure.in: option for cygwinnobu2012-06-131-0/+5
* configure.in: option for cygwinnobu2012-06-131-3/+1
* update doc.akr2012-06-131-0/+7
* * process.c (rb_fork_internal): move a variable declaration.akr2012-06-132-1/+5
* * regparse.c (PFETCH_READY): this line was to suppress warning,shyouhei2012-06-132-1/+7
* configure.in: option for cygwinnobu2012-06-132-0/+10
* Makefile.in: warnflagsnobu2012-06-132-1/+6
* process.c: suppress warningnobu2012-06-131-0/+2
* * configure.in: On Windows platforms, system provided headers areshyouhei2012-06-132-4/+21
* include/ruby/win32.h: fix comment stylenobu2012-06-132-21/+29
* encoding.c: strdup macronobu2012-06-132-1/+11
* configure.in: check iff naclnobu2012-06-131-1/+3
* thread_pthread.c: suppress warningnobu2012-06-131-0/+2
* process.c: no SIZE_T_MAXnobu2012-06-132-2/+5
* process.c: fix array element sizenobu2012-06-132-2/+5
* process.c: use shell for reserved or special built-innobu2012-06-132-11/+75
* process.c: treat '=' only in the first wordnobu2012-06-132-1/+12
* * 2012-06-13svn2012-06-131-2/+2
* process.c: constifiednobu2012-06-131-4/+4
* * lib/mkmf.rb: add dummy clean-static target to prevent errors for thenaruse2012-06-122-0/+6
* * process.c (rb_exec_arg_fixup): fix compile errorngoto2012-06-122-1/+5
* fix a typo.akr2012-06-121-1/+1
* add a test.akr2012-06-121-0/+6
* * process.c (rb_exec_fillarg): treat '=' character as an metaakr2012-06-123-1/+13
* fix typoshyouhei2012-06-121-1/+1
* * include/ruby/intern.h (rb_exec_arg_init): deprecated.akr2012-06-126-34/+93
* * configure.in: enable strict ANSI mode by default in case of GCC,shyouhei2012-06-122-0/+12
* * 2012-06-12svn2012-06-111-2/+2
* * process.c (rb_exec_fillarg): detect '#' as a meta character.akr2012-06-112-1/+5
* * include/ruby/intern.h (rb_proc_exec_n): deprecated.akr2012-06-112-5/+13
* update tests.akr2012-06-111-103/+225
* add comment about meta characters.akr2012-06-111-0/+24
* * configure.in: on checking libexecinfo, don't specify /use/local.naruse2012-06-112-10/+7
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-1114-334/+413
* * compile.c (iseq_set_sequence): nonstatic initializer of anshyouhei2012-06-113-5/+16
* * process.c (rb_proc_exec_n): revert the function removed at r35889.akr2012-06-103-0/+53
* * thread_pthread.c (rb_thread_create_timer_thread): assign returnnaruse2012-06-102-1/+7
* * thread_pthread.c (native_cond_initialize): fix typo in r36022.naruse2012-06-102-1/+7
* * 2012-06-11svn2012-06-101-2/+2
* * .gdbinit (SDR): add SDR function. It's only for VM debugging.ko12012-06-102-0/+8
* * nacl/nacl_config.rb: Fixed for 32bit hosts.yugui2012-06-102-5/+9
* Fixes threading on NativeClient.yugui2012-06-103-65/+149