shellia (5.3.2) unstable; urgency=medium * fixed BUG shellia: FTBFS: tests failed. shellia test scripts now recognizes, that newer versions of busybox sh add single quotes to trace output (example: previous output of busybox sh -c "set -x; echo \"1 2\"; set +x" started with: + echo 1 2 and now start with: + echo '1 2'). closes: #924855 -- Bernd Schumacher Mon, 18 Mar 2019 10:02:01 +0100 shellia (5.3.1) unstable; urgency=medium * bug fixed in function ia_add(), that prevented build on buster and sid * added build dependency bc -- Bernd Schumacher Fri, 01 Feb 2019 07:50:34 +0100 shellia (5.3) unstable; urgency=medium * small fixes as described in 5.3~1 and 5.3~2. -- Bernd Schumacher Thu, 31 Jan 2019 16:23:23 +0100 shellia (5.3~2) unstable; urgency=medium * Fixed: redo input key r was ignored with check option -- Bernd Schumacher Thu, 31 Jan 2019 16:17:03 +0100 shellia (5.3~1) unstable; urgency=medium * Fix: if there is no ia_add between eval $ia_init and ia this will result in an endless loop -- Bernd Schumacher Thu, 17 Jan 2019 15:48:36 +0100 shellia (5.2) unstable; urgency=medium * more tests and minor fixes as described in 5.2~1 and 5.2~2. -- Bernd Schumacher Mon, 24 Dec 2018 09:36:54 +0100 shellia (5.2~2) unstable; urgency=medium * add 2 additional tests to example.debug * fixed output off " in minimal ia_logerr function in ia.basic * fixed rare weak output off command menu in ia.interactive * fixed error in r4s file creation in tstlib that happened in rare conditions * added test.backslash and example.backslash * delete unneeded space in menu list after disabled <-i> * fix ia.interactive: posh does not like empty "$@" * additional test hello_world scripts with all shells -- Bernd Schumacher Fri, 14 Dec 2018 10:24:35 +0100 shellia (5.2~1) unstable; urgency=medium * suggest gawk, because this allows even better extended regular expressions in ia_stdout and ia_ignore * fix wrong number of blanks following -i when toggled from <-i> * fix unneeded blank after --- (q)uit (r)edo ... --- message * fix unneeded blanks at end of a line in any file * added function ia_out, that honors silent option -s * fixed function ia_err, to now honor silent option -s * added function ia_exiterr, that does not honor silent option -s * fixed main Makefile target: clobber to remove all unneeded files * added short description for all functions in ia.log * fixed ia.log to get unbuffered stdout, stderr, and logfile output * added test.buffer and example.buffer to make check unbuffered output * fixed ia_log to handle unset ia_logfile and added test/example_only_log * added test.ia-s example.ia-s to test more with option -s -- Bernd Schumacher Tue, 04 Dec 2018 11:51:28 +0100 shellia (5.1) unstable; urgency=medium * Change Architecture from any to all * Change Version to major.minor format (only change major if uncompatible) * Fixed using debian/source/format 3.0 (native) -- Bernd Schumacher Wed, 21 Nov 2018 14:30:10 +0100 shellia (05) unstable; urgency=medium * new version for debian -- Bernd Schumacher Wed, 21 Nov 2018 13:50:08 +0100 shellia (05~3) unstable; urgency=medium * allow ia_stdout and ia_ignore to use "/" in search expression * deleted comments in debian/rules * improvement in man-pages * using debian/format 3.0 (native) -- Bernd Schumacher Mon, 19 Nov 2018 16:48:17 +0100 shellia (05~2) unstable; urgency=medium * Build scripts will use local libs, when testing hello_world* examples * shellia now supports scripts that use the nounset option (set -o nounset or set -u) * Workaround for posh bug #913718 added in test scripts * extract ia_ask as separate function -- Bernd Schumacher Wed, 14 Nov 2018 16:31:20 +0100 shellia (04) unstable; urgency=medium * first version for debian * closes: #912577 -- Bernd Schumacher Thu, 01 Nov 2018 15:17:45 +0100 shellia (03) unstable; urgency=medium * simplified debug code * changed debug-topic "na" to "none" -- Bernd Schumacher Tue, 16 Oct 2018 15:03:47 +0200 shellia (02) unstable; urgency=low * many bugs fixed including design bugs -- Bernd Schumacher Thu, 11 Oct 2018 14:22:15 +0200 shellia (01) unstable; urgency=low * Initial Release. * shellia - the interactive shell library is based on a first implementation from bootcd -- Bernd Schumacher Tue, 23 Apr 2013 10:46:04 +0200