Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E4458703EB for ; Tue, 11 Jun 2013 20:05:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 55D4814A14F; Tue, 11 Jun 2013 20:05:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1355A14A13D for ; Tue, 11 Jun 2013 20:05:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id u1iJQ1WH3OMR for ; Tue, 11 Jun 2013 20:05:37 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4B31414A134 for ; Tue, 11 Jun 2013 20:05:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 453AE96; Tue, 11 Jun 2013 20:05:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 11 Jun 2013 20:05:37 +0000 From: "Aleksej Saushev" Subject: CVS commit: pkgsrc/lang/gprolog To: pkgsrc-changes@NetBSD.org Reply-To: asau@netbsd.org X-Mailer: log_accum Message-Id: <20130611200537.453AE96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: asau Date: Tue Jun 11 20:05:37 UTC 2013 Modified Files: pkgsrc/lang/gprolog: Makefile PLIST distinfo Log Message: Update to GNU Prolog 1.4.4 Changes in GNU Prolog version 1.4.4: * add Prolog flags c_cc_version_data * fix a regression bug in linedit * fix a little bug in the debugger * add subtract/3 built-in predicate Changes in GNU Prolog version 1.4.3: * add new C foreign interface functions converting term to/from C strings * modify top-level banner to show 32/64 bits, compile date, C compiler name * modify Linedit: fix Prolog prompt when Linedit is not activated * modify linedit: accept gui=silent in env var LINEDIT (does not warn if the windows gui DLL is not found) * fixes for Windows 8 (i686 and x86_64) with MSVS 2012, mingw64 gcc > 4.5.3 * add Prolog flags address_bits, compiled_at, c_cc, c_cflags, c_ldflags * fix a bug in the FD solver (option backtracks in fd_labeling) * improve the FD solver (better propagation for reified constraints at labeling) * improve the FD solver (add labeling option: value_method(bisect)) * improve the FD solver (avoid some cases of C stack overflow, improved fd_domain/3) * fix a bug in the FD solver (regression bug in 1.4.2) * add PlULong to gprolog.h and PlThrow(ball) to C foreign interface To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/gprolog/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/gprolog/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/gprolog/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.