pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/yap



Module Name:    pkgsrc
Committed By:   asau
Date:           Tue Aug 10 07:49:57 UTC 2010

Modified Files:
        pkgsrc/lang/yap: Makefile PLIST distinfo
        pkgsrc/lang/yap/patches: patch-ab patch-ac patch-af
Added Files:
        pkgsrc/lang/yap/patches: patch-aj

Log Message:
Update to Yap 6.0.6

Highlights:

- configure system rewritten and simplified
- better emulation of SWI, especially of C-interface, allows:
  o port of SWI  packages: sgml and plunit work better, clib, RDF,
    zlib and http seem to be working well, semweb compiles
  o better integration with C: it is now possible to call YAP from JPL
    reliably (all tests in the demos/java directory succeed in Linux)
  o it is now possible to create a stream with SWI routines and use
    YAP IO (parser, writer) on it
  o pyswip: YAP now includes a version of the pyswip package for
    experimentation: all the demos seem to be work (YAP must be compiled
    as a dynamic library)
- compilation in Sun and NetBSD
- YAP can now handle very, very large terms in compiled clauses.
- several new builtins
- improve thread implementation, especially locking in IO routines and indexing
    o fix C thread interface
- fix odbc support in MYDDAS
- fix overflow in ==
- fix bad call to subsumes/2
- new version of trie library, developed by Theo and Ricardo


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/yap/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/yap/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/yap/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/yap/patches/patch-ab \
    pkgsrc/lang/yap/patches/patch-ac
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/yap/patches/patch-af
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/yap/patches/patch-aj

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index