Commit graph

1251 commits

Author SHA1 Message Date
Ole Tange d395c25cd6 Post-release. 2016-11-21 22:46:22 +01:00
Ole Tange ca9b3ac100 Released as 20161122 ('Trump') 2016-11-21 22:35:25 +01:00
Ole Tange f905690898 env_parallel.{bash,fish,ksh,zsh} fixes + testsuite. 2016-11-06 23:01:42 +01:00
Ole Tange 3e440983e7 env_parallel.{bash,ksh,pdksh,zsh}: Minimal --record-env. 2016-11-06 12:29:48 +01:00
Ole Tange e458f35453 Fixed bug #49538: --header : and {= =}. 2016-11-05 18:58:46 +01:00
Ole Tange 55eaf48197 parallel: tmux uses $TMUX, so rename it to: $PARALLEL_TMUX. 2016-10-30 17:07:59 +01:00
Ole Tange f9f52c083e Released as 20161022 ('Matthew') 2016-10-22 14:37:48 +02:00
Ole Tange b44e91df26 testsuite: Changes due to changed environment and code. 2016-10-22 13:51:42 +02:00
Ole Tange e3d00f03f6 Fixed bug #49413: env_parallel does not respect exit code from functions. 2016-10-22 13:46:01 +02:00
Ole Tange a36729cdf3 Fixed bug #49229: parallel hangs on last ffmpeg command.
First command no longer gets stdin as it causes unpredictable issues.
2016-10-22 13:39:31 +02:00
Ole Tange d5761dcaae Fixed bug #49404: “Max jobs to run” does not equal the number of jobs specified when using GNU Parallel on remote server?
Fixed bug #49335: parallel: Warning: You may raise this by changing /etc/ssh/sshd_config:MaxStartups and MaxSessions.
2016-10-22 13:35:26 +02:00
Ole Tange 1863566363 parallel: Redirect STDERR temporarily, so errors on MacOS X are ignored. 2016-10-22 13:32:59 +02:00
Ole Tange a315bd26e6 parallel: shellwords is defined in newer versions of Perl causing
redefine error.
2016-10-22 13:31:11 +02:00
Ole Tange 67da57ccc7 GNU Coding Standards says: The standard --help option should output
brief documentation for how to invoke the program, on standard output,
then exit successfully.
https://www.gnu.org/prep/standards/standards.html#g_t_002d_002dhelp
2016-10-22 13:29:17 +02:00
Ole Tange ec3767fd5e Maybe fixed bug #49412: Signal SIGCHLD received, but no signal handler.
Testing missing.
2016-10-22 13:26:16 +02:00
Ole Tange 089fc5b287 Fixed env_parallel does not respect exit code from functions.
http://lists.gnu.org/archive/html/bug-parallel/2016-10/msg00001.html
2016-10-18 00:02:48 +02:00
Ole Tange 0f8d12839f Released as 20160922 ('Christiania') 2016-09-23 01:15:11 +02:00
Ole Tange 74e35933f4 parcat: Small fixup.
testsuite: Fixups for --line-buffer/--files.
2016-09-23 00:57:30 +02:00
Ole Tange a4ddcbf8bc parallel: --files/--results --line-buffer fix. 2016-09-22 23:54:38 +02:00
Ole Tange 5829f512c1 parallel: tmpfile now returns only a filehandle if in scalar context. 2016-09-22 23:53:32 +02:00
Ole Tange bd38a6ac54 parallel: Search for pzstd for faster compression. 2016-09-22 23:52:24 +02:00
Ole Tange 196afa553b parcat: Initial version. 2016-09-04 10:42:04 +02:00
Ole Tange 063b64e0c9 Fixed --memfree script on Darwin/Macosx. 2016-08-27 23:50:01 +02:00
Ole Tange e0ac24f213 Fixed bug #48658: --linebuffer --files. 2016-08-27 23:24:30 +02:00
Ole Tange 49690b97e5 env_parallel.*: Converted to #!/usr/bin/env to avoid depening on all shells. 2016-08-25 22:03:06 +02:00
Ole Tange 9689682674 parallel: code cleanup. 2016-08-23 00:08:10 +02:00
Ole Tange ec9e90e529 Released as 20160822 ('OgNomekop') 2016-08-21 22:14:31 +02:00
Ole Tange 8bec8de5df --tmuxpane initial version.
Passes testsuite.
2016-08-21 15:37:59 +02:00
Ole Tange fd6abf1f9a parallel: Removed memleak. 2016-08-14 16:54:27 +02:00
Ole Tange e94774df14 parallel: Less memory leak (now around 40 bytes/job). 2016-08-13 19:17:44 +02:00
Ole Tange a7b50a054e parallel: --xapply => --link. 2016-08-13 19:11:15 +02:00
Ole Tange 393cfd177a parallel: base64_zip_eval written shorter so it might fit in csh's 1000 byte limit. 2016-08-04 00:04:06 +02:00
Ole Tange 223cdb4754 parallel: Prepare for better error handling of parallel running of --basefile and --cleanup. 2016-08-04 00:01:41 +02:00
Ole Tange a04e3e6740 parallel: --tty re-fixed. 2016-08-04 00:00:19 +02:00
Ole Tange f8467c9a6b parallel: Bash aliases only visible if exec'ed as a single command - not a string. 2016-08-03 23:58:52 +02:00
Ole Tange b9470f8964 parallel: Use && to make sure dest dir is created before trying to rsync to it. 2016-08-03 23:55:54 +02:00
Ole Tange 201eab34ab parallel: Do not track median of failed jobs: They might fail very fast and skew the median. 2016-08-03 23:53:20 +02:00
Ole Tange 0724162ad4 parallel: --linebuffer treat \r as a full line, too. 2016-08-03 23:51:14 +02:00
Ole Tange ed76fe2979 testsuite: Many small changes due to production OS upgrade. No radical changes. 2016-08-03 23:45:13 +02:00
Ole Tange 769d2706f2 niceload: Wrong regexp for loadaverage on MacOS X. Force LANG=C. 2016-08-03 23:42:15 +02:00
Ole Tange efcfefedf0 --delay requires full float (0.1 - not .1). 2016-08-02 01:37:42 +02:00
Ole Tange 7b09f42b4c testsuite/tests-to-run/parallel-local-ssh7.sh: pdksh gone. 2016-08-02 01:34:03 +02:00
Ole Tange f6c7845116 testsuite/Makefile: convert now needs -version.
New wireless interface name: wlp13s0.
2016-08-02 01:31:59 +02:00
Ole Tange a1757c141a sql: sqlplus is sqlplus64 on AMD64. 2016-08-02 01:30:46 +02:00
Ole Tange cd9b2a4c24 env_parallel.bash: Ignore output from shopt.
env_parallel.zsh: Reverted change.
2016-08-02 01:25:14 +02:00
Ole Tange dc247b78cb env_parallel: --install less noisy. 2016-08-02 01:22:39 +02:00
Ole Tange 28dcb4a4db env_parallel.zsh: ignore typeset for zsh parameters like dis_patchars and patchars. 2016-08-01 21:07:42 +02:00
Ole Tange 0ef41e79aa Released as 20160722 ('Brexit') 2016-07-23 01:41:54 +02:00
Ole Tange 1082b5ca02 testsuite fixups. 2016-07-22 23:57:23 +02:00
Ole Tange 4fb086c285 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
Conflicts:
	doc/release_new_version
2016-07-22 20:41:39 +02:00