[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Prolog 1.5.0 is released
From: |
Daniel Diaz |
Subject: |
GNU Prolog 1.5.0 is released |
Date: |
Thu, 8 Jul 2021 15:41:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
Hi,
gprolog 1.5.0 is available (see www.gprolog.org).
Here are the changes since 1.4.5:
* Source repository moved to GiHub
https://github.com/didoudiaz/gprolog
* port to arm64 (aarch64)/darwin (new Apple M1/MacOS architecture)
* port to arm64 (aarch64)/Linux (armv8) - many thanks to
Jasper Taylor <jasper@simulistics.com>
* port to arm32/Linux (armv6, armv7) - many thanks to
Jasper Taylor <jasper@simulistics.com>
* port to Termux on aarch64/android
* accept clang as C compiler on x86_64/linux (use CC=clang
./configure)
* restructure and improve the code of all MA->ASM mappers
* fix a bug in absolute_file_name, '/src/../' returned '' now '/'
* add error case to findall/4 (detects when Tail is not a list)
* set eof_action to reset for standard input/output/error streams
even if not a tty
* add float_overflow and undefined for float arithmetic functions
* update ports to windows (32 and 64 bits with MSVC and
masys2/mingw64)
* fix a bug when closing user_error
* fix a bug in phrase/2-3
* fix problem with gcc 10 which needs explicitly -fcommon
* fix bugs when Prolog integers are internally converted to C int
(on 64 bits machine)
Enjoy
Daniel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Prolog 1.5.0 is released,
Daniel Diaz <=