- 07 Dec, 2015 1 commit
-
-
thomas.forbriger authored
CVS ID keyword strings were remove with commit 2e81e847 on 2015-11-23. Some secondary string variables were missed then. Remove them now.
-
- 26 Nov, 2015 1 commit
-
-
thomas.forbriger authored
stuploxx uses libdatrwxx and therefor is able to handle a lot more formats than just SFF. In fact, the use of SFF has become insignificant, meanwhile.
-
- 23 Nov, 2015 1 commit
-
-
thomas.forbriger authored
Subversion keywords have become obsolete with the migration of the source code to the Seitosh git repository.
-
- 04 Nov, 2015 3 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
Compile pamo.f to pamo and pamox, where the latter makes use of libfapidxx in order to provide various input file formats.
-
- 27 Oct, 2015 6 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
replace #!/bin/sh by #!/bin/bash replace echo by printf See comments to individual commits.
-
thomas.forbriger authored
Replace echo by printf at remaining locations, where echo is used with options (as could be located by git grep). Seitosh should now be clean with respect to shell usage. Citation from the POSIX manual for printf as a motivation for this set of changes: RATIONALE The printf utility was added to provide functionality that has histori- cally been provided by echo. However, due to irreconcilable differences in the various versions of echo extant, the version has few special features, leaving those to this new printf utility, which is based on one in the Ninth Edition system.
-
thomas.forbriger authored
-
- 26 Oct, 2015 18 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
Let lisousi provide format specific usage text from libdatrwxx.
-
thomas.forbriger authored
Merge branch 'master' into issue10
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
The echo shell builtin of the traditional Bourne Shell does not recognize the -e option. Better use printf in this case. From the POSIX manual for printf: RATIONALE The printf utility was added to provide functionality that has histori- cally been provided by echo. However, due to irreconcilable differ- ences in the various versions of echo extant, the version has few special features, leaving those to this new printf utility, which is based on one in the Ninth Edition system.
-
thomas.forbriger authored
-
thomas.forbriger authored
Since $() command substitution already is specific to bash and not available in standard Bourne Shell, replace shell in which shell scripts shall be executed by /bin/bash.
-
thomas.forbriger authored
End-user documentation for lisousi shall be improved on this branch. Add a step-by-step example for the sparse receiver array example, testcase Bietigheim.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 22 Oct, 2015 1 commit
-
-
thomas.forbriger authored
On this branch issue14 will be resolved: do not rely on /bin/bash ------------------------ Parts of the project rely on /bin/bash being the standard shell and /bin/sh being a synonym for /bin/bash. * This is the case in shell scripts, which use bash-specific commands and keywords. * This is the case in Makefiles, which use constructs like 'echo -e' to format multiline string output. The problem can be solved by: * replacing '#!/bin/sh' by '#!/bin/bash' in shell scripts * replacing 'echo -e' by 'printf' in Makefiles
-
- 21 Oct, 2015 3 commits
-
-
thomas.forbriger authored
compile.sh will not execute in traditional Bourne Shell. Explicitely request a version of the Bourne Again Shell.
-
thomas.forbriger authored
-
thomas.forbriger authored
the fixed wavelet engine ist not yet implemented
-
- 19 Oct, 2015 6 commits
-
-
thomas.forbriger authored
After implementation of full usage information for end-users and ouput of usage texts in soutifu, modifications are merged into master.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
A comprehensible textual description of what actually is done in the procude is still missing.
-
thomas.forbriger authored
-