Files
calc/custom
Landon Curt Noll e2686911ae Release v2.14.3.0
The following are the changes in this release:

    Updated COPYING to include the actual text of "The Unlicense".
    Made minor formatting changes to the file.

    The Darwin specific ${DARWIN_ARCH}, thay by default was unset,
    is now the ${ARCH_CFLAGS} Makefile variable.  Comments about
    various "-arch name" have been moved to the ${ARCH_CFLAGS} area.

    For old Apple Power PC systems, the following is added:

	COMMON_CFLAGS+= -std=gnu99
	COMMON_LDFLAGS+= -std=gnu99
	ARCH_CFLAGS+= -arch ppc

    Old Apple Power PC systems should be detected by the
    "uname -p" command returning "powerpc".  One may force the
    Power PC mode by adding to the end of any make command:

	make ...make_args... target=Darwin arch=powerpc

    or by adding the following in the Makefile.local file:

	target= Darwin
	arch= powerpc

    Improved the output of the calcinfo rule by adding echos
    of various uname values as well as some top Makefile variables.

    Fixed the BUGS file with respect to using `make debug`.

    Added a final ls of `debug.out` for `make debug`.
2023-08-02 16:09:00 -07:00
..
2017-05-23 01:33:23 -07:00
2021-12-07 02:24:50 -08:00
2021-03-11 01:54:28 -08:00
2022-01-22 01:16:07 -08:00
2022-01-22 01:16:07 -08:00
2022-01-22 01:16:07 -08:00
2022-01-22 01:16:07 -08:00
2022-01-22 01:16:07 -08:00
2021-12-05 18:23:27 -08:00
2021-03-11 01:54:28 -08:00
2017-05-23 01:33:23 -07:00
2023-08-02 16:09:00 -07:00
2023-08-02 16:09:00 -07:00