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$ alloca(3) is in the NetBSD stdlib --- autoconf/alloca.orig 2026-02-19 08:14:24.000000000 +0000 +++ autoconf/alloca @@@@ -57,8 +57,10 @@@@ cat > $file.c < #endif +#ifndef __NetBSD__ #if( !defined( alloca ) ) extern int alloca(); +#endif #endif int main( int argc, char *argv[] ) { @