]> git.plutz.net Git - cgilite/history - storage.sh
debug function
[cgilite] / storage.sh
2023-08-31 Paul HänschLICENSE CHANGE: CGIlite is now under ISC License!
2021-09-13 Paul HänschSTRING encodes empty values as backslash for easyer...
2021-08-23 Paul Hänschsimpler lock algorithm using files
2021-07-26 Paul Hänschbugfix: faulty check in update and append
2021-04-14 Paul Hänschbugfix: fix error when reading literal "+" char from...
2021-02-13 Paul Hänschremove obsolte escape functions
2021-02-13 Paul Hänschintroduce simple DBM module
2021-02-13 Paul Hänschuse debug function for error output
2020-01-29 Paul Hänschbugfix, STRING and UNSTRING input like "foo[bar]"
2020-01-29 Paul Hänschfaster STRING and UNSTRING functions
2019-05-09 Paul Hänschportable sed invocations
2018-07-18 Paul Hänschbugfix: pipeline use for STRING()
2018-07-17 Paul Hänschdual use string functions (argument and pipe), make...
2018-07-16 Paul Hänschlocalize fucntion variables
2018-07-15 Paul Hänschescape spaces in stored data for easyer use with `read`
2018-07-15 Paul Hänschsuppress error message from mkdir
2018-07-15 Paul Hänschbugfix: allow positive return of LOCK()
2018-07-15 Paul Hänschinclude guards for function libraries
2018-07-15 Paul Hänschlocking functions
2018-07-14 Paul Hänschunfinished storage engine