aboutsummaryrefslogtreecommitdiffstats
path: root/lib/un.rb
Commit message (Expand)AuthorAgeFilesLines
* un.rb: support httpsnobu2017-07-051-1/+12
* Octal mode in un.rbnobu2016-06-281-2/+3
* FileUtils#install: symbolic modenobu2016-06-271-1/+1
* FileUtils#install: owner/group optionsnobu2016-06-271-1/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/un.rb (help): change the name of a block parameter to avoidshugo2015-10-221-1/+1
* un.rb: cwd by defaultnobu2015-06-181-4/+1
* un.rb: HTTP-alt by defaultnobu2015-06-181-0/+1
* un.rb: help ordernobu2013-07-051-3/+13
* un.rb: help messagenobu2013-07-051-1/+14
* un.rb: refine regexpnobu2013-07-051-1/+1
* un.rb: nodoc setupnobu2013-07-051-0/+1
* un.rb: suppress warningnobu2013-02-221-2/+4
* un.rb: reduce duplicationnobu2012-08-031-5/+5
* un.rb: DocumentRootnobu2012-08-031-2/+3
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-32/+32
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-37/+37
* * lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.usa2010-08-101-2/+2
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-241-2/+5
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-241-2/+5
* * lib/un.rb (httpd): try to convert port number to integer.nobu2009-12-161-0/+1
* * lib/un.rb (httpd): easy WEBrick HTTP server.nobu2009-12-101-1/+38
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu2009-01-251-1/+3
* * lib/un.rb (mkmf): new command to create makefile.nobu2008-06-271-16/+51
* * lib/un.rb (wait_writable): added help message.nobu2008-06-271-0/+5
* * lib/un.rb (wait_writable): wait until target files can benobu2008-06-021-0/+27
* * lib/un.rb: use OptionParser instead of getopts.eban2004-02-141-22/+30
* * lib/un.h (help): new. % ruby -run -e help cpeban2003-08-031-13/+44
* * lib/un.rb: add each descriptions for the -v option.eban2003-08-021-0/+13
* * lib/un.rb: add descriptions.eban2003-07-301-21/+103
* * lib/fileutils.rb (install): support preserve timestamp.eban2003-07-291-0/+101