head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.09.19.57.49; author ktnb; state Exp; branches; next ; commitid Pe4hEmxQBvFV5ZUG; desc @@ 1.1 log @bigloo: update to 4.7a * gmtoff: adjust variable type * Generic bignum fix again (bootstrap) * Fix typo in ude-autoload.el * Silence gcc buffer overflow warning * Make the test suite fail if individual tests fail * Fix bignum tests * Removal of pkgcomp and lib and generic bignum implementation fix (bootstrap) * Fixnum bignum generic implementation (bootstrap) * add support for periods in xml attribute names * Doc typo * Backport fixes for SawC (bootstrap) * backport jvm fix * Bug fixes backported from 5.0a (bootstrap) * _index.md: Fix a double sentence * Complete the renaming of flt into fst (bootstrap) * Renaming flt into fst (bootstrap) * Rename *saw-register-allocation?* variable to get rid of the ? character (bootstrap) * Fix typo in name of BGL_FAST_REALSP for jvm * Fix definition of BGL_REALSP for float selft tagging (bootstrap) * 32-bit fixes * Minor fl1 improvement (bootstrap) * Fix flt 3-tag configuration * More precise time measures (bootstrap) * Restore previous macos linker options * Fix fltnz double predicate * Fix flt 2 tags * Fix nun tagging conversion * Fix double bgl_zero declaration * Fix heap tagging * Fix double real test (bootstrap) * Flonum coercion s and generic binops improvements (bootstrap) * recette failiure * Minor macos fix to remove one linker warning * More portable dtoa C implementation (bootstrap) * Fast-flonum optimization (bootstrap) * Fix constant init (bootstrap) * Compile time double predicates optimization (bootstrap) * nan/nun fixes * Towards new C constant code generation (bootstrap) * C warning removal (bootstrap) * Towards new C static constants (bootstrap) @ text @$NetBSD$ sqlite is required for pkglib to be build yet is missing --- api/Makefile.orig 2026-09-09 16:21:50.001619667 +0000 +++ api/Makefile @@@@ -29,28 +29,28 @@@@ fullbootstrap: boot: bootall fullbootstrap: - @@ apis="$(APIS)"; \ + @@ apis="sqlite $(APIS)"; \ for d in $$apis; do \ echo "$$d:"; \ $(MAKE) -C $$d clean && $(MAKE) -C $$d boot || exit 1; \ done bootall: - @@ apis="$(APIS)"; \ + @@ apis="sqlite $(APIS)"; \ for d in $$apis; do \ echo "$$d:"; \ $(MAKE) -C $$d boot || exit 1; \ done boot-c: - @@ apis="$(APIS)"; \ + @@ apis="sqlite $(APIS)"; \ for d in $$apis; do \ echo "$$d:"; \ $(MAKE) -C $$d boot-c || exit 1; \ done boot-jvm: - @@ apis="$(APIS)"; \ + @@ apis="sqlite $(APIS)"; \ for d in $$apis; do \ if [ "$(JVMBACKEND)" = "yes" ]; then \ echo "$$d:"; \ @@@@ -59,7 +59,7 @@@@ boot-dotnet: done boot-dotnet: - @@ apis="$(APIS)"; \ + @@ apis="sqlite $(APIS)"; \ for d in $$apis; do \ if [ "$(DOTNETBACKEND)" = "yes" ]; then \ echo "$$d:"; \ @