| Commit message (Expand) | Author | Age |
* | Minor tcl doc update. | stephan | 35 hours |
* | Rename feature-tests.tcl to feature.tcl. Haiku tcl portability fixes. | stephan | 35 hours |
* | Latest upstream teaish pieces for minor fixes. Restructure this copy of teais... | stephan | 39 hours |
* | Upstream teaish for a tcl portability fix on Haiku and a much nicer impl of p... | stephan | 2025-04-29 |
* | tea: pull in upstream teaish. Consolidate the build definition from the upstr... | stephan | 2025-04-28 |
* | proj.tcl: correct the auto-reconfigure rules to include any X=Y passed to con... | stephan | 2025-04-27 |
* | Teaish internal API tweaks and ensure that -encoding utf-8 is used when sourc... | stephan | 2025-04-25 |
* | Upstream teaish fixes and improvements. | stephan | 2025-04-23 |
* | Latest upstream jimtcl to fix rare segfault cases. | stephan | 2025-04-22 |
* | Generic cleanups and fixes in the teaish build. | stephan | 2025-04-22 |
* | Upstream teaish, which simplifies how extension metadata are initialized and ... | stephan | 2025-04-17 |
* | A portability fix for proj.tcl: some Tcl builds do not like (array set x $som... | stephan | 2025-04-16 |
* | Latest upstream teaish for fixes and improvements. | stephan | 2025-04-16 |
* | Cleanups and refactoring in proj.tcl and teaish. | stephan | 2025-04-15 |
* | Further cleanups and code consolidation between teaish.tcl and sqlite-config.... | stephan | 2025-04-15 |
* | Update teaish to the latest upstream copy. Move some of its utility code into... | stephan | 2025-04-14 |
* | Port autoconf/tea from the autotools to autosetup. | stephan | 2025-04-12 |
|\ |
|
| * | Initial port of the TEA build (autoconf/tea) from autotools to autosetup. | stephan | 2025-04-12 |
* | | Move the post-configure dot-in-file validation from sqlite-config.tcl to proj... | stephan | 2025-04-12 |
|/ |
|
* | Doc updates in proj.tcl. Improve configure check for whether fdatasync or nan... | stephan | 2025-04-09 |
* | During the post-configure validation of @VAR@ references, ignore commented-ou... | stephan | 2025-04-07 |
* | Rename proj-current-proc-name to proj-current-scope and have it distinguish b... | stephan | 2025-04-07 |
* | Make it legal to call proj-fatal from the global scope. | stephan | 2025-04-07 |
* | Extend proj-dot-ins-append to provide a way to use it for the special-case em... | stephan | 2025-04-05 |
* | Add a note that SQLite's copy of proj.tcl can be considered the "canonical co... | stephan | 2025-04-05 |
* | Move the automatic reconfigure tcl code from sqlite-config.tcl to proj.tcl so... | stephan | 2025-04-05 |
* | Refactor proj-make-from-dot-in and friends to be more useful and remove some ... | stephan | 2025-04-05 |
* | Correct a makefile var name type in the configure script, introduced in [4947... | stephan | 2025-04-04 |
* | Add more vars to the tclConfig.sh-to-tcl exporter, for use in the TEA build. | stephan | 2025-04-04 |
* | Account for the Mac-specific -instal_name linker flag, which is apparently ne... | stephan | 2025-04-04 |
* | Adapt the --all flag to apply to a different set of features, and default to ... | stephan | 2025-04-04 |
* | Improve --all flag handling so that combinations of (--all --disable-FEATURE)... | stephan | 2025-04-04 |
* | Minor configure-internal cleanups to support the autosetup port of the TEA bu... | stephan | 2025-04-04 |
* | Minor configure script internal doc edits. No functional changes. | stephan | 2025-04-04 |
* | Make the --static-cli-shell flag available in the autoconf build mode. | stephan | 2025-04-04 |
* | On HaikuOS, if --prefix is not explicitly provided then default it to /boot/h... | stephan | 2025-04-04 |
* | Add the --static-cli-shell configure flag to the canonical build, which works... | stephan | 2025-04-03 |
* | Add the --static-tclsqlite3 configure flag (canonical build only) to build tc... | stephan | 2025-04-03 |
|\ |
|
| * | Minor cleanups to the --static-tclsqlite3 support. | stephan | 2025-04-03 |
| * | Add experimental --static-tclsqlite3 configure flag to build tclsqlite3 stati... | stephan | 2025-04-02 |
|/ |
|
* | Remove some stray debug output from proj.tcl. | stephan | 2025-04-02 |
* | Ensure that the compilation of extensions get the same CFLAGS as the core lib... | stephan | 2025-03-31 |
* | Correct the ordering of the configure script's handling of the --dev and --de... | stephan | 2025-03-31 |
* | Configure/make doc tweaks. No functional changes. | stephan | 2025-03-28 |
* | In Tcl, always use eq/ne for comparing strings, not ==/!= | jan.nijtmans | 2025-03-27 |
* | Configure script internal cleanups. Factor out the superfluous proj-lshift_ a... | stephan | 2025-03-25 |
* | Correct a --force flag which should be -force in a TCL file delete call. Some... | stephan | 2025-03-23 |
* | Remove tool/tclConfigShToAutoDef.sh, as that functionality was moved into aut... | stephan | 2025-03-23 |
* | Internal configure refactoring to support an ongoing conversion of ./autoconf... | stephan | 2025-03-23 |
* | Replace use of autosetup/lib/*.auto for sqlite-custom-... features to avoid t... | stephan | 2025-03-22 |