aboutsummaryrefslogtreecommitdiff
path: root/tool/build-shell.sh
Commit message (Collapse)AuthorAge
* Fix the tool/build-shell.sh script to remove references to files that aredrh2013-04-25
| | | | | now loadable extensions. FossilOrigin-Name: aabeea98f53edde68f484f1794ae70789dac3889
* Fix the test_spellfix.c extension so that it can be made loadable at run-time.drh2013-01-25
| | | | | Add spellfix to the shell when building using the build-shell.sh script. FossilOrigin-Name: 7813b17d8b9fe48ddc841fe1c4bb75f7747073de
* Add the test_regexp.c module containing a cross-platform implementation drh2012-12-31
| | | | | of the REGEXP operator. FossilOrigin-Name: 46c8c01b751c1ea7fc02cc35e3b5bb99dbe46c4b
* Fix harmless static-analysis warnings, mosting having to do with memorydrh2012-04-11
| | | | | | | leaks in the command-line shell. Add a clang analysis of the command-line shell to the "warnings-clang.sh" script. Other minor cleanups to the command-line shell code. FossilOrigin-Name: 93a0f452a7023898ad3d62ee81b39a80477c332f
* Add shell scripts used for testing compiler warnings (tool/warnings.sh),drh2011-06-03
for verifying that the library exports the correct symbols (tool/symbols.sh), and to demonstrate building a full-featured command-line shell (tool/build-shell.sh). FossilOrigin-Name: 3aca9a92c8b29bb43f65f93593ba4defd65139dc