SHA256
1
0
forked from pool/gnu_parallel

gnu_parallel-20160422

OBS-URL: https://build.opensuse.org/package/show/utilities/gnu_parallel?expand=0&rev=59
This commit is contained in:
2016-04-21 23:16:07 +00:00
committed by Git OBS Bridge
parent 80e6c028a9
commit de634e697c
6 changed files with 63 additions and 46 deletions
+17
View File
@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Apr 21 23:06:02 UTC 2016 - jengelh@inai.de
- Update to new upstream release 20160422
* :::+ and ::::+ work like ::: and :::: but links this input source
to the previous input source in a --xapply fashion. Contrary to
--xapply values do not wrap: The shortest input source determines
the length.
* --line-buffer --keep-order now outputs continuously from the
oldest job still running. This is more what you would expect than
the earlier behaviour where --keep-order had no effect with
--line-buffer.
* env_parallel supports tcsh, csh, pdksh. In fish it now supports
arrays. In csh/tcsh it now supports variables, aliases, and
arrays with no special chars. In pdksh it supports aliases,
functions, variables, and arrays.
-------------------------------------------------------------------
Tue Mar 22 22:05:36 UTC 2016 - jengelh@inai.de