summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-02releasing version 0.270.27joeyh3-5/+5
2008-02-02* vidir: Check exit codes of close. Closes: #463739joeyh2-3/+9
2007-11-28releasing version 0.260.26joeyh1-2/+2
2007-11-28* isutf8: Correct inverted exit code when passed a file to check.joeyh3-1/+19
Closes: #453306
2007-11-12* isutf8: Detect and reject overlong UTF-8 sequences. Closes: #4409510.25joeyh3-39/+176
Many thanks to liw for the patch.
2007-11-06add homepage fieldjoeyh1-0/+1
2007-10-10Vcs- fields are now officialjoeyh1-1/+1
2007-09-16* vidir: Force numbers to normalised integers.0.24joeyh2-3/+10
* vidir: Abort on unknown item numbers rather than deleting them. Closes: #442440
2007-09-06releasing version 0.230.23joeyh2-3/+3
2007-09-06reformatjoeyh1-167/+173
2007-09-06* Don't strip binaries for debian package if built withjoeyh8-5/+393
DEB_BUILD_OPTIONS=nostrip. Closes: #437577 * Include Michael Tokarev's lckdo program and replace / conflict with the current lckdo package. (Robert Edmonds) Closes: #432906 * lckdo: Don't clear other flags when setting close on exec.
2007-08-13fix repo pathjoeyh1-1/+1
2007-08-01* Add pointer to join from combine's man page. Closes: #435516joeyh2-0/+10
2007-06-25releasing version 0.220.22joeyh1-1/+1
2007-06-25* vidir, zrun: Don't put temp files in the current directory. Closes: #429367joeyh3-2/+11
2007-06-25releasing version 0.210.21joeyh1-2/+2
2007-06-25* Patch from Sergej Pupykin fixing ifdata -pN.joeyh2-3/+9
2006-12-24sortjoeyh1-9/+8
2006-12-24reorderjoeyh1-3/+3
2006-12-23releasing version 0.200.20joeyh3-3/+39
2006-11-26* Typo fixes from Ralf Wildenhues.joeyh3-3/+9
2006-11-12releasing version 0.190.19joeyh2-1/+8
2006-10-04add XS-Vcs-Svn fieldjoeyh1-0/+1
2006-09-14releasing version 0.180.18joeyh1-2/+2
2006-09-14* spongs: Output to stdout if no file is specified, useful in a pipelinejoeyh3-6/+16
such as: cvs diff | sponge | patch -R -p0 Closes: #387501
2006-09-09* mispipe.docbook: Typo. Closes: #386756joeyh2-1/+7
2006-09-08releasing version 0.170.17joeyh1-2/+2
2006-09-08* Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,joeyh7-4/+278
returning the exit status of the first.
2006-08-20* Add missing \n to sponge usage. Closes: #383944joeyh2-1/+7
2006-08-19releasing version 0.160.16joeyh1-3/+4
2006-08-19support lastlog formatjoeyh1-0/+3
2006-08-18* Change the default ts format to include the month and day, for consistencyjoeyh3-7/+65
with syslog format. * Add -r switch to ts, which makes it convert existing timestamps in the input into relative times, such as "15m2s ago".
2006-07-26releasing version 0.150.15joeyh3-3/+3
2006-07-26* vidir, vipe: Use /usr/bin/editor if it's present, and EDITOR and VISUALjoeyh3-2/+11
arn't set, to comply with Debian policy. For portability, fall back to vi if there's no /usr/bin/editor. Closes: #378623
2006-07-26* combine: Man page improvements, to clarify even more that order doesjoeyh2-7/+15
matter and that the operations are not commutative. Closes: #361123 * combine: The behavior of "or" was fairly strange if lines were repeated in a file. Changed behavior to just print all lines from both files, even if this means printing dups. Not sure I like this behavior either, but it's consistent with the very useful behaviors of "and" and "not".
2006-07-13* vidir: Don't abort if it sees an empty or all-whitespace line.joeyh2-7/+21
* vidir: If just a filename is removed and the number is left, treat this the same as removing the whole line, and delete the file, instead of trying to rename the file to "". * vidir: Remove the periods after the item numbers. * vidir: Man page improvements. Closes: #378122
2006-07-13* Remove notes about potential tools from README, moved to wiki.joeyh2-27/+6
2006-07-12releasing version 0.140.14joeyh2-5/+11
2006-07-12releasing version 0.130.13joeyh2-7/+8
2006-06-29* ifdata: typojoeyh2-1/+7
2006-06-28releasing version 0.120.12joeyh1-2/+2
2006-06-28* ifdata: Fix bug in argument parsing that could make it segfault.joeyh3-3/+5
* combine: Allow operators to be written in any case.
2006-06-25* zrun: Add usage message.joeyh3-2/+7
2006-05-30* Really fix typo. Closes: #369485joeyh2-1/+7
2006-05-27releasing version 0.110.11joeyh6-488/+374
2006-04-02releasing version 0.100.10joeyh3-15/+3
2006-04-02* ifdata: patch from Adam Lackorzynski to translate French error messagesjoeyh8-81/+163
to English and to convert some #defines to enums. * ifdata: patch from Adam Lackorzynski to avoid printing info for bogus interface. Closes: #360433 * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to "z").
2006-03-27releasing version 0.90.9joeyh1-2/+2
2006-03-27* Typo fixes. Closes: #359039, #359040joeyh3-2/+5
* pee: don't send a copy of every line sent to every command to stdout. Seems best for it not to output anything to stdout on its on at all. Closes: #359041
2006-03-25* ifdata: robustness patch from Adam Lackorzynski, in particular deal withjoeyh2-19/+50
/proc not mounted. Closes: #358930