Commits

f9442f73ae7865713367f4673d518da098429a89
Switch branches/tags
All users
All time
March 2026
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4
5 6 7 8 9 10 11

Commits on March 26, 2026

  1. Add GNU GPL v3 license
    Added the GNU General Public License version 3 to the project.
    Matthew Forrester Wolffe committed
  2. espadonne committed

Commits on March 25, 2026

  1. route aarch64 file tests through C stat helpers via USE_C_STAT
    gfortran -cpp on aarch64 Linux may not define __aarch64__, so the
    Fortran struct stat layout fix doesn't take effect. Instead, detect
    aarch64 in Makefile via uname -m and pass -DUSE_C_STAT. File test
    functions use C helpers that get correct struct stat from system headers.
    x86_64 and macOS paths unchanged.
    espadonne committed
  2. use configurable BASH_REF for reference shell in all test suites
    macOS ships bash 3.2 which lacks assoc arrays, case transforms, declare -g,
    coproc, etc. Tests compared against bash 3.2 produced false failures. All test
    files now use BASH_REF (defaults to bash) so CI can point to a modern bash.
    espadonne committed