Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-31 | Package for DysonHEADdyson/0.51-dyson1master | Igor Pashev | 1 | -2/+2 | |
2013-12-31 | include <sys/loadavg.h> for getloadavg() in parallel.c on illumos/solaris | Igor Pashev | 1 | -0/+2 | |
2013-12-31 | include <signal.h> for raise() in ifne.c | Igor Pashev | 1 | -0/+1 | |
2013-12-31 | Fixed ifdata for illumos/Solaris. Thanks to Gabriele Giacone | Igor Pashev | 1 | -2/+6 | |
2013-11-05 | changelog | Joey Hess | 1 | -0/+3 | |
2013-11-05 | Use docbook-xsl to build man pages | Peter Eisentraut | 1 | -1/+1 | |
Use the style sheets from docbook-xsl to build man pages from DocBook, instead of the obsolete docbook2x package. Adjust Debian build dependencies accordingly. Add some man page metadata required by the new tool chain to the sources. | |||||
2013-11-05 | Run xmllint as part of DocBook build | Peter Eisentraut | 1 | -1/+1 | |
This will verify that the DocBook markup is valid before building anything from it. The actual build tools don't do that and might produce garbage if the markup is not valid. | |||||
2013-11-04 | Fix ifdata to build on OS X. Thanks, Peter Eisentraut Closes: #575294 | Joey Hess | 1 | -0/+7 | |
2013-08-26 | releasing version 0.50debian/0.500.50 | Joey Hess | 1 | -2/+2 | |
2013-07-11 | Fix build on Hurd. Closes: #716653 (Thanks, Pino Toscano) | Joey Hess | 1 | -0/+7 | |
2013-07-10 | releasing version 0.490.49 | Joey Hess | 1 | -2/+2 | |
2013-07-10 | errno, isutf8: Fix zero-termination of option list, which could lead to ↵ | Joey Hess | 1 | -0/+3 | |
getopt crash. Closes: #715867 (Thanks, Mayhem Team) | |||||
2013-05-05 | ts: Fix timezone used with -i | Joey Hess | 1 | -0/+6 | |
Before, -i %.s would print an offset from GMT in seconds, which is wrong. Setting the timezone to GMT internally fixes this, and means it doesn't need to special case use of gmtime to make the default time format work with -i. | |||||
2013-05-05 | releasing version 0.480.48 | Joey Hess | 1 | -2/+2 | |
2013-04-02 | sponge: Check fclose to detect certian short reads. Closes: #704453 | Joey Hess | 1 | -0/+1 | |
2013-03-27 | ts: Support single-digit day dates. Thanks, Peter Lunicks | Joey Hess | 1 | -0/+2 | |
2013-01-25 | ts: -i enables incremental timestamping. Thanks, Thomas Vander Stichele | Joey Hess | 1 | -0/+2 | |
2013-01-01 | Typo. Closes: #697113 | Joey Hess | 1 | -0/+1 | |
2012-07-25 | Allow overriding PREFIX and CFLAGS to make the build more flexible (Thanks, ↵ | Joey Hess | 1 | -0/+7 | |
Ben Walton) | |||||
2012-06-25 | releasing version 0.470.47 | Joey Hess | 1 | -2/+2 | |
2012-06-04 | errno: New utility that looks up errno numbers or names. | Joey Hess | 3 | -0/+11 | |
2012-04-10 | releasing version 0.460.46 | Joey Hess | 1 | -2/+2 | |
2012-04-09 | combine: Avoid reading files twice, to support data coming from pipes. ↵ | Joey Hess | 1 | -0/+2 | |
Closes: #667960 Thanks, Carsten Hey | |||||
2012-02-25 | updated debian copyright format url | Joey Hess | 1 | -1/+1 | |
2011-11-18 | Typo. Closes: #649158 | Joey Hess | 1 | -0/+6 | |
2011-06-19 | releasing version 0.450.45 | Joey Hess | 2 | -3/+3 | |
2011-04-01 | ts: Support %.s for seconds sinch epoch with subsecond resolution. Closes: ↵ | Joey Hess | 1 | -0/+7 | |
#619764 | |||||
2011-03-10 | releasing version 0.440.44 | Joey Hess | 1 | -2/+2 | |
2011-02-19 | pee: Propigate exit status of commands run. | Joey Hess | 1 | -0/+6 | |
2011-02-19 | dep5 update | Joey Hess | 1 | -8/+22 | |
2011-01-13 | DEP-5 | Joey Hess | 1 | -11/+19 | |
2010-10-30 | releasing version 0.430.43 | Joey Hess | 1 | -2/+2 | |
2010-10-29 | chronic: New command, runs a command quietly, unless it fails. | Joey Hess | 2 | -1/+9 | |
2010-10-06 | releasing version 0.420.42 | Joey Hess | 1 | -3/+3 | |
2010-09-13 | sponge: Ensure that output file permissions are always preserved if it ↵ | Joey Hess | 1 | -0/+2 | |
already exists. | |||||
2010-09-13 | sponge: Guarantee that output file is always updated atomically, by renaming ↵ | Joey Hess | 1 | -0/+2 | |
a temp file into place. Closes: #592144 | |||||
2010-09-08 | Typo. Closes: #596032 | Joey Hess | 1 | -0/+6 | |
2010-09-02 | releasing version 0.410.41 | Joey Hess | 2 | -3/+3 | |
2010-09-02 | sponge: Correct bad use of fread that caused a trailing quantity of soaked ↵ | Joey Hess | 1 | -0/+3 | |
data to be silently discarded when a temp file was used and sponge output to stdout. Closes: #595220 This bug was sorta introduced by 6f31909ff74c064ea0b5126219b3e8f7b8826bee. Actually, the buggy fread was there before also, and would have happened on quantities of data not evenly divisible by 8. | |||||
2010-07-12 | Add missing AUTHOR section to docbook man pages. | Joey Hess | 1 | -0/+1 | |
2010-07-08 | ifdata.docbook: Mark interface as required in synopsis. Closes: #588397 | Joey Hess | 1 | -0/+6 | |
2010-07-06 | releasing version 0.400.40 | Joey Hess | 2 | -3/+3 | |
2010-07-06 | parallel: -i will now replace {} inside parameters, before the {} had to be ↵ | Joey Hess | 1 | -0/+2 | |
a separate parameter. | |||||
2010-06-18 | lckdo: Now deprecated, since util-linux's flock(1) can do the same thing. | Joey Hess | 1 | -0/+7 | |
2010-02-23 | zrun: Add support for .xz files.0.39 | Joey Hess | 1 | -3/+4 | |
2010-02-23 | parallel: Allow a decimal load value to be specified with -l | Joey Hess | 1 | -0/+1 | |
2010-02-23 | parallel: Fix logic error in code handling -l that could make parallel ↵ | Joey Hess | 1 | -0/+2 | |
return a bogus 255 exit code when all jobs succeeded. Closes: #569617 | |||||
2010-02-23 | parallel: Fix to really avoid running new jobs when load is too high. | Joey Hess | 1 | -0/+1 | |
The conditions were ORed before, which typically made the load limit be ignored since the jobs limit was satisfied. Also, -l 0 makes little sense, so don't really wait for the load to become lower than 0 in that case. | |||||
2010-02-23 | parallel: Make -j 0 do something reasonable (start all jobs at once). | Joey Hess | 1 | -0/+1 | |
2010-02-23 | parallel: Fix exit code handling when commands are specified after -- | Joey Hess | 1 | -0/+1 | |