15d04a4e62
Important notes --------------- * Multiple threads of execution are now experimentally supported (not ready for prime time yet). Thanks to Vladimir Tzankov <vtzankov@gm...>. See <http://clisp.cons.org/impnotes/mt.html> for details. * Module libsvm has been upgraded to the upstream version 2.89. See <http://clisp.cons.org/impnotes/libsvm.html> for details. * Module Berkeley-DB now supports Berkeley DB 4.7. (older versions 4.* are, of course, still supported). See <http://clisp.cons.org/impnotes/berkeley-db.html> for details. * Module readline now supports readline 6.0. (older versions 5.* are, of course, still supported). See <http://clisp.cons.org/impnotes/readline-mod.html> for details. * Passing :EXECUTABLE 0 to EXT:SAVEINITMEM results in an executable image which delegates processing of all the usual CLISP command line options to the :INIT-FUNCTION. See <http://clisp.cons.org/impnotes/image.html> for details. * Driver clisp accepts "-b" to print the installation directory. See <http://clisp.cons.org/impnotes/clisp.html#opt-printlibdir> for details. * Add file clisp.m4 so that the packages which use CLISP can check whether it is properly installed and has the required version. * POSIX:COPY-FILE now accepts :METHOD :HARDLINK-OR-COPY. See <http://clisp.cons.org/impnotes/syscalls.html#copy-file> for details. * New function POSIX:WAIT calls waitpid or wait4. See <http://clisp.cons.org/impnotes/syscalls.html#wait> for details. * New function EXT:TRIM-IF removes leading and trailing matches. See <http://clisp.cons.org/impnotes/seq-func-ext.html#trim-if> for details. * New user command "LocalSymbols" (abbreviated ":ls"). See <http://clisp.cons.org/impnotes/repl.html#debugger-main-deb-step> for details. * Commands "add" and "create" replace "add-module-set", "add-module-sets" and "create-module-set" in clisp-link. See <http://clisp.cons.org/impnotes/modules.html#clisp-link> for details. * Bug fixes: + Better support of :START and :END arguments in NEW-CLX. [ 2159172 ] + Fix LOAD-LOGICAL-PATHNAME-TRANSLATIONS when *LOAD-PATHS* contains wild pathnames (introduced in 2.47). [ 2198109 ] + Module NEW-CLX now has the XLIB:QUEUE-EVENT function, implemented by Philippe Brochard <hocwp@fr...>. + Extend the domain of LOG to larger BIGNUMs and RATIOs. [ 1007358 ] + Avoid a segfault on (EXPT <HUGE> <HUGE>). [ 2807311 ] + Fix interaction of finalizers and weak objects. [ 1472478 ] * ANSI compliance: + Implement the ANSI (IGNORE #'FUNCTION) declaration.
92 lines
2.7 KiB
Text
92 lines
2.7 KiB
Text
@comment $NetBSD: PLIST,v 1.19 2009/12/15 23:22:06 asau Exp $
|
|
bin/clisp
|
|
lib/clisp/base/calls.o
|
|
lib/clisp/base/gettext.o
|
|
lib/clisp/base/libnoreadline.a
|
|
lib/clisp/base/lisp.a
|
|
lib/clisp/base/lisp.run
|
|
lib/clisp/base/lispinit.mem
|
|
lib/clisp/base/localcharset.o
|
|
lib/clisp/base/makevars
|
|
lib/clisp/base/modules.h
|
|
lib/clisp/base/modules.o
|
|
lib/clisp/base/readline.o
|
|
lib/clisp/base/regexi.o
|
|
lib/clisp/base/regexp.dvi
|
|
lib/clisp/base/uniname.o
|
|
lib/clisp/base/width.o
|
|
lib/clisp/clisp-link
|
|
lib/clisp/data/Symbol-Table.text
|
|
lib/clisp/data/UnicodeDataFull.txt
|
|
${PLIST.bdb}lib/clisp/full/bdb.o
|
|
lib/clisp/full/calls.o
|
|
${PLIST.mit-clx}lib/clisp/full/clx.o
|
|
${PLIST.new-clx}lib/clisp/full/clx.o
|
|
${PLIST.pcre}lib/clisp/full/cpcre.o
|
|
${PLIST.fastcgi}lib/clisp/full/fastcgi.o
|
|
${PLIST.fastcgi}lib/clisp/full/fastcgi_wrappers.o
|
|
lib/clisp/full/gettext.o
|
|
${PLIST.gdbm}lib/clisp/full/gdbm.o
|
|
${PLIST.gtk2}lib/clisp/full/gtk.o
|
|
lib/clisp/full/libnoreadline.a
|
|
lib/clisp/full/lisp.a
|
|
lib/clisp/full/lisp.run
|
|
lib/clisp/full/lispinit.mem
|
|
lib/clisp/full/localcharset.o
|
|
lib/clisp/full/makevars
|
|
lib/clisp/full/modules.h
|
|
lib/clisp/full/modules.o
|
|
${PLIST.pgsql}lib/clisp/full/postgresql.o
|
|
${PLIST.rawsock}lib/clisp/full/rawsock.o
|
|
lib/clisp/full/readline.o
|
|
lib/clisp/full/regexi.o
|
|
lib/clisp/full/regexp.dvi
|
|
lib/clisp/full/uniname.o
|
|
lib/clisp/full/width.o
|
|
${PLIST.wildcard}lib/clisp/full/wildcard.dvi
|
|
${PLIST.wildcard}lib/clisp/full/wildcard.o
|
|
${PLIST.zlib}lib/clisp/full/zlib.o
|
|
lib/clisp/linkkit/clisp.h
|
|
lib/clisp/linkkit/modprep.lisp
|
|
lib/clisp/linkkit/modules.c
|
|
man/man1/clisp.1
|
|
share/aclocal/clisp.m4
|
|
share/clisp/emacs/clhs.el
|
|
share/clisp/emacs/clisp-coding.el
|
|
share/clisp/emacs/clisp-ffi.el
|
|
share/clisp/emacs/clisp-indent.el
|
|
share/clisp/emacs/clisp-indent.lisp
|
|
share/clisp/vim/lisp.vim
|
|
share/doc/clisp/ANNOUNCE
|
|
share/doc/clisp/CLOS-guide.txt
|
|
share/doc/clisp/COPYRIGHT
|
|
share/doc/clisp/GNU-GPL
|
|
share/doc/clisp/LISP-tutorial.txt
|
|
share/doc/clisp/MAGIC.add
|
|
share/doc/clisp/NEWS
|
|
share/doc/clisp/README
|
|
share/doc/clisp/README.de
|
|
share/doc/clisp/README.es
|
|
share/doc/clisp/SUMMARY
|
|
share/doc/clisp/clisp.1
|
|
share/doc/clisp/clisp.dvi
|
|
share/doc/clisp/clisp.html
|
|
share/doc/clisp/clisp.pdf
|
|
share/doc/clisp/clisp.png
|
|
share/doc/clisp/clisp.ps
|
|
share/doc/clisp/impnotes.css
|
|
share/doc/clisp/impnotes.html
|
|
share/locale/da/LC_MESSAGES/clisp.mo
|
|
share/locale/da/LC_MESSAGES/clisplow.mo
|
|
share/locale/de/LC_MESSAGES/clisp.mo
|
|
share/locale/de/LC_MESSAGES/clisplow.mo
|
|
share/locale/en/LC_MESSAGES/clisp.mo
|
|
share/locale/en/LC_MESSAGES/clisplow.mo
|
|
share/locale/es/LC_MESSAGES/clisp.mo
|
|
share/locale/es/LC_MESSAGES/clisplow.mo
|
|
share/locale/fr/LC_MESSAGES/clisp.mo
|
|
share/locale/fr/LC_MESSAGES/clisplow.mo
|
|
share/locale/nl/LC_MESSAGES/clisp.mo
|
|
share/locale/nl/LC_MESSAGES/clisplow.mo
|
|
share/locale/ru/LC_MESSAGES/clisp.mo
|
|
share/locale/ru/LC_MESSAGES/clisplow.mo
|