Ole Tange
3eef90da33
parallel: --line-buffer speedup.
...
parallel: Max command line length relaxed due to bzip2'ing before transfer.
2017-08-21 23:58:53 +02:00
Ole Tange
67c4377715
parcat: --rm, reading args from stdin.
2017-08-12 18:37:52 +02:00
Ole Tange
bbd336643c
parallel: Small bug in {#prefix} replacement string.
2017-07-29 23:49:00 +02:00
Ole Tange
fb2a1753bf
Merge commit 'e90f98f'
2017-07-22 00:31:52 +02:00
Ole Tange
e90f98f142
Post-release.
2017-07-22 00:28:28 +02:00
Ole Tange
3a0cc34b8b
Released as 20170722 ('Grenfell')
2017-07-21 23:29:19 +02:00
Ole Tange
9179a80bd3
parallel: SIGPIPE must be handled differently if printing to --pipe.
...
parallel: --keep-dirlinks is not supported on Centos3/Redhat9.
2017-07-21 21:43:34 +02:00
Ole Tange
3bc999fc67
WIP on piperetry: 1176f9a
parallel: Note if \257 is used in any string that can contain replacement strings. man pages: Lots of updates.
2017-07-21 09:10:10 +02:00
Ole Tange
cff1a0ae7c
index on piperetry: 1176f9a
parallel: Note if \257 is used in any string that can contain replacement strings. man pages: Lots of updates.
2017-07-21 09:10:10 +02:00
Ole Tange
1176f9a058
parallel: Note if \257 is used in any string that can contain replacement strings.
...
man pages: Lots of updates.
2017-07-20 21:38:45 +02:00
Ole Tange
10b4539b1f
Fixed env_parallel not working on old versions of Bash.
...
https://lists.gnu.org/archive/html/bug-parallel/2017-07/msg00000.html
2017-07-06 17:22:50 +02:00
Ole Tange
8e22009706
Fixed newlines and positional replacement strings
...
https://lists.gnu.org/archive/html/parallel/2017-07/msg00001.html
2017-07-06 14:36:06 +02:00
Ole Tange
e0baea9a4a
Fixed bug #51337 : --lb does not kill jobs at sigpipe.
2017-06-29 12:13:57 +02:00
Ole Tange
21d3b7d9be
env_parallel.bash: parset: Error handling if destination variable set wrongly.
2017-06-29 04:21:44 +02:00
Ole Tange
144164d516
Fixed bug #51299 : --retry-failed with command with newline.
2017-06-23 23:00:05 +02:00
Ole Tange
215aa6039f
parallel: Fixed bug #51290 : Macron with -q.
2017-06-23 07:44:14 +02:00
Ole Tange
f3d117e7bb
parallel: Fixed bug #51293 : parallel does not preserve symlinked directory structure on remote.
2017-06-22 23:14:32 +02:00
Ole Tange
526f2bfd4c
Released as 20170622 ('Manchester')
2017-06-22 14:22:23 +02:00
Ole Tange
dce32425eb
testsuite: Made the tests more portable.
2017-06-22 13:35:58 +02:00
Ole Tange
0b8e949cbb
parallel: Allow for empty loadavg file. This can happen on NFS.
...
Passes testsuite.
2017-06-18 21:15:36 +02:00
Ole Tange
fc6ad919d3
parallel: Allow \257 (Macron) in the command line.
2017-06-05 13:41:15 +02:00
Ole Tange
587c75fa39
NEWS: Removed duplicate entries.
2017-06-05 11:26:39 +02:00
Ole Tange
896f789214
Released as 20170522 ('Macron')
2017-05-21 21:04:37 +02:00
Ole Tange
e06ab693b3
parallel: exec sleep does not work on CygWin.
2017-05-21 21:02:12 +02:00
Ole Tange
dd25255ca8
parallel: Fixed bug #51039 : --dry-run --timeout 3600 -u breaks.
2017-05-16 21:32:13 +02:00
Ole Tange
54200832e4
parallel: --timeout can now use s=second,m=minute,h=hour,d=day.
...
parallel: --dr is now alias for --dry-run.
2017-05-16 01:27:11 +02:00
Ole Tange
61525c90e1
Fixed bug #51006 : Slow total_jobs() eats job
2017-05-11 22:57:46 +02:00
Ole Tange
a7a9e522dd
Fixed bug #50901 : --sqlworker should use hostname in the joblog instead of :.
2017-04-30 19:00:37 +02:00
Ole Tange
e49dd0d5d0
Released as 20170422 ('Санкт-Петербу́рг')
2017-04-22 23:23:24 +02:00
Ole Tange
77da672741
parallel: --tmux needs LC_CTYPE set.
...
parallel: '--halt done'.
2017-04-22 22:42:11 +02:00
Ole Tange
426ea9b372
env_parallel.{ash,bash,dash,ksh,sh}: Fixed bug #50815 : env_parallel should warn if the environment is too big.
...
parallel --tmux --fg: Connect to tmux socket more aggressively.
parallel --joblog: Fixed bug #50781 : joblog format with multiline commands.
Irix's Perl does not have decode_base64 and is no longer supported.
2017-04-17 16:25:58 +02:00
Ole Tange
253c94786f
env_parallel.bash: Initial release of parset.
...
parallel: Bugfix in some --plus dynamic replacement strings.
parallel: Deal better with commands containing newlines in --joblog.
parallel: Bugfix for --load in csh.
parallel_alternatives.pod: More comparison to rush-parallel.
2017-04-15 00:00:21 +02:00
Ole Tange
685018f532
Fixed bug #50719 : Adjust estimate time upwards less frequently.
...
parallel: Introduced $PARALLEL_HOME instead of ~/.parallel.
Makefile: Added monitorman.
2017-04-04 23:17:29 +02:00
Ole Tange
70e29c7b5b
Fixed bug #50685 : single ::::+ does not work.
2017-04-01 04:04:47 +02:00
Ole Tange
1de0d2be9b
parallel: Fixed bug #50590 : Support systems where setpgrp fails.
2017-04-01 02:59:07 +02:00
Ole Tange
e135fb6fd3
Fixed bug #50655 : Positional dynamic replacement strings do not work.
2017-03-28 21:30:06 +02:00
Ole Tange
86615dac7e
Released as 20170322 ('TRAPPIST-1')
2017-03-27 22:56:22 +02:00
Ole Tange
3d9baf9275
Released as 20170322 ('MyTag')
2017-03-21 23:31:46 +01:00
Ole Tange
05afa7ec65
Fixed bug #50229 : --tee -S fails.
...
Minor adjustments to dynamic --rpl's in --plus.
Documentation prettification for man.pdf.
2017-03-21 22:20:38 +01:00
Ole Tange
d08c8ac417
parallel: --plus enables most bashisms for replacement strings.
2017-03-11 21:19:10 +01:00
Ole Tange
2724941a91
parallel: Dynamic replacement strings --rpl '%(.*) s/$$1//' initial version.
2017-03-10 23:55:02 +01:00
Ole Tange
06e2dd958d
Fixed bug #50435 : Remote fifo broke in 20150522.
...
Fixed bug #50441 : env_parallel --pipe in csh does not work.
Fixed test bug #50386 : --fifo does not export function, --cat does.
2017-03-04 16:03:14 +01:00
Ole Tange
180ed0dd32
Fixed bug #50386 : --fifo does not export function, --cat does.
...
Test broken.
2017-03-02 22:40:46 +01:00
Ole Tange
68610ea9dd
Released as 20170222 ('13769')
2017-02-22 00:30:36 +01:00
Ole Tange
5ea9f57ba7
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
2017-02-13 23:21:29 +01:00
Ole Tange
87815c2a91
env_parallel.{ash/dash/sh}: Added.
...
env_parallel.{bash/zsh/ksh}: Make them more similar to sh.
2017-02-13 23:13:25 +01:00
Ole Tange
bcdea23569
env_parallel.{ash,dash}: added. Only aliases and variables are supported.
2017-02-08 00:54:45 +01:00
Ole Tange
a2358aebe4
Faster version bug #45479 : --pipe/--pipepart --tee.
2017-02-05 23:53:28 +01:00
Ole Tange
70006774e8
Fixed bug #50228 : --pipe --tagstring broken.
2017-02-05 03:24:23 +01:00
Ole Tange
c028fa0ad7
Fixed bug #45479 : --pipe/--pipepart --tee.
2017-02-05 02:46:29 +01:00