Posted
about 15 years
ago
moreutils 0.39 released with these changes
parallel: Fix exit code handling when commands are specified after --
parallel: Make -j 0 do something reasonable (start all jobs at once).
parallel: Fix to really avoid running new jobs when load is too
|
Posted
about 15 years
ago
moreutils 0.38 released with these changes
Description improvements. Closes: #549450
(Thanks, Justin B Rye)
parallel: Allow running independent commands,
like parallel -j3 -- ls df "echo hi"
ifdata: Add FreeBSD kernel support, although some of
|
Posted
over 15 years
ago
moreutils 0.37 released with these changes
parallel: Clarify man page regarding CPUs. Closes: #536597
parallel: Add -n option. Thanks, Pierre Habouzit. Closes: #537992
(As a side effect, fixes a segfault if -- was omitted.)
parallel.1: Typo fixes. Closes: #538147
|
Posted
over 15 years
ago
moreutils 0.36 released with these changes
parallel: New program, contributed by Tollef Fog Heen,
that can run multiple jobs in parallel, optionally checking
load average.
mispipe: Fix closing of extra pipe FD before starting command
so it is not inherited by daemons. Closes: #533448
(Thanks, Jeremie Koenig)
|
Posted
almost 16 years
ago
moreutils 0.35 released with these changes
ifdata: Don't assume that all interface names are 6 characters or less,
for instance "wmaster0" is longer. Increase the limit to 20 characters.
Closes: #526654 (Thanks, Alan Pope)
isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301
(Thanks, Jakub Wilk and liw)
|
Posted
over 16 years
ago
moreutils 0.34 released with these changes
vipe: Avoid dying on empty input. Thanks, Anders Kaseorg
Closes: #508491
|
Posted
over 16 years
ago
moreutils 0.33 released with these changes
Support installing moreutils into prefixes other than /usr (Evan Broder)
Fix zrun breakage introduced last version. Closes: #504129
|
Posted
over 16 years
ago
moreutils 0.32 released with these changes
zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog.
Closes: #411623 (Stefan Fritsch)
zrun: Add support for lzma and lzo. (Stefan Fritsch)
Fix pod error in vidir(1).
|
Posted
almost 17 years
ago
moreutils 0.31 released with these changes
pee.1: Document difference with tee in stdout.
ts: Support displaying fractional seconds via a "%.S" conversion
specification. Closes: #482789
|
Posted
almost 17 years
ago
moreutils 0.30 released with these changes
debhelper v7; rules file minimisation
Use DESTDIR instead of PREFIX.
Add a DOCBOOK2XMAN setting. (Greg KH)
ifne: Add -n which makes it run the command if stdin is empty.
ifne: If no command is specified, print usage information.
|