aboutsummaryrefslogtreecommitdiff
path: root/tool/build-shell.sh
Commit message (Collapse)AuthorAge
* Move the vfstrace extension out of src/ over into ext/misc/ where it belongs.drh2024-09-09
| | | | | | Make it part of the standard build for the CLI. Bring some of the vfstrace output up-to-date. FossilOrigin-Name: 055b97de8d2397987d72dbab1cde78ece2d1c066e95042b4ed6b7b36b2cf9006
* Unix builds now assume the presence of nanosleep() in the standard library.drh2023-08-03
| | | | | | The -DHAVE_NANOSLEEP=0 compile-time option can be used to build on systems (if any still exist) where this is not the case. FossilOrigin-Name: 779d5dc8797ea246d0397f7e94b1be716b0baa735e8d9f5a6fc4cffd887a7420
* 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