summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Orphaned the Debian package.HEADdebian/0.53masterJoey Hess2014-11-08
|
* prepdebian/0.52Joey Hess2014-09-09
|
* Add option to count elapsed time since the start of the program.Adam Juraszek2014-09-09
|
* Fix docbook markup for parallel examples. Closes: #756377Joey Hess2014-07-29
|
* portability fixJoey Hess2014-02-28
| | | | | | | | | | | | The manpage raise(3) from linux mapnpages or from POSIX requires <signal.h> to be included. So it is better to include it unconditionally instead of only on Sun systems like a recent commit does. Regards -- Géraud Meyer
* svdebian/0.51Joey Hess2014-02-27
|
* prep releaseJoey Hess2014-02-27
|
* Fix ifdata, ifne, parallel to build on illumos. Thanks, Gabriele Giacone ↵Joey Hess2013-12-31
| | | | Closes: #733736
* Make vipe manpage a little clearerMarian Sigler2013-11-21
|
* changelogJoey Hess2013-11-05
|
* Use docbook-xsl to build man pagesPeter Eisentraut2013-11-05
| | | | | | | | | 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.
* Run xmllint as part of DocBook buildPeter Eisentraut2013-11-05
| | | | | | 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.
* Use pattern rule for building man pages from DocBookPeter Eisentraut2013-11-05
| | | | This eliminates some duplicate code.
* Fix invalid DocBook markupPeter Eisentraut2013-11-05
|
* Use http system identifiersPeter Eisentraut2013-11-05
| | | | | | 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.)
* Fix ifdata to build on OS X. Thanks, Peter Eisentraut Closes: #575294Joey Hess2013-11-04
|
* releasing version 0.50debian/0.50Joey Hess2013-08-26
|
* Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid'Joey Hess2013-08-26
|\
| * moreutils (0.49) unstable; urgency=lowJoey Hess2013-07-10
| | | | | | | | | * 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
* Fix build on Hurd. Closes: #716653 (Thanks, Pino Toscano)Joey Hess2013-07-11
|
* releasing version 0.49Joey Hess2013-07-10
|
* errno, isutf8: Fix zero-termination of option list, which could lead to ↵Joey Hess2013-07-10
| | | | getopt crash. Closes: #715867 (Thanks, Mayhem Team)
* ts: Fix timezone used with -iJoey Hess2013-05-05
| | | | | | | 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.
* releasing version 0.48Joey Hess2013-05-05
|
* sponge: Check fclose to detect certian short reads. Closes: #704453Joey Hess2013-04-02
|
* ts: Support single-digit day dates. Thanks, Peter LunicksJoey Hess2013-03-27
|
* fix for syslog-style single-digit day dates, e.g. 'Feb 3'Peter Lunicks2013-03-27
|
* ts: -i enables incremental timestamping. Thanks, Thomas Vander SticheleJoey Hess2013-01-25
|
* add support for incremental timestampingThomas Vander Stichele2013-01-25
|
* Typo. Closes: #697113Joey Hess2013-01-01
|
* Allow overriding PREFIX and CFLAGS to make the build more flexible (Thanks, ↵Joey Hess2012-07-25
| | | | Ben Walton)
* Allow overriding PREFIX and CFLAGS to make the build more flexibleBen Walton2012-07-25
| | | | | | | | 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>
* releasing version 0.47Joey Hess2012-06-25
|
* Update errno manual page with new optionLars Wirzenius2012-06-05
|
* Add errno --search-all-locale optionLars Wirzenius2012-06-05
|
* Merge remote-tracking branch 'liw/errno-hurd-patch'Joey Hess2012-06-05
|\
| * Change how errno values are printed, for portabilityLars Wirzenius2012-06-05
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge commit '67f22bd1b6c2acfa5d23fa1821a0c9e895d085eb'Joey Hess2012-06-05
|\ \ | |/ |/|
| * Make errno obey localeLars Wirzenius2012-06-05
| |
| * Fix errno manpage to include --search in synopsisLars Wirzenius2012-06-05
| |
| * Add --search option to errnoLars Wirzenius2012-06-05
| |
| * Add --help and add --list to manpageLars Wirzenius2012-06-05
| |
| * Add --list option to errnoLars Wirzenius2012-06-05
| |
* | errno: New utility that looks up errno numbers or names.Joey Hess2012-06-04
| |
* | let's inline the awkJoey Hess2012-06-04
|/ | | | it's not *too* ugly (or my ugly tolerance for Makefiles is high)
* Add errno manpageLars Wirzenius2012-06-04
|
* Add copyright statementLars Wirzenius2012-06-04
|
* Add errno to READMELars Wirzenius2012-06-04
|
* Add errno programLars Wirzenius2012-06-04
|
* fix cleanup on errorJoey Hess2012-05-22
|