aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog: fix a typo for r47897.nagachika2014-10-131-1/+1
* common.mk: update-gems for older BASERUBYnobu2014-10-132-2/+8
* Revert r47899nobu2014-10-131-1/+1
* * lib/xmlrpc/parser.rb: added new parser class using libxml-ruby gem.hsbt2014-10-134-1/+43
* fix typo and spaceskazu2014-10-131-2/+2
* * lib/find.rb (Find.find): Call to_path for arguments to obtainakr2014-10-132-0/+7
* * common.mk: use relative load path for bundled_gems directory.hsbt2014-10-132-1/+6
* parse.y: keep nodes linkingnobu2014-10-131-3/+3
* * README.EXT: [DOC] fix example missing typedef with patch byzzak2014-10-123-2/+9
* array.c: swap volatile for RB_GC_GUARDnormal2014-10-122-1/+8
* * ext/date/date_core.c: [DOC] Clean up whitespace, examples, and typoszzak2014-10-122-25/+37
* parse.y: should not eliminate value nodesnobu2014-10-123-14/+36
* * 2014-10-13svn2014-10-121-2/+2
* .gdbinit: nd_treenobu2014-10-121-0/+6
* proc.c: method body GC guardnobu2014-10-121-0/+1
* * vm.c: [DOC] fix typo by @yui-knk [Fixes GH-738]zzak2014-10-122-1/+6
* * test/lib/test/unit.rb: Hide skips by default.akr2014-10-124-2/+7
* * file.c: include sys/time.h only if HAVE_SYS_TIME_Hyugui2014-10-112-1/+7
* * 2014-10-12svn2014-10-111-2/+2
* file.c: fix compile error on Linuxnobu2014-10-111-1/+1
* * remove trailing spaces.svn2014-10-111-1/+1
* * file.c (HAVE_UTIMENSAT): disabled for NativeClient.yugui2014-10-112-5/+14
* * ext/extmk.rb: generates the rule for extinit.$(OBJEXT).yugui2014-10-112-0/+8
* Fixes build failures on Portable Native Client.yugui2014-10-117-15/+132
* compile.c: fix RB_GC_GUARD usagenormal2014-10-112-3/+10
* string.c (rb_str_intern): remove unnecessary RB_GC_GUARDnormal2014-10-112-2/+5
* parse.y: remove duplicate keysnobu2014-10-112-8/+68
* vm.c: precedence of duplicated keysnobu2014-10-113-16/+9
* parse.y: precedence of duplicated keysnobu2014-10-113-1/+19
* configure.in: fix typonobu2014-10-111-1/+1
* Support build for Portable Native Client outside of naclports tree.yugui2014-10-112-2/+13
* * io.c: fix issues in the last two commits. don't disable cloexec foryugui2014-10-112-4/+36
* Allow failure of sighandler installation on NativeClient.yugui2014-10-112-2/+9
* Merges a patch form naclports.yugui2014-10-1110-69/+75
* * ext/socket/unixsocket.c: [DOC] Fix example to render in HTMLzzak2014-10-112-1/+9
* * 2014-10-11svn2014-10-101-2/+2
* open-uri: accept :open_timeout optionnormal2014-10-103-0/+37
* thread.c: fix for older gccnobu2014-10-101-1/+1
* ruby/ruby.h: fix for older gccnobu2014-10-102-4/+18
* ruby/ruby.h: eliminate disabled function callnobu2014-10-102-1/+5
* io.c: fix typonobu2014-10-101-1/+1
* Update doc. and warnings.akr2014-10-101-28/+29
* io.c: move RFile initializationnobu2014-10-102-35/+59
* * 2014-10-10svn2014-10-101-2/+2
* ruby/io.h: deprecate old macrosnobu2014-10-105-6/+13
* * bignum.c (absint_numwords_generic): set an array element afterngoto2014-10-092-1/+10
* tcltklib.c: typed datanobu2014-10-091-9/+19
* internal.h: optimize rb_ary_new_from_argsnobu2014-10-092-2/+14
* * properties.svn2014-10-090-0/+0
* st: test packed-to-unpacked transitions during iterationnormal2014-10-094-0/+198