aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension.akr2014-04-252-6/+6
* node.c: indentnobu2014-04-251-13/+13
* mkmf.rb: workaround for tmpdirnobu2014-04-251-0/+5
* configure.in: refine __builtin_unreachable checknobu2014-04-252-2/+8
* * configure.in: NetBSD's ksh, used by configure, needs escapes.naruse2014-04-252-1/+5
* * 2014-04-25svn2014-04-251-2/+2
* * configure.in: correct pthread_setname_np's prototype on NetBSD.naruse2014-04-252-1/+9
* * lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam mayusa2014-04-243-4/+10
* * bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.akr2014-04-242-0/+6
* revert r45709.akr2014-04-242-7/+4
* * bootstraptest/test_io.rb: Don't use tmpdir because etc.so is notakr2014-04-242-4/+7
* * man/ruby.1: fix broken link.kazu2014-04-242-1/+5
* * lib/tmpdir.rb: Don't need to rescue LoadError for etc.so.akr2014-04-242-4/+5
* suppress warnings: assigned but unused variable - posnaruse2014-04-241-2/+0
* suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse2014-04-241-4/+4
* * file.c (statfs_inspect): suppress warnings.naruse2014-04-242-4/+9
* parse.y: resurrect dynamic symbol and namenobu2014-04-241-0/+2
* parse.y: check for symbolnobu2014-04-241-8/+13
* ossl_asn1.c: fix undefined behaviornobu2014-04-242-1/+7
* parse.y: check for symbolnobu2014-04-242-2/+13
* Add test for r45492, r45693, r45698naruse2014-04-241-0/+6
* parse.y: resurrect before pindownnobu2014-04-241-3/+1
* parse.y: trivial optimizationnobu2014-04-241-1/+1
* call to_inaruse2014-04-242-4/+4
* file.c: statfs_inspectnobu2014-04-242-0/+43
* * 2014-04-24svn2014-04-231-2/+2
* * parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().naruse2014-04-233-0/+13
* * ext/etc/extconf.rb: Build ext/etc unconditionally.akr2014-04-232-23/+27
* skip on SEEK_HOLEnaruse2014-04-231-0/+2
* add uname -rnaruse2014-04-231-0/+1
* * file.c (statfs_fsid): remove statfs.f_fsid because it doesn't returnnaruse2014-04-233-18/+5
* travis doesn't have /proc/version_signaturenaruse2014-04-231-1/+0
* show versionsnaruse2014-04-231-0/+2
* fix to rescue when test-all runs without installationnaruse2014-04-231-1/+4
* file.c: unpack in binarynobu2014-04-233-21/+3
* win32ole.c: suppress warningsnobu2014-04-231-2/+2
* check Linux versionnaruse2014-04-231-0/+3
* fix typonaruse2014-04-231-1/+1
* win32ole.c: fix formatnobu2014-04-231-2/+2
* * configure.in, win32/Makefile.sub: fsid_t is defined in include/ruby/win32.h.usa2014-04-232-1/+3
* check whther ext4+ or notnaruse2014-04-231-2/+4
* file.c: fsid_t may not be definednobu2014-04-232-0/+15
* stringio.c: use rb_str_append other than ASCII-8BITnobu2014-04-233-1/+31
* stringio.c: move GC guardnobu2014-04-231-1/+1
* ruby-additional.el: ruby-encode-unicodenobu2014-04-231-0/+12
* Revert r45670 "stringio.c: use rb_str_append"naruse2014-04-223-19/+2
* * 2014-04-23svn2014-04-221-2/+2
* * win32/win32.c, include/ruby/win32.h (ustatfs): implementation ofusa2014-04-226-1/+83
* * file.c (rb_io_stafs): use statfs(2) if fstatfs(2) is unavailable.usa2014-04-223-1/+13
* stringio.c: use rb_str_appendnobu2014-04-223-2/+19