pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/librep update to librep 0.17, mostly from a patch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c69c5b955545
branches:  trunk
changeset: 480302:c69c5b955545
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun Sep 05 16:59:28 2004 +0000

description:
update to librep 0.17, mostly from a patch by Tobias Nygren in
PR 26837, plus some pkglinting. Also, change maintainer to tech-pkg
since I haven't run sawfish in years.

0.17
====

   * Added `rep.ffi' module (Foreign Function Interface). Uses gcc's
     libffi. Very untested.

   * Partial implementation of guile's `GH' interface.

   * Bug fixes:

        - Don't hang in select for a second when starting processes via
          the `system' function (race condition that only seems to show
          up on Linux 2.6 kernels)

        - Miscellaneous fixes for Mac OS X.

        - Don't return a reversed list of items from the XML parser.
          (Alexander V. Nikolaev)

        - Fixes to string capitalization functions. (Charles Stewart)

diffstat:

 lang/librep/Makefile         |   11 +-
 lang/librep/PLIST            |  586 +++++++++++++++++++++---------------------
 lang/librep/buildlink3.mk    |    4 +-
 lang/librep/distinfo         |    7 +-
 lang/librep/patches/patch-aa |   22 -
 5 files changed, 303 insertions(+), 327 deletions(-)

diffs (truncated from 694 to 300 lines):

diff -r f00267994746 -r c69c5b955545 lang/librep/Makefile
--- a/lang/librep/Makefile      Sun Sep 05 16:49:03 2004 +0000
+++ b/lang/librep/Makefile      Sun Sep 05 16:59:28 2004 +0000
@@ -1,19 +1,14 @@
-# $NetBSD: Makefile,v 1.36 2004/03/02 13:54:03 seb Exp $
+# $NetBSD: Makefile,v 1.37 2004/09/05 16:59:28 danw Exp $
 #
 
-DISTNAME=              librep-${REP_VERS}
-REP_VERS=              0.16.1
-#PKGREVISION=          3
-PKGREVISION=           1
+DISTNAME=              librep-0.17
 CATEGORIES=            lang devel
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=librep/}
 
-MAINTAINER=            danw%NetBSD.org@localhost
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE=              http://librep.sourceforge.net/
 COMMENT=               Emacs Lisp-like runtime library, interpreter, compiler and VM
 
-DEPENDS+=              libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base
-
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
 USE_GNU_READLINE=      # uses rl_basic_quote_characters
diff -r f00267994746 -r c69c5b955545 lang/librep/PLIST
--- a/lang/librep/PLIST Sun Sep 05 16:49:03 2004 +0000
+++ b/lang/librep/PLIST Sun Sep 05 16:59:28 2004 +0000
@@ -1,312 +1,316 @@
-@comment $NetBSD: PLIST,v 1.6 2004/03/02 14:01:38 seb Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/09/05 16:59:28 danw Exp $
 bin/rep
 bin/rep-config
 bin/rep-remote
 bin/rep-xgettext
 bin/repdoc
 include/rep.h
+include/rep_gh.h
 include/rep_lisp.h
 include/rep_regexp.h
 include/rep_subrs.h
 lib/librep.a
 lib/librep.la
 lib/librep.so
-lib/librep.so.12
-lib/librep.so.12.0
+lib/librep.so.13
+lib/librep.so.13.0
 libexec/rep/${MACHINE_GNU_PLATFORM}/install-aliases
 libexec/rep/${MACHINE_GNU_PLATFORM}/libtool
 libexec/rep/${MACHINE_GNU_PLATFORM}/rep_config.h
 libexec/rep/${MACHINE_GNU_PLATFORM}/rules.mk
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/DOC
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/emulate-gnu-tar
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/gdbm.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/gdbm.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/gdbm.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/gettext.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/gettext.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/gettext.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/readline.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/readline.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/readline.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/data/tables.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/data/tables.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/data/tables.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/i18n/gettext.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/i18n/gettext.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/i18n/gettext.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/db/gdbm.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/db/gdbm.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/db/gdbm.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/db/sdbm.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/db/sdbm.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/db/sdbm.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/readline.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/readline.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/readline.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/sockets.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/sockets.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/sockets.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/timers.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/timers.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/io/timers.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/lang/record-profile.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/lang/record-profile.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/lang/record-profile.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/util/md5.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/util/md5.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/util/md5.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/vm/safe-interpreter.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/vm/safe-interpreter.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/rep/vm/safe-interpreter.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/sdbm.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/sdbm.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/sdbm.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/tables.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/tables.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/tables.so
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/timers.la
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/timers.a
-libexec/rep/${REP_VERS}/${MACHINE_GNU_PLATFORM}/timers.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/doc-strings
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/emulate-gnu-tar
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gdbm.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gdbm.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gdbm.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gettext.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gettext.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gettext.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/readline.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/readline.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/readline.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/data/tables.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/data/tables.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/data/tables.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/ffi.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/ffi.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/ffi.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/i18n/gettext.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/i18n/gettext.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/i18n/gettext.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/db/gdbm.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/db/gdbm.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/db/gdbm.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/db/sdbm.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/db/sdbm.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/db/sdbm.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/readline.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/readline.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/readline.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/sockets.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/sockets.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/sockets.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/timers.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/timers.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/io/timers.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/lang/record-profile.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/lang/record-profile.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/lang/record-profile.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/util/md5.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/util/md5.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/util/md5.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/vm/safe-interpreter.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/vm/safe-interpreter.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rep/vm/safe-interpreter.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sdbm.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sdbm.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/sdbm.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/tables.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/tables.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/tables.so
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/timers.la
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/timers.a
+libexec/rep/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/timers.so
 share/aclocal/rep.m4
 share/emacs/site-lisp/rep-debugger.el
-share/rep/${REP_VERS}/lisp/cgi-get.jl
-share/rep/${REP_VERS}/lisp/cgi-get.jlc
-share/rep/${REP_VERS}/lisp/compiler.jl
-share/rep/${REP_VERS}/lisp/compiler.jlc
-share/rep/${REP_VERS}/lisp/date.jl
-share/rep/${REP_VERS}/lisp/date.jlc
-share/rep/${REP_VERS}/lisp/disassembler.jl
-share/rep/${REP_VERS}/lisp/disassembler.jlc
-share/rep/${REP_VERS}/lisp/gaol.jl
-share/rep/${REP_VERS}/lisp/gaol.jlc
-share/rep/${REP_VERS}/lisp/lisp-doc.jl
-share/rep/${REP_VERS}/lisp/lisp-doc.jlc
-share/rep/${REP_VERS}/lisp/mailaddr.jl
-share/rep/${REP_VERS}/lisp/mailaddr.jlc
-share/rep/${REP_VERS}/lisp/memoize.jl
-share/rep/${REP_VERS}/lisp/memoize.jlc
-share/rep/${REP_VERS}/lisp/mutex.jl
-share/rep/${REP_VERS}/lisp/mutex.jlc
-share/rep/${REP_VERS}/lisp/queues.jl
-share/rep/${REP_VERS}/lisp/queues.jlc
-share/rep/${REP_VERS}/lisp/records.jl
-share/rep/${REP_VERS}/lisp/records.jlc
-share/rep/${REP_VERS}/lisp/remote-ftp.jl
-share/rep/${REP_VERS}/lisp/remote-ftp.jlc
-share/rep/${REP_VERS}/lisp/remote-rep.jl
-share/rep/${REP_VERS}/lisp/remote-rep.jlc
-share/rep/${REP_VERS}/lisp/rep.jl
-share/rep/${REP_VERS}/lisp/rep.jlc
-share/rep/${REP_VERS}/lisp/rep/data.jl
-share/rep/${REP_VERS}/lisp/rep/data.jlc
-share/rep/${REP_VERS}/lisp/rep/data/objects.jl
-share/rep/${REP_VERS}/lisp/rep/data/objects.jlc
-share/rep/${REP_VERS}/lisp/rep/data/queues.jl
-share/rep/${REP_VERS}/lisp/rep/data/queues.jlc
-share/rep/${REP_VERS}/lisp/rep/data/records.jl
-share/rep/${REP_VERS}/lisp/rep/data/records.jlc
-share/rep/${REP_VERS}/lisp/rep/data/ring.jl
-share/rep/${REP_VERS}/lisp/rep/data/ring.jlc
-share/rep/${REP_VERS}/lisp/rep/data/sort.jl
-share/rep/${REP_VERS}/lisp/rep/data/sort.jlc
-share/rep/${REP_VERS}/lisp/rep/data/string-util.jl
-share/rep/${REP_VERS}/lisp/rep/data/string-util.jlc
-share/rep/${REP_VERS}/lisp/rep/data/symbol-table.jl
-share/rep/${REP_VERS}/lisp/rep/data/symbol-table.jlc
-share/rep/${REP_VERS}/lisp/rep/data/trie.jl
-share/rep/${REP_VERS}/lisp/rep/data/trie.jlc
-share/rep/${REP_VERS}/lisp/rep/i18n/xgettext.jl
-share/rep/${REP_VERS}/lisp/rep/i18n/xgettext.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/ftp.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/ftp.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/rcp.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/rcp.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/rep.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/rep.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/utils.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/remote/utils.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/tar.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/tar.jlc
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/tilde.jl
-share/rep/${REP_VERS}/lisp/rep/io/file-handlers/tilde.jlc
-share/rep/${REP_VERS}/lisp/rep/io/files.jl
-share/rep/${REP_VERS}/lisp/rep/io/files.jlc
-share/rep/${REP_VERS}/lisp/rep/io/streams.jl
-share/rep/${REP_VERS}/lisp/rep/io/streams.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/backquote.jl
-share/rep/${REP_VERS}/lisp/rep/lang/backquote.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/compat-doc.jl
-share/rep/${REP_VERS}/lisp/rep/lang/compat-doc.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/debugger.jl
-share/rep/${REP_VERS}/lisp/rep/lang/debugger.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/define.jl
-share/rep/${REP_VERS}/lisp/rep/lang/define.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/doc.jl
-share/rep/${REP_VERS}/lisp/rep/lang/doc.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/error-helper.jl
-share/rep/${REP_VERS}/lisp/rep/lang/error-helper.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/interpreter.jl
-share/rep/${REP_VERS}/lisp/rep/lang/interpreter.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/math.jl
-share/rep/${REP_VERS}/lisp/rep/lang/math.jlc
-share/rep/${REP_VERS}/lisp/rep/lang/profiler.jl
-share/rep/${REP_VERS}/lisp/rep/lang/profiler.jlc
-share/rep/${REP_VERS}/lisp/rep/mail/addr.jl
-share/rep/${REP_VERS}/lisp/rep/mail/addr.jlc
-share/rep/${REP_VERS}/lisp/rep/module-system.jl
-share/rep/${REP_VERS}/lisp/rep/module-system.jlc
-share/rep/${REP_VERS}/lisp/rep/net/domain-name.jl
-share/rep/${REP_VERS}/lisp/rep/net/domain-name.jlc
-share/rep/${REP_VERS}/lisp/rep/net/rpc.jl
-share/rep/${REP_VERS}/lisp/rep/net/rpc.jlc
-share/rep/${REP_VERS}/lisp/rep/regexp.jl
-share/rep/${REP_VERS}/lisp/rep/regexp.jlc
-share/rep/${REP_VERS}/lisp/rep/structures.jl
-share/rep/${REP_VERS}/lisp/rep/structures.jlc
-share/rep/${REP_VERS}/lisp/rep/system.jl
-share/rep/${REP_VERS}/lisp/rep/system.jlc
-share/rep/${REP_VERS}/lisp/rep/system/environ.jl
-share/rep/${REP_VERS}/lisp/rep/system/environ.jlc
-share/rep/${REP_VERS}/lisp/rep/system/pwd-prompt.jl
-share/rep/${REP_VERS}/lisp/rep/system/pwd-prompt.jlc
-share/rep/${REP_VERS}/lisp/rep/test/autoload.jl
-share/rep/${REP_VERS}/lisp/rep/test/data.jl
-share/rep/${REP_VERS}/lisp/rep/test/data.jlc
-share/rep/${REP_VERS}/lisp/rep/test/framework.jl
-share/rep/${REP_VERS}/lisp/rep/test/framework.jlc
-share/rep/${REP_VERS}/lisp/rep/threads/condition-variable.jl
-share/rep/${REP_VERS}/lisp/rep/threads/condition-variable.jlc
-share/rep/${REP_VERS}/lisp/rep/threads/message-port.jl
-share/rep/${REP_VERS}/lisp/rep/threads/message-port.jlc
-share/rep/${REP_VERS}/lisp/rep/threads/mutex.jl
-share/rep/${REP_VERS}/lisp/rep/threads/mutex.jlc
-share/rep/${REP_VERS}/lisp/rep/threads/proxy.jl
-share/rep/${REP_VERS}/lisp/rep/threads/proxy.jlc
-share/rep/${REP_VERS}/lisp/rep/threads/utils.jl
-share/rep/${REP_VERS}/lisp/rep/threads/utils.jlc
-share/rep/${REP_VERS}/lisp/rep/user.jl
-share/rep/${REP_VERS}/lisp/rep/user.jlc
-share/rep/${REP_VERS}/lisp/rep/util/autoloader.jl
-share/rep/${REP_VERS}/lisp/rep/util/autoloader.jlc
-share/rep/${REP_VERS}/lisp/rep/util/base64.jl
-share/rep/${REP_VERS}/lisp/rep/util/base64.jlc
-share/rep/${REP_VERS}/lisp/rep/util/date.jl
-share/rep/${REP_VERS}/lisp/rep/util/date.jlc
-share/rep/${REP_VERS}/lisp/rep/util/gaol.jl
-share/rep/${REP_VERS}/lisp/rep/util/gaol.jlc
-share/rep/${REP_VERS}/lisp/rep/util/ispell.jl
-share/rep/${REP_VERS}/lisp/rep/util/ispell.jlc
-share/rep/${REP_VERS}/lisp/rep/util/memoize.jl
-share/rep/${REP_VERS}/lisp/rep/util/memoize.jlc
-share/rep/${REP_VERS}/lisp/rep/util/repl.jl
-share/rep/${REP_VERS}/lisp/rep/util/repl.jlc
-share/rep/${REP_VERS}/lisp/rep/util/time.jl
-share/rep/${REP_VERS}/lisp/rep/util/time.jlc
-share/rep/${REP_VERS}/lisp/rep/vm/assembler.jl
-share/rep/${REP_VERS}/lisp/rep/vm/assembler.jlc
-share/rep/${REP_VERS}/lisp/rep/vm/bytecode-defs.jl
-share/rep/${REP_VERS}/lisp/rep/vm/bytecode-defs.jlc
-share/rep/${REP_VERS}/lisp/rep/vm/bytecodes.jl



Home | Main Index | Thread Index | Old Index