execline
Software
skarnet.org
What has changed in execline
in 2.1.0.0
- skalibs dependency bumped to 2.3.1.0
- foreground now sets the ? environment
variable to 256 plus the signal number when its block was killed by a signal
(in previous releases it used 126).
- New rules for exit codes of forx, loopwhilex, forbacktickx
- New -e option to loopwhilex,
deprecating the -x option.
in 2.0.2.1
- skalibs dependency bumped to 2.3.0.0
in 2.0.2.0
- skalibs dependency bumped to 2.2.1.0
- New command: fdswap
- New -D option to backtick
in 2.0.1.1
- skalibs dependency bumped to 2.2.0.0
- Parallel build fix
in 2.0.1.0
- skalibs dependency bumped to 2.1.0.0
- -u option added to import and importas
in 2.0.0.0
- The build system has completely changed. It is now a standard
./configure && make && sudo make install
build system. See the enclosed INSTALL file for details.
- slashpackage is not activated by default.
- shared libraries are neither built nor used by default.
- skalibs dependency bumped to 2.0.0.0
- The obsolete -E option to backtick, forx and forbacktickx is not
supported anymore.
- multisubstitute does not support the "backtick" directive
anymore.