summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix pod error in vidir(1).upstream/0.320.32Joey Hess2008-10-262-2/+5
* zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog.Joey Hess2008-09-272-5/+29
* typoJoey Hess2008-07-091-1/+1
* releasing version 0.31upstream/0.310.31Joey Hess2008-06-282-3/+3
* ts: Support displaying fractional seconds via a "%.S" conversion specificatio...Joey Hess2008-05-282-3/+24
* pee.1: Document difference with tee in stdout.Joey Hess2008-05-282-1/+10
* releasing version 0.30upstream/0.300.30Joey Hess2008-05-141-2/+2
* ifne: If no command is specified, print usage information.Joey Hess2008-05-123-2/+6
* Added -n option to ifne.Vicho2008-05-122-20/+65
* updateJoey Hess2008-05-101-0/+1
* typoJoey Hess2008-05-101-1/+1
* eh, I didn't mean to revert thatJoey Hess2008-05-106-43/+21
* Revert "debhelper v7; rules file minimisation"Joey Hess2008-05-106-21/+43
* patch for moreutils MakefileGreg KH2008-05-101-7/+9
* debhelper v7; rules file minimisationJoey Hess2008-04-266-43/+21
* releasing version 0.29upstream/0.290.29Joey Hess2008-04-152-3/+3
* ts improvementsJoey Hess2008-04-122-2/+11
* fix mode of new file renamed from temp fileJoey Hess2008-04-111-3/+13
* minor changesJoey Hess2008-04-111-5/+7
* honor TMPDIRJoey Hess2008-04-111-6/+19
* optimize tempfile copyingJoey Hess2008-04-111-7/+5
* more fixes to tempfile writebackJoey Hess2008-04-111-21/+33
* set umask before calling mkstempJoey Hess2008-04-111-1/+3
* update physmem copyrightJoey Hess2008-04-111-1/+1
* fix two bugs writing the output fileJoey Hess2008-04-111-15/+18
* move code into a functionJoey Hess2008-04-111-14/+24
* fix edge casesJoey Hess2008-04-111-5/+10
* reorder definesJoey Hess2008-04-111-1/+1
* set up signal handlers before creating temp fileJoey Hess2008-04-111-3/+6
* another round of whitespace fixesJoey Hess2008-04-111-54/+55
* remove debugBrock Noland2008-04-111-1/+0
* sponge fixesBrock Noland2008-04-112-51/+72
* better usage messageJoey Hess2008-04-111-1/+1
* update changelogJoey Hess2008-04-111-0/+2
* convert to new formatJoey Hess2008-04-111-26/+45
* first pass thru the codeJoey Hess2008-04-101-183/+170
* make sponge use a temp file if the input is largeJoey Hess2008-04-102-21/+532
* sponge, ifne: Ensure that suspending/resuming doesn't result in partial write...Joey Hess2008-04-102-8/+13
* sponge: Ensure that suspending/resuming doesn't result in partial writes of t...Joey Hess2008-04-102-10/+10
* Add ifne, contributed by Javier Merino.Joey Hess2008-03-202-0/+9
* Moreutils: Added ifneJavier Merino2008-03-205-2/+175
* releasing version 0.28upstream/0.280.28Joey Hess2008-02-021-2/+2
* * Add example to man page about recursive modification of directories.Joey Hess2008-02-022-5/+21
* * vidir: Applied patch from Stefan Fritsch (one part of #412176):Joey Hess2008-02-022-6/+47
* * Moved to a git repository.Joey Hess2008-02-022-1/+7
* releasing version 0.270.27originjoeyh2008-02-023-5/+5
* * vidir: Check exit codes of close. Closes: #463739joeyh2008-02-022-3/+9
* releasing version 0.260.26joeyh2007-11-281-2/+2
* * isutf8: Correct inverted exit code when passed a file to check.joeyh2007-11-283-1/+19
* * isutf8: Detect and reject overlong UTF-8 sequences. Closes: #4409510.25joeyh2007-11-123-39/+176