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 | 2 | -0/+6 | |
2013-12-31 | include <signal.h> for raise() in ifne.c | Igor Pashev | 2 | -0/+3 | |
2013-12-31 | Fixed ifdata for illumos/Solaris. Thanks to Gabriele Giacone | Igor Pashev | 2 | -2/+13 | |
2013-11-21 | Make vipe manpage a little clearer | Marian Sigler | 1 | -1/+1 | |
2013-11-05 | changelog | Joey Hess | 1 | -0/+3 | |
2013-11-05 | Use docbook-xsl to build man pages | Peter Eisentraut | 11 | -2/+20 | |
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 | 2 | -1/+2 | |
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-05 | Use pattern rule for building man pages from DocBook | Peter Eisentraut | 1 | -22/+1 | |
This eliminates some duplicate code. | |||||
2013-11-05 | Fix invalid DocBook markup | Peter Eisentraut | 2 | -4/+4 | |
2013-11-05 | Use http system identifiers | Peter Eisentraut | 9 | -9/+9 | |
This makes the DocBook files independent of particular file-system layout. On system with proper XML catalog setups, there should be no difference. (No actual HTTP calls will be made.) | |||||
2013-11-04 | Fix ifdata to build on OS X. Thanks, Peter Eisentraut Closes: #575294 | Joey Hess | 2 | -0/+12 | |
2013-08-26 | releasing version 0.50debian/0.500.50 | Joey Hess | 1 | -2/+2 | |
2013-08-26 | Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid' | Joey Hess | 0 | -0/+0 | |
2013-07-11 | Fix build on Hurd. Closes: #716653 (Thanks, Pino Toscano) | Joey Hess | 3 | -1/+12 | |
2013-07-10 | releasing version 0.490.49 | Joey Hess | 1 | -2/+2 | |
2013-07-10 | moreutils (0.49) unstable; urgency=low | Joey Hess | 35 | -0/+5670 | |
* ts: Fix timezone used with -i * errno, isutf8: Fix zero-termination of option list, which could lead to getopt crash. Closes: #715867 (Thanks, Mayhem Team) # imported from the archive | |||||
2013-07-10 | errno, isutf8: Fix zero-termination of option list, which could lead to ↵ | Joey Hess | 3 | -0/+5 | |
getopt crash. Closes: #715867 (Thanks, Mayhem Team) | |||||
2013-05-05 | ts: Fix timezone used with -i | Joey Hess | 2 | -6/+9 | |
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 | 2 | -2/+9 | |
2013-03-27 | ts: Support single-digit day dates. Thanks, Peter Lunicks | Joey Hess | 1 | -0/+2 | |
2013-03-27 | fix for syslog-style single-digit day dates, e.g. 'Feb 3' | Peter Lunicks | 1 | -1/+1 | |
2013-01-25 | ts: -i enables incremental timestamping. Thanks, Thomas Vander Stichele | Joey Hess | 1 | -0/+2 | |
2013-01-25 | add support for incremental timestamping | Thomas Vander Stichele | 1 | -4/+46 | |
2013-01-01 | Typo. Closes: #697113 | Joey Hess | 2 | -1/+2 | |
2012-07-25 | Allow overriding PREFIX and CFLAGS to make the build more flexible (Thanks, ↵ | Joey Hess | 1 | -0/+7 | |
Ben Walton) | |||||
2012-07-25 | Allow overriding PREFIX and CFLAGS to make the build more flexible | Ben Walton | 1 | -2/+2 | |
This patch allows the package to be more easily portable to other systems, such as OpenCSW where we install to /opt/csw and don't always use gcc. Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca> | |||||
2012-06-25 | releasing version 0.470.47 | Joey Hess | 1 | -2/+2 | |
2012-06-05 | Update errno manual page with new option | Lars Wirzenius | 1 | -0/+15 | |
2012-06-05 | Add errno --search-all-locale option | Lars Wirzenius | 1 | -3/+45 | |
2012-06-05 | Merge remote-tracking branch 'liw/errno-hurd-patch' | Joey Hess | 1 | -1/+1 | |
2012-06-05 | Change how errno values are printed, for portability | Lars Wirzenius | 1 | -1/+1 | |
Reported and suggested by Pino Toscano: The Hurd does not #define the EFOO constants as simple integers, but as expressions. This made the code that generates errnos.h to misinterpret the value, and always print 0 for every error code. We fix this by instead using the EFOO macro in errnos.h, so that the preprocessor evaluates it correctly. This is the right thing to do anyway, for every platform. Thus the table changes from {"EFOO",42} to {"EFOO",EFOO} for each entry. | |||||
2012-06-05 | Merge commit '67f22bd1b6c2acfa5d23fa1821a0c9e895d085eb' | Joey Hess | 2 | -11/+137 | |
2012-06-05 | Make errno obey locale | Lars Wirzenius | 1 | -0/+3 | |
2012-06-05 | Fix errno manpage to include --search in synopsis | Lars Wirzenius | 1 | -2/+8 | |
2012-06-05 | Add --search option to errno | Lars Wirzenius | 2 | -4/+49 | |
2012-06-05 | Add --help and add --list to manpage | Lars Wirzenius | 2 | -0/+27 | |
2012-06-05 | Add --list option to errno | Lars Wirzenius | 2 | -10/+55 | |
2012-06-04 | errno: New utility that looks up errno numbers or names. | Joey Hess | 3 | -0/+11 | |
2012-06-04 | let's inline the awk | Joey Hess | 2 | -7/+1 | |
it's not *too* ugly (or my ugly tolerance for Makefiles is high) | |||||
2012-06-04 | Add errno manpage | Lars Wirzenius | 2 | -1/+90 | |
2012-06-04 | Add copyright statement | Lars Wirzenius | 1 | -0/+20 | |
2012-06-04 | Add errno to README | Lars Wirzenius | 1 | -0/+1 | |
2012-06-04 | Add errno program | Lars Wirzenius | 3 | -2/+88 | |
2012-05-22 | fix cleanup on error | Joey Hess | 1 | -2/+2 | |
2012-04-10 | releasing version 0.460.46 | Joey Hess | 1 | -2/+2 | |
2012-04-09 | cleanup | Joey Hess | 1 | -12/+12 | |
2012-04-09 | combine: Avoid reading files twice, to support data coming from pipes. ↵ | Joey Hess | 2 | -3/+28 | |
Closes: #667960 Thanks, Carsten Hey | |||||
2012-02-25 | updated debian copyright format url | Joey Hess | 1 | -1/+1 | |