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

age author description
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
2012-04-13 Christophe Lincoln libtaz.sh: cols are not set by stty in CGI or GTK and so better separator function
2012-04-13 Christophe Lincoln libtaz.sh: Improve HTML handler and let script overwrite $output
2012-04-12 Christophe Lincoln Fix libtaz.sh path in libtaz help function
2012-04-12 Christophe Lincoln Add /lib/libtaz.sh