diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-01 12:27:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-01 12:27:59 +0000 |
commit | d34810da5ca643e84cb8ac0e5a584e0e5489968c (patch) | |
tree | d274c3c399ce3c2d166a8f60eeb91886b4f3e10d /lang/gprolog/distinfo | |
parent | 7cd32f9a7577b5f0e75f1b03cc1815d891b114d0 (diff) | |
download | pkgsrc-d34810da5ca643e84cb8ac0e5a584e0e5489968c.tar.gz |
Updated gprolog to 1.3.0.
Change in GNU Prolog version 1.3.0:
* official release (Jan 4 2007)
* change error messages emitted by the compiler to follow GNU standards
* modify doc (mainly rename manual.xxx to gprolog.xxx)
* add DESTDIR variable support in main Makefile for staged installs
* fix a bug with Prolog floats in x86_64/linux (bad stack alignment)
* port for ix86/darwin (Mac OS X)
* add check target to main Makefile
* improve Win32 ports (cygwin, MinGW, MSVC 6.0 and 2005 Express Edition)
(MSVC port uses MinGW as.exe instead of nasm.exe - named mingw-as.exe
provided in the setup.exe)
* rename call/2 to call_det/2
* implement call/2-11 as will be defined in the next standard
* fix various problems when compiling with gcc 4 (gcc 4.1.1)
* emit .note.GNU-stack to mark the stack as no executable
in x86_any.c, x86_64_any.c and powerpc_any.c
* change the way objects are found (obj_chain.c) using gcc ctors
* use Doug Lea malloc for OpenBSD (problem with malloc using mmap)
* fix problems in various ports:
alpha/linux, powerpc/darwin (Mac OS X), sparc/solaris, ix86/OpenBSD
Change in GNU Prolog version 1.2.19:
* fix 2 bugs in global variables
Change in GNU Prolog version 1.2.18:
* fix problem when compiling with gcc 3.4.0
* fix bug in term comparison involving negative integers
* add consult, ... and fix minor bugs in the Win32 GUI console menu
* fix the stack overflow detection under cygwin
* port to ix86/MinGW - many thanks to:
Cesar Rabak <csrabak@ig.com.br>
* fix a problem in the port to x86/OpenBSD
* port to sparc/NetBSD and powerpc/NetBSD - many thanks to:
Jason Beegan <jtb@netbsd.org>
* fix a bug in =../2 involving FD variables
* fix a bug in arithmetics (in float_{integer/fractional}_part)
* fix a bug in FD solver (wrong union with a singleton)
Change in GNU Prolog version 1.2.17:
* change configure.in: by default ebp is not used
* fix a but with CTRL+C handler not reinstalled
* fix a bug with _XXX (re)displayed under the top-level
* port to x86_64/linux - many thanks to:
Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
Diffstat (limited to 'lang/gprolog/distinfo')
-rw-r--r-- | lang/gprolog/distinfo | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/lang/gprolog/distinfo b/lang/gprolog/distinfo index 00190542bd0..663b6650980 100644 --- a/lang/gprolog/distinfo +++ b/lang/gprolog/distinfo @@ -1,18 +1,6 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 09:03:08 agc Exp $ +$NetBSD: distinfo,v 1.7 2007/12/01 12:27:59 rillig Exp $ -SHA1 (gprolog-1.2.16.tar.gz) = 128071ff640be38782b943218762e09ef0287dc6 -RMD160 (gprolog-1.2.16.tar.gz) = f15c6214f6ff905d6cbe15ee12cbff9a2dd939f9 -Size (gprolog-1.2.16.tar.gz) = 2478633 bytes -SHA1 (patch-aa) = 11cef0fd91bcfa21c264f5d2f44d1a06c6075177 -SHA1 (patch-ab) = 550411d2c52b31b7a747ad2bf30c4439a8e71d0a -SHA1 (patch-ac) = ae2d6ee1e0fe94e7602b8db9e4127ea82b56dcfe -SHA1 (patch-ad) = 3a83cf6a9ab48830237ee8ac5d162ac5260775bc -SHA1 (patch-ae) = a832ac080488e1e9a155d135af4e87eafb03d0de -SHA1 (patch-af) = 72d0bfe0128c153886c4b356cce5b9bac902cd87 -SHA1 (patch-ag) = fffdc682ca58d5530108b9e2f3ba22a46c114b09 -SHA1 (patch-ah) = 1893c4c9b7f8a31487029455a47872aa1ffc4ccd -SHA1 (patch-ai) = 789b465de0c768dbfcdcb063998256d7931726fd -SHA1 (patch-aj) = 0fea4c886bbc9f94d53edb04d3f6a93a7fab5431 -SHA1 (patch-al) = 5745b485e5cfc82142148f49ab69f307fe7b71cf -SHA1 (patch-am) = 6c12d78cbf6d2763ad7bf0f40cee2025f2362961 -SHA1 (patch-an) = 1eb7c3c03ab323ddcc7884cb5234448eaa3f1cb7 +SHA1 (gprolog-1.3.0.tar.gz) = 1ad7b7764c8e8d92f4f18619f29155001fe7d78f +RMD160 (gprolog-1.3.0.tar.gz) = 56a7e6f0dab343d162620bccb177e67bca639797 +Size (gprolog-1.3.0.tar.gz) = 3016665 bytes +SHA1 (patch-ba) = 226ca02c9a70b49278237cebc66eda3439df2f88 |