mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
Released as 20121122 ('Barack').
This commit is contained in:
parent
49675bf13a
commit
45763bc601
36
NEWS
36
NEWS
|
@ -1,3 +1,39 @@
|
||||||
|
20121122
|
||||||
|
|
||||||
|
* niceload --sensor makes it possible to use a program to control if a
|
||||||
|
program should be suspended.
|
||||||
|
|
||||||
|
* GNU Parallel was part of the justification for Nordic Free Software
|
||||||
|
Award 2012
|
||||||
|
https://fsfe.org/news/2012/news-20121112-01.html
|
||||||
|
|
||||||
|
* Dateien schneller packen und konvertieren mit GNU parallel
|
||||||
|
http://www.linux-community.de/Archiv/Tipp-der-Woche/Dateien-schneller-packen-und-konvertieren-mit-GNU-parallel
|
||||||
|
|
||||||
|
* Processing images from Lunar Reconnaissance Orbiter Narrow Angle
|
||||||
|
Camera http://lunokhod.org/?p=774
|
||||||
|
|
||||||
|
* GNU Parallel is used in types2: Type and Hapax Accumulation Curves
|
||||||
|
http://www.cs.helsinki.fi/u/josuomel/types2/
|
||||||
|
|
||||||
|
* GNU Parallel used in: A Hybrid Factor Analysis and Probabilistic
|
||||||
|
PCA-based system for Dictionary Learning and Encoding for Robust
|
||||||
|
Speaker Recognition
|
||||||
|
http://www.superlectures.com/odyssey2012/lecture.php?id=8&lang=en
|
||||||
|
http://www.cse.iitm.ac.in/~mrsri/ppca.pdf
|
||||||
|
|
||||||
|
* Mapreduce avec parallel, cat et une redirection
|
||||||
|
http://datacratic.com/site/blog/mapreduce-avec-parallel-cat-et-une-redirection
|
||||||
|
|
||||||
|
* GNU Parallel for Large Batches of Small Jobs
|
||||||
|
https://support.scinet.utoronto.ca/wiki/images/7/7b/Tech-talk-gnu-parallel.pdf
|
||||||
|
|
||||||
|
* GNU Parallel used in black belt tip (8:50-10:12)
|
||||||
|
https://aws.amazon.com/apac/awspodcast/episode20/
|
||||||
|
|
||||||
|
* Bug fixes and man page updates.
|
||||||
|
|
||||||
|
|
||||||
20121022
|
20121022
|
||||||
|
|
||||||
* --results structures output files so they can be imported using
|
* --results structures output files so they can be imported using
|
||||||
|
|
20
configure
vendored
20
configure
vendored
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.68 for parallel 20121022.
|
# Generated by GNU Autoconf 2.68 for parallel 20121122.
|
||||||
#
|
#
|
||||||
# Report bugs to <bug-parallel@gnu.org>.
|
# Report bugs to <bug-parallel@gnu.org>.
|
||||||
#
|
#
|
||||||
|
@ -559,8 +559,8 @@ MAKEFLAGS=
|
||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='parallel'
|
PACKAGE_NAME='parallel'
|
||||||
PACKAGE_TARNAME='parallel'
|
PACKAGE_TARNAME='parallel'
|
||||||
PACKAGE_VERSION='20121022'
|
PACKAGE_VERSION='20121122'
|
||||||
PACKAGE_STRING='parallel 20121022'
|
PACKAGE_STRING='parallel 20121122'
|
||||||
PACKAGE_BUGREPORT='bug-parallel@gnu.org'
|
PACKAGE_BUGREPORT='bug-parallel@gnu.org'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
|
@ -1176,7 +1176,7 @@ if test "$ac_init_help" = "long"; then
|
||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# Omit some internal or obsolete options to make the list less imposing.
|
||||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures parallel 20121022 to adapt to many kinds of systems.
|
\`configure' configures parallel 20121122 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
|
@ -1242,7 +1242,7 @@ fi
|
||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of parallel 20121022:";;
|
short | recursive ) echo "Configuration of parallel 20121122:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
|
@ -1309,7 +1309,7 @@ fi
|
||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
parallel configure 20121022
|
parallel configure 20121122
|
||||||
generated by GNU Autoconf 2.68
|
generated by GNU Autoconf 2.68
|
||||||
|
|
||||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||||
|
@ -1326,7 +1326,7 @@ cat >config.log <<_ACEOF
|
||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by parallel $as_me 20121022, which was
|
It was created by parallel $as_me 20121122, which was
|
||||||
generated by GNU Autoconf 2.68. Invocation command line was
|
generated by GNU Autoconf 2.68. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
@ -2141,7 +2141,7 @@ fi
|
||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE='parallel'
|
PACKAGE='parallel'
|
||||||
VERSION='20121022'
|
VERSION='20121122'
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
@ -2704,7 +2704,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by parallel $as_me 20121022, which was
|
This file was extended by parallel $as_me 20121122, which was
|
||||||
generated by GNU Autoconf 2.68. Invocation command line was
|
generated by GNU Autoconf 2.68. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
|
@ -2766,7 +2766,7 @@ _ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
parallel config.status 20121022
|
parallel config.status 20121122
|
||||||
configured by $0, generated by GNU Autoconf 2.68,
|
configured by $0, generated by GNU Autoconf 2.68,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([parallel], [20121022], [bug-parallel@gnu.org])
|
AC_INIT([parallel], [20121122], [bug-parallel@gnu.org])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
|
|
@ -178,6 +178,9 @@ available for download at: http://ftp.gnu.org/gnu/parallel/
|
||||||
|
|
||||||
New in this release:
|
New in this release:
|
||||||
|
|
||||||
|
* niceload --sensor makes it possible to use a program to control if a
|
||||||
|
program should be suspended.
|
||||||
|
|
||||||
* GNU Parallel was part of the justification for Nordic Free Software
|
* GNU Parallel was part of the justification for Nordic Free Software
|
||||||
Award 2012
|
Award 2012
|
||||||
https://fsfe.org/news/2012/news-20121112-01.html
|
https://fsfe.org/news/2012/news-20121112-01.html
|
||||||
|
|
|
@ -445,7 +445,7 @@ If I<eof-str> is omitted, there is no end of file string. If neither
|
||||||
B<-E> nor B<-e> is used, no end of file string is used.
|
B<-E> nor B<-e> is used, no end of file string is used.
|
||||||
|
|
||||||
|
|
||||||
=item B<--env> I<var> (alpha testing)
|
=item B<--env> I<var> (beta testing)
|
||||||
|
|
||||||
Copy environment variable I<var>. This will copy I<var> to the
|
Copy environment variable I<var>. This will copy I<var> to the
|
||||||
environment that the command is run in. This is especially useful for
|
environment that the command is run in. This is especially useful for
|
||||||
|
@ -807,7 +807,7 @@ defaults to '\n'. To have no record separator use B<--recend "">.
|
||||||
B<--files> is often used with B<--pipe>.
|
B<--files> is often used with B<--pipe>.
|
||||||
|
|
||||||
|
|
||||||
=item B<--plain> (alpha testing)
|
=item B<--plain> (beta testing)
|
||||||
|
|
||||||
Ignore any B<--profile>, $PARALLEL, ~/.parallel/config, and
|
Ignore any B<--profile>, $PARALLEL, ~/.parallel/config, and
|
||||||
B<--tollef> to get full control on the command line (used by GNU
|
B<--tollef> to get full control on the command line (used by GNU
|
||||||
|
@ -981,9 +981,9 @@ it to the command.
|
||||||
Only used with B<--pipe>.
|
Only used with B<--pipe>.
|
||||||
|
|
||||||
|
|
||||||
=item B<--results> I<prefix> (alpha testing)
|
=item B<--results> I<prefix> (beta testing)
|
||||||
|
|
||||||
=item B<--res> I<prefix> (alpha testing)
|
=item B<--res> I<prefix> (beta testing)
|
||||||
|
|
||||||
Results in files named by tab separated arguments. Save the output
|
Results in files named by tab separated arguments. Save the output
|
||||||
into files. The file names will be prefixed with I<prefix> which can
|
into files. The file names will be prefixed with I<prefix> which can
|
||||||
|
|
|
@ -472,8 +472,8 @@ because it is POSIX compliant for @strong{xargs} while this option is not.
|
||||||
If @emph{eof-str} is omitted, there is no end of file string. If neither
|
If @emph{eof-str} is omitted, there is no end of file string. If neither
|
||||||
@strong{-E} nor @strong{-e} is used, no end of file string is used.
|
@strong{-E} nor @strong{-e} is used, no end of file string is used.
|
||||||
|
|
||||||
@item @strong{--env} @emph{var} (alpha testing)
|
@item @strong{--env} @emph{var} (beta testing)
|
||||||
@anchor{@strong{--env} @emph{var} (alpha testing)}
|
@anchor{@strong{--env} @emph{var} (beta testing)}
|
||||||
|
|
||||||
Copy environment variable @emph{var}. This will copy @emph{var} to the
|
Copy environment variable @emph{var}. This will copy @emph{var} to the
|
||||||
environment that the command is run in. This is especially useful for
|
environment that the command is run in. This is especially useful for
|
||||||
|
@ -863,8 +863,8 @@ defaults to '\n'. To have no record separator use @strong{--recend ""}.
|
||||||
|
|
||||||
@strong{--files} is often used with @strong{--pipe}.
|
@strong{--files} is often used with @strong{--pipe}.
|
||||||
|
|
||||||
@item @strong{--plain} (alpha testing)
|
@item @strong{--plain} (beta testing)
|
||||||
@anchor{@strong{--plain} (alpha testing)}
|
@anchor{@strong{--plain} (beta testing)}
|
||||||
|
|
||||||
Ignore any @strong{--profile}, $PARALLEL, ~/.parallel/config, and
|
Ignore any @strong{--profile}, $PARALLEL, ~/.parallel/config, and
|
||||||
@strong{--tollef} to get full control on the command line (used by GNU
|
@strong{--tollef} to get full control on the command line (used by GNU
|
||||||
|
@ -1046,11 +1046,11 @@ it to the command.
|
||||||
|
|
||||||
Only used with @strong{--pipe}.
|
Only used with @strong{--pipe}.
|
||||||
|
|
||||||
@item @strong{--results} @emph{prefix} (alpha testing)
|
@item @strong{--results} @emph{prefix} (beta testing)
|
||||||
@anchor{@strong{--results} @emph{prefix} (alpha testing)}
|
@anchor{@strong{--results} @emph{prefix} (beta testing)}
|
||||||
|
|
||||||
@item @strong{--res} @emph{prefix} (alpha testing)
|
@item @strong{--res} @emph{prefix} (beta testing)
|
||||||
@anchor{@strong{--res} @emph{prefix} (alpha testing)}
|
@anchor{@strong{--res} @emph{prefix} (beta testing)}
|
||||||
|
|
||||||
Results in files named by tab separated arguments. Save the output
|
Results in files named by tab separated arguments. Save the output
|
||||||
into files. The file names will be prefixed with @emph{prefix} which can
|
into files. The file names will be prefixed with @emph{prefix} which can
|
||||||
|
|
2
src/sql
2
src/sql
|
@ -556,7 +556,7 @@ $Global::Initfile && unlink $Global::Initfile;
|
||||||
exit ($err);
|
exit ($err);
|
||||||
|
|
||||||
sub parse_options {
|
sub parse_options {
|
||||||
$Global::version = 20121022;
|
$Global::version = 20121122;
|
||||||
$Global::progname = 'sql';
|
$Global::progname = 'sql';
|
||||||
|
|
||||||
# This must be done first as this may exec myself
|
# This must be done first as this may exec myself
|
||||||
|
|
Loading…
Reference in a new issue