slitaz-base-files log rootfs/lib/libtaz.sh

age author description
2019-02-26 Pascal Bellard Remove ashism ==
2018-03-22 Aleksej Bobylev libtaz.sh: fix behavior of action when it has two or more arguments in form of `action 'Text %s' $var`
2017-12-01 Pascal Bellard /lib/libtaz.sh: TZ should be set
2017-03-02 Christophe Lincoln libtaz.sh: add info() to display an info in same place than status()
2017-03-01 Aleksej Bobylev libtaz.sh: get_cols(): allow > 80 cols.
2017-02-28 Christophe Lincoln libtaz.sh: get_cols is not working: find an other way :-)
2017-02-16 Christophe Lincoln libtaz.sh: indent status() as orgininaly (so many cmdline tools use it, we must an other way for log files)
2017-01-08 Aleksej Bobylev libtaz.sh: add die() and im(), rework confirm().
2016-07-22 Aleksej Bobylev libtaz.sh: confirm(): handle '--noconfirm'.
2016-03-27 Paul Issott Tiny edits
2016-03-27 Aleksej Bobylev Make explanations about 'w' for translators; make pot; make msgmerge
2015-12-03 Aleksej Bobylev libtaz: implement options --quiet and --cols=
2015-11-30 Aleksej Bobylev libtaz.sh: use familiar separator in output=raw
2015-11-21 Aleksej Bobylev libtaz.sh: change pair of functions: action(), status() to best look in textual logs and in gtk boxes
2015-08-18 Aleksej Bobylev libtaz.sh: do not itemize for gtk output
2015-07-01 Aleksej Bobylev libtaz.sh: non-bold colors starts with 0; add available color table to the testsuite
2015-06-20 Aleksej Bobylev libtaz.sh: fix more importing cases; add test for importing using libtaz.sh
2015-06-18 Aleksej Bobylev libtaz.sh: fix again for empty values (--opt= is differ from --opt)
2015-06-18 Aleksej Bobylev libtaz.sh: fix last commit (again) thanks Pascal
2015-06-18 Aleksej Bobylev Fix previous change.
2015-06-16 Aleksej Bobylev libtaz.sh: do not fail processing --options-with-dashes or --weird%option$. Add custom tag "x-details" support to slitaz-doc.{css,js}
2015-05-25 Aleksej Bobylev libtaz.sh: add _p(), title(), footer(), action(), itemize(); update doc/libtaz.sh and testsuite.sh
2015-04-30 Aleksej Bobylev Small improvements. libtaz.sh: move notes from script to readme, re-organize and simplify code, different separators allowed; libtaz.txt: wrote few new examples.
2015-03-28 Aleksej Bobylev libtaz.sh: emsg: sed: no need to backslash end of line in the single quotes: fix bug with GNU sed (thanks Ceel for bugreport).
2014-12-04 Aleksej Bobylev libtaz.sh: fix '_' and '_n' when used space-separated arguments: _ 'Run "%s" in /.' "tazpkg -i $pkg"5.6.5
2014-12-04 Aleksej Bobylev libtaz.sh: now '_' and '_n' can use C-like syntax (%s, %d...) to save few bytes on translations
2014-12-02 Aleksej Bobylev libtaz.sh: confirm() - variant more understandable for translators.
2014-11-27 Aleksej Bobylev libpkg.sh: unset TAGS too in unset_receipt(); and code reformatting5.6.4
2014-05-26 Aleksej Bobylev libtaz.sh: fix bug with installing coreutils-line package5.6.3
2014-01-04 Pascal Bellard 2014
2013-09-04 Aleksej Bobylev libtaz.sh: allow spaces in the options (example: --title="Please read this")
2013-08-24 Aleksej Bobylev libtaz.sh: add new functions - optlist and longline5.4.2
2013-08-09 Aleksej Bobylev libtaz.sh: add (and use) short gettext aliases: _ and _n5.4.1
2012-06-23 Aleksej Bobylev libtaz: small fix in lgettext function
2012-06-03 Aleksej Bobylev remove unboldify(), add emsg(); small fix i18n; make pot && make msgmerge, up ru.po
2012-06-01 Christophe Lincoln stty size errors to /deb/null
2012-06-01 Christophe Lincoln libtaz.sh: use stty size5.2.3
2012-05-26 Christophe Lincoln libtaz.sh: cols should be fixes now
2012-05-21 Aleksej Bobylev New function unboldify(); I think, they will be handy
2012-05-21 Aleksej Bobylev libtaz.sh, Makefile: fix design of i18n
2012-05-19 Christian Mesh Update several function's colorize
2012-05-19 Christian Mesh Update colorize to handle args easier
2012-05-17 Christophe Lincoln Colorize DEBUG and let use --decolor=NB
2012-05-15 Christian Mesh Add: debug function to libtaz.sh
2012-05-15 Christophe Lincoln small fix to colorize()
2012-05-15 Christophe Lincoln Add colorize() to libtaz.sh
2012-05-12 Paul Issott Edit docs
2012-05-12 Christophe Lincoln Improve libtaz.sh doc and log function + add log to testsuite.sh
2012-05-12 Christophe Lincoln libtaz.sh: cooker and tyzpanle use activity (maybe be better since we use tee for full log file
2012-05-12 Christophe Lincoln libtaz.sh: add log function (used in cooer and tazpanel actually and soon by spk)
2012-05-12 Christophe Lincoln libtaz.sh: some minor change and add comments/usage
2012-05-11 Christian Mesh Add newline function to libtaz to make code easier to read
2012-05-11 Christian Mesh Removed duplicate status function I introduced
2012-05-11 Christian Mesh added generic yes/no function along with indent and statys function to libtaz
2012-05-11 Christian Mesh updated libtaz.hs boldify to take many args instead of just one
2012-04-24 Christophe Lincoln libtaz.sh: use /dev/ttx to get term size
2012-04-24 Christophe Lincoln Add libtaz and httphelper man a like documentation5.1.2
2012-04-23 Christophe Lincoln libtaz.sh: Store all cmdline options in a variable
2012-04-17 Christophe Lincoln libtaz.sh: use /dev/stdin and improve testsuite.sh
2012-04-16 Christophe Lincoln libtaz.sh: use default device to get columns