Subject | Hash | Author | Date (UTC) |
---|---|---|---|
releasing version 0.37 | 007d7b518d2d83b536adad36f3126856b1cd117a | Joey Hess | 2009-07-25 08:23:55 |
parallel.1: Typo fixes. Closes: #538147 | 6501eeabda20d1b1cf1f137d9bcfd167164a99df | Joey Hess | 2009-07-25 08:03:42 |
update | 0ddc5db2ce6e03ff7d7ff394b9285ff62d504b02 | Joey Hess | 2009-07-25 08:02:56 |
support -n option | 2470d063c10dc25daeedb31bcd77865da06d65fd | Pierre Habouzit | 2009-07-22 09:17:20 |
parallel: Clarify man page regarding CPUs. Closes: #536597 | f933ad5fa6a1a400426763576895f050da32ccbf | Joey Hess | 2009-07-15 14:13:52 |
releasing version 0.36 | 6cf8eb501e1636b37bf61b86b0aaeade05fc768b | Joey Hess | 2009-07-10 15:04:21 |
update | 87bb3ae3ea452f7abba694be1840ee177d03c085 | Joey Hess | 2009-07-10 15:01:25 |
use sysconf to determine number of processors | b5c8031c8f202c8140ee69c901c0e719a244aa77 | Joey Hess | 2009-07-10 14:51:46 |
update | ab46fb8018f45a5584485edfd3c0caa82f3fd9b4 | Joey Hess | 2009-07-10 14:51:43 |
Fix indentation | 2a323e50cf8b4b75b9cf1e258908819e6f59daa6 | Tollef Fog Heen | 2009-07-10 12:11:17 |
parallel: Argument validation | 4c46b498f7c42a037f4f00e54f8a6a0197a80c93 | Tollef Fog Heen | 2009-07-10 12:09:48 |
parallel: Assume -j 1 if no -j or -l is given | 4154bdcaadc1fb1ad2e7cd0f8f887dac5346a0d7 | Tollef Fog Heen | 2009-07-10 11:54:21 |
mispipe: Fix closing of extra pipe FD before starting command so it is not inherited by daemons. Closes: #533448 (Thanks, Jeremie Koenig) | ac6ea9a555dc33d0f9978b92acbb5963e68f81ae | Joey Hess | 2009-07-02 19:58:38 |
avoid uninitalized value warning | 6675d7c3b4b61ce03117f5878e62f31c64810dbc | Joey Hess | 2009-07-02 19:17:59 |
misc formatting | 80476a56d197062c933c0c59bfb2d4c107344157 | Joey Hess | 2009-07-02 19:17:27 |
parallel: New program, contributed by Tollef Fog Heen, that can run multiple jobs in parallel, optionally checking load average. | 2cf23588d768fa8b632d80354cb8501a97426af0 | Joey Hess | 2009-07-02 19:16:26 |
parallel: Implement -l (maxload) and -i (replace {}) | e608a0284a84bb37a5a621eae72b0a456ec5484b | Tollef Fog Heen | 2009-06-30 02:49:07 |
parallel: Fix typo in usage string | 397defef1f5994344d261cda1cfffb1e21d935cc | Tollef Fog Heen | 2009-06-30 02:28:00 |
Return non-zero if something goes wrong | cde80342f40f2393f5a76974adf595d5aeb2ec52 | Tollef Fog Heen | 2009-06-30 02:26:16 |
Compile parallel by default | b55a8e3a90e876fe1b80c886e63bb5d9fe0e022a | Tollef Fog Heen | 2009-06-30 02:25:55 |
File | Lines added | Lines deleted |
---|---|---|
debian/changelog | 2 | 2 |
debian/control | 1 | 1 |
File debian/changelog changed (mode: 100644) (index 212be42..9dc6fe1) | |||
1 | moreutils (0.37) UNRELEASED; urgency=low | ||
1 | moreutils (0.37) unstable; urgency=low | ||
2 | 2 | ||
3 | 3 | * parallel: Clarify man page regarding CPUs. Closes: #536597 | * parallel: Clarify man page regarding CPUs. Closes: #536597 |
4 | 4 | * parallel: Add -n option. Thanks, Pierre Habouzit. Closes: #537992 | * parallel: Add -n option. Thanks, Pierre Habouzit. Closes: #537992 |
5 | 5 | (As a side effect, fixes a segfault if -- was omitted.) | (As a side effect, fixes a segfault if -- was omitted.) |
6 | 6 | * parallel.1: Typo fixes. Closes: #538147 | * parallel.1: Typo fixes. Closes: #538147 |
7 | 7 | ||
8 | -- Joey Hess <joeyh@debian.org> Wed, 15 Jul 2009 10:13:28 -0400 | ||
8 | -- Joey Hess <joeyh@debian.org> Sat, 25 Jul 2009 10:18:40 +0200 | ||
9 | 9 | ||
10 | 10 | moreutils (0.36) unstable; urgency=low | moreutils (0.36) unstable; urgency=low |
11 | 11 |
File debian/control changed (mode: 100644) (index 2dbf2b2..7d49b2d) | |||
... | ... | Section: utils | |
3 | 3 | Priority: optional | Priority: optional |
4 | 4 | Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml | Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml |
5 | 5 | Maintainer: Joey Hess <joeyh@debian.org> | Maintainer: Joey Hess <joeyh@debian.org> |
6 | Standards-Version: 3.8.1 | ||
6 | Standards-Version: 3.8.2 | ||
7 | 7 | Vcs-Git: git://git.kitenet.net/moreutils | Vcs-Git: git://git.kitenet.net/moreutils |
8 | 8 | Homepage: http://kitenet.net/~joey/code/moreutils/ | Homepage: http://kitenet.net/~joey/code/moreutils/ |
9 | 9 |