Ole Tange
77f83e6270
basenamereplace and basenameextensionreplace activated.
...
Testsuite of {/} {/.} {#/.} {#/}.
2010-12-03 00:04:12 +01:00
Ole Tange
69e7da5bff
Released as 20101202.
...
Debian packaging rolled back.
2010-12-02 21:58:10 +01:00
Ole Tange
4d22781652
--command, -c, --file, and -f now obsoleted. --eta works again.
...
Bugfix in testsuite for --retries.
Lots of dead code removed.
2010-11-29 23:59:16 +01:00
Ole Tange
46cc1980fa
parallel: --progress to STDERR. Test of -M.
2010-11-28 04:11:45 +01:00
Ole Tange
16bf961945
parallel: Now passes test32. test34 has an insignificant warning.
2010-11-28 02:09:53 +01:00
Ole Tange
ae08cc3b1c
parallel: SSHLogin rewritten to OO. Minor failures in test32 and test34.
2010-11-26 01:45:04 +01:00
Ole Tange
364c394df2
parallel: Speedup of arg processing.
...
Removing dead code.
2010-11-23 01:40:50 +01:00
Ole Tange
8865cbb10f
parallel: Argument handling re-written to OO.
...
The code is quite messy, the implementation is fairly slow, but the
structure seems sound and it passes the testsuite.
basename {/} and {/.} implemented.
Flushing of STDERR and STDOUT after each job completes.
2010-11-22 10:35:53 +01:00
Ole Tange
f7355734a5
Released as 20101113. Test to be compatible with old perllibs
2010-11-15 22:46:36 +01:00
Ole Tange
4ed346760b
parallel: GetOptionsFromArray is not supported everywhere
2010-11-15 20:14:27 +01:00
Ole Tange
d7c87979f9
Merge branch 'master' of ssh://newton.binf.ku.dk:24222/home/tange/privat/parallel
2010-11-13 17:33:02 +01:00
Ole Tange
f5cb948f95
Fixed version
2010-11-13 17:28:35 +01:00
Ole Tange
2b2bbe889a
Released as version 20101113
2010-11-13 17:04:58 +01:00
Ole Tange
90c333085d
Release candidate 20101113
2010-11-13 14:57:39 +01:00
Ole Tange
0f9e570d7a
parallel: Added man page for (unimplemented) basename
2010-11-09 18:09:33 +01:00
Ole Tange
7c1fb94ddb
Merge branch 'master' of ssh://newton.binf.ku.dk:24222/home/tange/privat/parallel
2010-11-02 23:39:25 +01:00
Ole Tange
12596830ce
parallel: Better example in man page: Use multiple inputs in one command
2010-11-02 23:36:12 +01:00
Ole Tange
ea0dfc913e
parallel: Implemented --profile. Untested.
2010-11-02 17:11:32 +01:00
Ole Tange
05eae86b69
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
2010-10-31 03:13:27 +01:00
Ole Tange
0f094ba5b2
Bugfix: sprintf used %d with no matching argument
2010-10-31 03:11:18 +01:00
Rogério Brito
7026c93883
Add patches to fix spelling, as a temporary measure
2010-10-27 11:50:09 -02:00
Rogério Brito
7819c65303
New Debian packaging
2010-10-27 11:49:39 -02:00
Rogério Brito
04df0c405a
Remove temporary files to keep the packaging clean
2010-10-27 11:44:20 -02:00
Ole Tange
f085a37a40
parallel: Implemented $PARALLEL_SEQ and $PARALLEL_PID.
...
-v now only show the command to be run. Use -vv to see the surrounding ssh wrapping.
--workdir implemented. Spelling mistakes.
2010-10-27 01:50:58 +02:00
Ole Tange
87747a44b4
parallel: Too slow spawning only gives a warning, not an error.
...
.parallelrc is now read along with .parallel/config.
Passes testsuite.
2010-10-14 23:13:48 +02:00
Ole Tange
428faf33b7
parallel: Bugfix: empty line and --colsep
2010-10-09 21:55:01 +02:00
Ole Tange
cc7d613040
parallel: unittest renamed testsuite which better covers the function
2010-10-06 22:45:24 +02:00
Ole Tange
cce81b5735
parallel: implemented -j file. Passes testsuite.
2010-10-06 22:18:32 +02:00
Ole Tange
44bdda5387
parallel: Give warning if stdin is tty
2010-10-06 20:29:16 +02:00
Ole Tange
692bb88453
parallel: EXAMPLE: Start editor with filenames from stdin (standard input).
...
parallel: EXAMPLE: GNU Parallel as queue system/batch manager.
2010-10-05 22:22:52 +02:00
Ole Tange
a8d4668fb6
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
2010-09-22 23:55:02 +02:00
Ole Tange
6f03760b56
sql: \n and \x0a in arguments is replaced with newline. Passes unittest. Added more examples.
2010-09-22 23:54:42 +02:00
Tim Cuthbertson
677230b74b
0install: added version 20100922
2010-09-22 22:32:21 +10:00
Ole Tange
e06f6d52ce
parallel: Added difference between paexec
2010-09-22 01:17:05 +02:00
Ole Tange
59cb631264
Bugfix: --keeporder with -j100% mixed up order of first job
...
parallel: Unittest for --retries. Passes unittest.
2010-09-21 22:00:30 +02:00
Ole Tange
2e572c00c9
parallel: --retries implemented. Passes unittest.
2010-09-21 09:34:53 +02:00
Ole Tange
8703e6b5c5
sql: --list-tables implemented. %-encode all elements of DBURL.
...
Passes sql-part of unittest.
2010-09-15 00:24:08 +02:00
Ole Tange
28f9796b4e
sql: Each arg on command line will add a \n. Useful for Oracle
2010-09-14 23:25:53 +02:00
Ole Tange
ceca2fea75
unittest: using niceload for test12 my machine is not completely
...
unusable during unittests
2010-09-14 21:00:20 +02:00
Ole Tange
22934a4bcd
sql: Deal with :aliases containing ?query parts in batch mode.
...
:aliases?query is still a problem in interactive mode.
Passes sql-part of unittest.
2010-09-14 18:37:26 +02:00
Ole Tange
77f0254543
Passes unittest
2010-09-10 02:26:01 +02:00
Ole Tange
e63e97916c
sql: RFC3986 calls the statement part a query. Let's do that, too.
...
sql: test sql02 and results.
2010-09-10 00:58:34 +02:00
Ole Tange
944a4fdd4f
sql: alias can now contain statement
2010-09-10 00:37:32 +02:00
Ole Tange
c9b2a3f727
sql: Test of %-quoting.
...
sql: Test of cyclic aliases.
2010-09-10 00:18:43 +02:00
Ole Tange
9711803e61
sql: allow dburl prefix 'sql:'
2010-09-09 23:30:56 +02:00
Ole Tange
0db41520c3
sql: basic dburl?sqlstatement works. No unittest
2010-09-09 23:21:11 +02:00
Ole Tange
654eb4bfa0
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/parallel
2010-09-09 09:42:22 +02:00
Ole Tange
ffd548e168
sql: sqlite implemented. sql unittest passes.
2010-09-09 09:39:57 +02:00
Ole Tange
20eab02de2
parallel: --hashbang alias for --shebang.
...
sql: .dburl.aliases -> .sql/aliases.
unittest passes.
2010-09-08 01:43:11 +02:00
Ole Tange
0a5434c071
sql: renamed .dburl.aliases to .sql/aliases and /etc/sql/aliases.
...
Fixed bug if DBURL is NULL.
2010-09-07 13:15:29 +02:00