Short: CLISP release 30.5.96 construction kit Author: Joerg.Hoehle@gmd.de Uploader: Joerg.Hoehle@gmd.de Type: dev/lang Requires: OS 2.04 or newer, 68020+, GNU linker (ld) This archive contains a link kit with which to build an extended CLISP containing your own C (or whatever language) functions. This archive corresponds to the -high version of Amiga-CLISP (i.e. 68020 or better, addresses upto 0x7fffffff). It is the only distributed binary archive that contains the standard CLISP FFI (which is different from the AFFI common to all Amiga versions). The FFI is huge but more powerful than the AFFI. It can call arbitrary C functions. It allows callbacks (not yet with parameters in registers) foreign structure and type definitions. It is documented in FOREIGN.TXT. However, its support for calling Amiga shared library functions is incomplete. Therefore FOREIGN.D and FOREIGN1.(LSP|FAS) are provided as well for reference purposes and extensions. Extending CLISP is done by adding another module definition in MODULES.H (a line saying MODULE()) and building a new LISP.RUN binary. An interesting feature of modules is that an old image file generated by a LISP.RUN without a given module is accepted by an extended LISP.RUN. Thus, you can use the supplied LISPINIT.MEM file even after building a LISP.RUN that contains QUEENS. The GNU linker (ld) is required to build an own lisp.run binary from the supplied link libraries. GCC is required for adding compiling modules. After extracting the archive and setting a large stack, make -f Makefile.kit KITOBJECTS= lisp.run will generate an executable containing no additional module, as the initial MODULES.H only contains the line MODULE(affi) The lisp.run I then generate is 694448 bytes in size (not stripped). QUEENS is provided as a module demo. It's module interface (QUEENS-FFI.C) is generated by compiling QUEENS-FFI.LSP. lisp.run -M lispinit.mem -c queens-ffi.lsp Add a line saying MODULE(queens_ffi) to MODULES.H. If "make -f Makefile.kit" works, after (LOAD "queens-ffi"), (FFI-DEMOS::QUEENS 8) will return 92. Note that CLISP has been built with my tiny startup code and without any standard C library stdio or malloc() functions, so if you need them you may run into trouble as they may not be initialized when CLISP's main() is entered. Note that this CLISP has been compiled with Gcc-2.5.8 using the non-reentrant static struct return convention whereas newer Gcc-2.7.2 have finally been switched to stack struct return (like Gcc-2.3.3). This will cause problems with struct return types or arguments (but not with pointers to structures). ============================= Archive contents ============================= Original Packed Ratio Date Time Name -------- ------- ----- --------- -------- ------------- 13217 4921 62.7% 12-Aug-96 10:10:42 affi.txt 423 207 51.0% 12-Aug-96 20:28:48 affi.txt.info 3222 1475 54.2% 15-Apr-96 16:24:04 ANNOUNCE 58128 21682 62.6% 30-May-96 03:23:06 CHANGES.LOG 463 216 53.3% 12-Aug-96 20:16:32 CHANGES.LOG.info 5600 2310 58.7% 12-Aug-96 19:20:52 clisp.1 9019 2861 68.2% 12-Aug-96 19:21:30 clisp.html 6085 2352 61.3% 13-Aug-96 19:49:22 clisp.man 447 234 47.6% 12-Aug-96 20:28:36 clisp.man.info 14813 5349 63.8% 15-Apr-96 16:24:36 CLOS-guide.txt 14291 3806 73.3% 15-Apr-96 16:24:38 cltl2.txt 3883 1843 52.5% 15-Apr-96 16:24:06 COPYRIGHT 18087 6985 61.3% 15-Apr-96 16:24:06 GNU-GPL 72561 25566 64.7% 23-Jul-96 12:15:06 impnotes.txt 423 207 51.0% 12-Aug-96 20:28:48 impnotes.txt.info 13586 4876 64.1% 14-Aug-96 22:50:08 INSTALL 30378 11501 62.1% 15-Apr-96 16:24:36 LISP-tutorial.txt 463 216 53.3% 12-Aug-96 20:16:32 LISP-tutorial.txt.info 283 239 15.5% 14-Aug-96 23:46:02 lispinit.mem.info 42629 15829 62.8% 30-May-96 03:23:22 NEWS 5758 2635 54.2% 12-Aug-96 19:23:50 README 10367 4568 55.9% 13-Aug-96 01:08:06 README.Amiga 6301 2981 52.6% 12-Aug-96 19:23:28 README.de 463 239 48.3% 12-Aug-96 20:29:02 README.de.info 463 240 48.1% 12-Aug-96 20:29:10 README.info 1448 865 40.2% 14-Aug-96 20:18:16 TODO 2537 1179 53.5% 24-Jul-96 09:47:10 config.lsp 73895 7720 89.5% 15-Apr-96 16:30:42 timezone.lsp 1423 413 70.9% 08-Aug-96 10:32:22 +amigaguide.affi 1508 616 59.1% 08-Aug-96 08:37:56 +asl-load.fas 1431 605 57.7% 08-Aug-96 08:37:36 +asl-load.lsp 431 188 56.3% 22-Jul-96 21:02:56 +asl.affi 8445 1843 78.1% 06-Aug-96 01:09:28 +dos.affi 6200 1411 77.2% 24-Aug-95 02:18:26 +exec.affi 9607 1973 79.4% 08-Aug-96 10:29:06 +graphics.affi 8080 1637 79.7% 22-Jul-96 21:01:22 +intuition.affi 7057 2385 66.2% 12-Aug-96 10:08:54 +read-fd.fas 6244 2256 63.8% 12-Aug-96 10:08:38 +read-fd.lsp 2433 624 74.3% 22-Jul-96 21:02:08 +utility.affi 9772 2527 74.1% 13-Aug-96 00:52:38 +window.fas 5972 2078 65.2% 13-Aug-96 00:52:18 +window.lsp 16857 5852 65.2% 15-Apr-96 16:24:38 extend.txt 22859 6934 69.6% 15-Apr-96 16:24:38 foreign.txt 4043 1439 64.4% 15-Apr-96 16:24:40 module.txt 68881 20763 69.8% 17-May-96 06:43:58 +acgeneral.m4 31560 8530 72.9% 19-Apr-96 00:24:02 +aclocal.m4 4044 1159 71.3% 15-Apr-96 16:25:26 +acoldnames.m4 59394 19871 66.5% 15-Apr-96 16:25:26 +acspecific.m4 4539 2076 54.2% 15-Apr-96 16:25:26 +autoconf 1165 608 47.8% 15-Apr-96 16:25:28 +autoconf.m4 17179 5690 66.8% 15-Apr-96 16:25:28 +config.guess 18062 5754 68.1% 15-Apr-96 16:25:30 +config.sub 5998 2101 64.9% 15-Apr-96 16:25:34 +avcall-alpha.c 3421 1008 70.5% 15-Apr-96 16:25:34 +avcall-alpha.s 4837 1961 59.4% 15-Apr-96 16:25:40 +avcall-i386.c 2440 729 70.1% 15-Apr-96 16:25:38 +avcall-i386.S 5396 2122 60.6% 15-Apr-96 16:25:42 +avcall-m68k-amiga-orig.c 1211 447 63.0% 15-Apr-96 16:25:40 +avcall-m68k-amiga-swap 5374 2101 60.9% 20-Jun-96 23:04:44 +avcall-m68k-amiga.c 2372 752 68.2% 20-Jun-96 23:05:10 +avcall-m68k-amiga.s 4184 1682 59.7% 15-Apr-96 16:25:42 +avcall-m68k-std.c 2124 644 69.6% 15-Apr-96 16:25:44 +avcall-m68k-std.s 4220 1698 59.7% 21-Jun-96 00:02:18 +avcall-m68k-test.c 563 424 24.6% 04-Jul-96 00:46:56 +avcall-m68k.o 4912 2011 59.0% 15-Apr-96 16:25:46 +avcall-mips.c 4761 1267 73.3% 15-Apr-96 16:25:46 +avcall-mips.s 6585 2546 61.3% 15-Apr-96 16:25:50 +avcall-sparc.c 3258 996 69.4% 15-Apr-96 16:25:48 +avcall-sparc.S 7753 3269 57.8% 15-Apr-96 16:25:50 +avcall.3 32057 6752 78.9% 04-Jul-96 00:41:18 +avcall.h 31934 6729 78.9% 15-Apr-96 16:25:50 +avcall.h.in 9678 3686 61.9% 15-Apr-96 16:25:52 +avcall.html 10930 3773 65.4% 15-Apr-96 16:25:52 +avcall.man 563 424 24.6% 04-Jul-96 00:46:56 +avcall.o 127 95 25.1% 12-Jun-96 21:55:24 +config.log 6205 2120 65.8% 12-Jun-96 21:55:10 +config.status 41280 11829 71.3% 12-Jun-96 21:20:04 +configure 383 248 35.2% 15-Apr-96 16:25:52 +configure.in 18087 6985 61.3% 15-Apr-96 16:25:30 +COPYING 6138 2747 55.2% 15-Apr-96 16:25:32 +DOC 2394 1183 50.5% 20-Jun-96 23:06:48 +libavcall.a 3843 1132 70.5% 12-Jun-96 22:16:30 +Makefile 4097 898 78.0% 15-Apr-96 16:25:32 +Makefile.devel 3768 1085 71.2% 15-Apr-96 16:25:32 +Makefile.in 1163 482 58.5% 15-Apr-96 16:25:32 +PLATFORMS 1556 818 47.4% 15-Apr-96 16:25:32 +README 643 264 58.9% 15-Apr-96 16:25:54 +reg-struct-return 831 458 44.8% 15-Apr-96 16:25:54 +structcpy.c 1585 699 55.8% 12-Jun-96 22:16:48 +structcpy.o 54112 20749 61.6% 20-Jun-96 23:06:54 +tests 19720 4898 75.1% 12-Jun-96 22:31:00 +tests.c 2474 496 79.9% 20-Jun-96 23:06:56 +tests.out 0 0 0.0% 15-Apr-96 16:25:58 +alpha-dec-osf3.0-cc 0 0 0.0% 15-Apr-96 16:26:00 +alpha-dec-osf3.0-gcc 0 0 0.0% 15-Apr-96 16:26:00 +hppa1.0-hp-hpux8.00-c89 0 0 0.0% 15-Apr-96 16:26:00 +hppa1.0-hp-hpux8.00-cc 0 0 0.0% 15-Apr-96 16:26:02 +hppa1.0-hp-hpux8.00-cc-Aa 158 92 41.7% 15-Apr-96 16:26:02 +hppa1.0-hp-hpux8.00-gcc252 256 121 52.7% 15-Apr-96 16:26:02 +hppa1.0-hp-hpux8.00-gcc263 0 0 0.0% 15-Apr-96 16:26:04 +i386-unknown-sysv4.0-gcc 0 0 0.0% 15-Apr-96 16:26:04 +i386-unknown-sysv4.0-usr_bin_c 0 0 0.0% 15-Apr-96 16:26:04 +i386-unknown-sysv4.0-usr_ucb_c 0 0 0.0% 15-Apr-96 16:26:06 +i486-unknown-linux-gcc 0 0 0.0% 15-Apr-96 16:26:06 +i486-unknown-sco3.2v4.2-cc-Of 0 0 0.0% 15-Apr-96 16:26:08 +i486-unknown-sco3.2v4.2-cc-Of- 0 0 0.0% 15-Apr-96 16:26:08 +i486-unknown-sco3.2v4.2-gcc 0 0 0.0% 20-Jun-96 23:06:34 +m68k-cbm-amigados 0 0 0.0% 15-Apr-96 16:26:10 +mips-sgi-irix4.0.5H-cc-ansi 0 0 0.0% 15-Apr-96 16:26:10 +mips-sgi-irix4.0.5H-cc-cckr 0 0 0.0% 15-Apr-96 16:26:08 +mips-sgi-irix4.0.5H-cc-D__STDC 0 0 0.0% 15-Apr-96 16:26:10 +mips-sgi-irix4.0.5H-gcc-fpcc-s 0 0 0.0% 15-Apr-96 16:26:10 +mips-sgi-irix4.0.5H-gcc-freg-s 0 0 0.0% 15-Apr-96 16:26:12 +mips-sgi-irix5.2-gcc 0 0 0.0% 15-Apr-96 16:26:12 +rs6000-ibm-aix3.2.5-c89 0 0 0.0% 15-Apr-96 16:26:12 +rs6000-ibm-aix3.2.5-cc 0 0 0.0% 15-Apr-96 16:26:12 +rs6000-ibm-aix3.2.5-gcc 0 0 0.0% 15-Apr-96 16:26:14 +rs6000-ibm-aix3.2.5-xlc 0 0 0.0% 15-Apr-96 16:26:14 +sparc-sun-sunos4.1.1-cc 0 0 0.0% 15-Apr-96 16:26:14 +sparc-sun-sunos4.1.1-gcc 167 87 47.9% 15-Apr-96 16:25:56 +underscore.h 3431 1036 69.8% 12-Jun-96 21:54:56 +config.cache 127 95 25.1% 12-Jun-96 21:59:32 +config.log 3797 1445 61.9% 12-Jun-96 21:54:08 +config.status 3020 968 67.9% 15-Apr-96 16:26:16 +alpha-dec-osf3.0-cc 4095 1166 71.5% 15-Apr-96 16:26:16 +hppa1.0-hp-hpux8.00-c89 4116 1168 71.6% 15-Apr-96 16:26:18 +hppa1.0-hp-hpux8.00-cc 2600 908 65.0% 15-Apr-96 16:26:18 +hppa1.0-hp-hpux8.00-cc-Aa 2755 935 66.0% 15-Apr-96 16:26:18 +hppa1.0-hp-hpux8.00-gcc 4445 1233 72.2% 15-Apr-96 16:26:18 +i386-unknown-sysv4.0-gcc 4369 1209 72.3% 15-Apr-96 16:26:20 +i386-unknown-sysv4.0-usr_bin_c 4519 1227 72.8% 15-Apr-96 16:26:20 +i386-unknown-sysv4.0-usr_ucb_c 4778 1289 73.0% 15-Apr-96 16:26:20 +i486-unknown-linux-gcc 3777 1122 70.2% 15-Apr-96 16:26:22 +i486-unknown-sco3.2v4.2-cc-Of 3786 1125 70.2% 15-Apr-96 16:26:22 +i486-unknown-sco3.2v4.2-cc-Of- 3865 1155 70.1% 15-Apr-96 16:26:22 +i486-unknown-sco3.2v4.2-gcc 3770 1117 70.3% 15-Apr-96 16:26:22 +i486-unknown-sco3.2v4.2-rcc 3431 1036 69.8% 12-Jun-96 21:54:56 +m68k-cbm-amigados-gcc258 1394 633 54.5% 15-Apr-96 16:26:22 +m68k-next-nextstep3-cc 4044 1141 71.7% 15-Apr-96 16:26:24 +mips-sgi-irix4.0.5H-cc-ansi 4069 1147 71.8% 15-Apr-96 16:26:24 +mips-sgi-irix4.0.5H-cc-cckr 4057 1151 71.6% 15-Apr-96 16:26:24 +mips-sgi-irix4.0.5H-cc-D__STDC 4146 1167 71.8% 15-Apr-96 16:26:26 +mips-sgi-irix4.0.5H-gcc-fpcc-s 4147 1169 71.8% 15-Apr-96 16:26:26 +mips-sgi-irix4.0.5H-gcc-freg-s 4000 1174 70.6% 15-Apr-96 16:26:26 +mips-sgi-irix4.0.5H-gcc-tradit 259 184 28.9% 15-Apr-96 16:26:16 +README 4306 1219 71.6% 15-Apr-96 16:26:28 +rs6000-ibm-aix3.2.5-c89 2839 954 66.3% 15-Apr-96 16:26:28 +rs6000-ibm-aix3.2.5-cc 4536 1261 72.2% 15-Apr-96 16:26:28 +rs6000-ibm-aix3.2.5-gcc 4306 1217 71.7% 15-Apr-96 16:26:30 +rs6000-ibm-aix3.2.5-xlc 2879 958 66.7% 15-Apr-96 16:26:30 +sparc-sun-sunos4.1.1-cc 2950 969 67.1% 15-Apr-96 16:26:30 +sparc-sun-sunos4.1.1-gcc 28570 8417 70.5% 12-Jun-96 21:05:06 +configure 437 276 36.8% 15-Apr-96 16:25:22 +configure.in 18087 6985 61.3% 15-Apr-96 16:25:20 +COPYING 561 253 54.9% 15-Apr-96 16:25:24 +list 1731 452 73.8% 12-Jun-96 21:54:14 +Makefile 1508 600 60.2% 15-Apr-96 16:25:20 +Makefile.devel 1014 357 64.7% 15-Apr-96 16:25:20 +Makefile.in 665 312 53.0% 15-Apr-96 16:25:22 +PLATFORMS 1447 678 53.1% 15-Apr-96 16:25:22 +README 988 494 50.0% 15-Apr-96 16:26:36 +cache-hppa.c 614 329 46.4% 15-Apr-96 16:26:38 +cache-hppa.s 4562 1736 61.9% 15-Apr-96 16:26:38 +cache.c 4476 1307 70.7% 12-Jun-96 21:59:30 +config.h 4170 1243 70.1% 15-Apr-96 16:26:40 +config.h.in 127 95 25.1% 12-Jun-96 21:59:32 +config.log 9568 2616 72.6% 12-Jun-96 21:59:04 +config.status 87703 18822 78.5% 12-Jun-96 21:21:00 +configure 900 479 46.7% 15-Apr-96 16:26:40 +configure.in 18087 6985 61.3% 15-Apr-96 16:26:32 +COPYING 15126 6300 58.3% 25-Jun-96 00:05:02 +libtrampoline.a 3214 940 70.7% 24-Jun-96 23:40:58 +Makefile 2289 625 72.6% 15-Apr-96 16:26:32 +Makefile.devel 3129 882 71.8% 15-Apr-96 16:26:32 +Makefile.in 484 263 45.6% 15-Apr-96 16:26:32 +PLATFORMS 3588 1486 58.5% 15-Apr-96 16:26:34 +PORTING 3736 1570 57.9% 15-Apr-96 16:26:40 +protexec.c 716 330 53.9% 15-Apr-96 16:26:42 +proto-alpha.s 945 443 53.1% 15-Apr-96 16:26:44 +proto-hppa.s 221 145 34.3% 15-Apr-96 16:26:44 +proto-i386.s 184 131 28.8% 15-Apr-96 16:26:46 +proto-m68k.s 954 489 48.7% 15-Apr-96 16:26:46 +proto-mips.s 475 241 49.2% 15-Apr-96 16:26:46 +proto-sparc.s 598 397 33.6% 15-Apr-96 16:26:48 +proto.c 2204 912 58.6% 15-Apr-96 16:26:34 +README 21892 9316 57.4% 12-Jun-96 23:57:48 +test1 973 570 41.4% 15-Apr-96 16:26:48 +test1.c 22324 9467 57.5% 12-Jun-96 23:57:54 +test2 1112 531 52.2% 15-Apr-96 16:26:48 +test2.c 0 0 0.0% 15-Apr-96 16:27:00 +hppa1.0-hp-hpux8.00-c89 0 0 0.0% 15-Apr-96 16:27:02 +hppa1.0-hp-hpux8.00-cc 0 0 0.0% 15-Apr-96 16:27:02 +i386-unknown-sysv4.0-gcc 0 0 0.0% 15-Apr-96 16:27:02 +i386-unknown-sysv4.0-usr_bin_c 0 0 0.0% 15-Apr-96 16:27:02 +i386-unknown-sysv4.0-usr_ucb_c 0 0 0.0% 15-Apr-96 16:27:02 +i486-unknown-linux-gcc 0 0 0.0% 15-Apr-96 16:27:04 +i486-unknown-sco3.2v4.2-cc 0 0 0.0% 15-Apr-96 16:27:04 +i486-unknown-sco3.2v4.2-cc-Of 0 0 0.0% 15-Apr-96 16:27:04 +i486-unknown-sco3.2v4.2-cc-Of- 0 0 0.0% 15-Apr-96 16:27:06 +i486-unknown-sco3.2v4.2-gcc 0 0 0.0% 15-Apr-96 16:27:06 +i486-unknown-sco3.2v4.2-rcc 0 0 0.0% 12-Jun-96 23:57:54 +m68k-cbm-amigados 0 0 0.0% 15-Apr-96 16:27:08 +mips-sgi-irix4.0.5H-cc-ansi 0 0 0.0% 15-Apr-96 16:27:08 +mips-sgi-irix4.0.5H-cc-cckr 0 0 0.0% 15-Apr-96 16:27:06 +mips-sgi-irix4.0.5H-cc-D__STDC 0 0 0.0% 15-Apr-96 16:27:10 +mips-sgi-irix4.0.5H-gcc-fpcc-s 0 0 0.0% 15-Apr-96 16:27:10 +mips-sgi-irix4.0.5H-gcc-freg-s 0 0 0.0% 15-Apr-96 16:27:10 +rs6000-ibm-aix3.2.5-c89 0 0 0.0% 15-Apr-96 16:27:12 +rs6000-ibm-aix3.2.5-gcc 0 0 0.0% 15-Apr-96 16:27:12 +rs6000-ibm-aix3.2.5-xlc 1024 603 41.1% 15-Apr-96 16:26:48 +tramp-alpha.s 1315 759 42.2% 15-Apr-96 16:26:50 +tramp-hppa.s 481 350 27.2% 15-Apr-96 16:26:52 +tramp-i386.s 464 345 25.6% 15-Apr-96 16:26:52 +tramp-m68k.s 717 463 35.4% 15-Apr-96 16:26:54 +tramp-mips.s 594 388 34.6% 15-Apr-96 16:26:56 +tramp-sparc.s 2220 990 55.4% 15-Apr-96 16:26:56 +trampoline.3 28863 7186 75.1% 25-Jun-96 00:04:24 +trampoline.c 966 425 56.0% 15-Apr-96 16:26:58 +trampoline.h.in 3602 1277 64.5% 15-Apr-96 16:27:00 +trampoline.html 14834 6173 58.3% 25-Jun-96 00:05:00 +trampoline.o 601 383 36.2% 12-Jun-96 21:27:20 +config.h 539 356 33.9% 15-Apr-96 16:27:18 +config.h.in 127 95 25.1% 12-Jun-96 21:56:54 +config.log 6928 2238 67.6% 12-Jun-96 21:56:26 +config.status 45271 12676 71.9% 12-Jun-96 21:20:46 +configure 431 272 36.8% 15-Apr-96 16:27:18 +configure.in 18087 6985 61.3% 15-Apr-96 16:27:14 +COPYING 16408 6885 58.0% 25-Jun-96 00:17:18 +libvacall.a 3997 1181 70.4% 24-Jun-96 22:06:32 +Makefile 3730 814 78.1% 15-Apr-96 16:27:14 +Makefile.devel 3878 1104 71.5% 15-Apr-96 16:27:16 +Makefile.in 2152 923 57.1% 25-Jun-96 00:16:54 +misc.c 13938 5752 58.7% 25-Jun-96 00:17:14 +misc.o 665 312 53.0% 15-Apr-96 16:27:16 +PLATFORMS 1828 809 55.7% 15-Apr-96 16:27:16 +README 643 265 58.7% 15-Apr-96 16:27:20 +reg-struct-return 831 458 44.8% 15-Apr-96 16:27:20 +structcpy.c 1585 699 55.8% 12-Jun-96 22:19:12 +structcpy.o 64748 24704 61.8% 12-Jun-96 22:35:34 +tests 31057 6190 80.0% 15-Apr-96 16:27:22 +tests.c 2474 497 79.9% 12-Jun-96 22:35:36 +tests.out 114 74 35.0% 15-Apr-96 16:27:36 +hppa1.0-hp-hpux8.00-c89 0 0 0.0% 15-Apr-96 16:27:38 +hppa1.0-hp-hpux8.00-cc 114 74 35.0% 15-Apr-96 16:27:38 +hppa1.0-hp-hpux8.00-cc-Aa 100 71 29.0% 15-Apr-96 16:27:38 +hppa1.0-hp-hpux8.00-gcc263 0 0 0.0% 15-Apr-96 16:27:40 +i386-unknown-sysv4.0-gcc 0 0 0.0% 15-Apr-96 16:27:40 +i386-unknown-sysv4.0-usr_bin_c 0 0 0.0% 15-Apr-96 16:27:42 +i386-unknown-sysv4.0-usr_ucb_c 0 0 0.0% 15-Apr-96 16:27:42 +i486-unknown-linux-gcc 0 0 0.0% 15-Apr-96 16:27:42 +i486-unknown-sco3.2v4.2-cc-Of 0 0 0.0% 15-Apr-96 16:27:42 +i486-unknown-sco3.2v4.2-cc-Of- 0 0 0.0% 15-Apr-96 16:27:44 +i486-unknown-sco3.2v4.2-gcc 0 0 0.0% 12-Jun-96 22:35:36 +m68k-cbm-amigados 0 0 0.0% 15-Apr-96 16:27:44 +mips-sgi-irix4.0.5H-cc-ansi 0 0 0.0% 15-Apr-96 16:27:44 +mips-sgi-irix4.0.5H-cc-cckr 0 0 0.0% 15-Apr-96 16:27:44 +mips-sgi-irix4.0.5H-cc-D__STDC 0 0 0.0% 15-Apr-96 16:27:46 +mips-sgi-irix4.0.5H-gcc-fpcc-s 0 0 0.0% 15-Apr-96 16:27:46 +mips-sgi-irix4.0.5H-gcc-freg-s 0 0 0.0% 15-Apr-96 16:27:46 +rs6000-ibm-aix3.2.5-c89 6023 430 92.8% 15-Apr-96 16:27:48 +rs6000-ibm-aix3.2.5-cc 0 0 0.0% 15-Apr-96 16:27:48 +rs6000-ibm-aix3.2.5-gcc 0 0 0.0% 15-Apr-96 16:27:48 +rs6000-ibm-aix3.2.5-xlc 0 0 0.0% 15-Apr-96 16:27:48 +sparc-sun-sunos4.1.1-cc 0 0 0.0% 15-Apr-96 16:27:50 +sparc-sun-sunos4.1.1-gcc 167 87 47.9% 15-Apr-96 16:27:22 +underscore.h 3918 1262 67.7% 15-Apr-96 16:27:22 +vacall-alpha.c 2609 744 71.4% 15-Apr-96 16:27:24 +vacall-alpha.s 8498 1953 77.0% 15-Apr-96 16:27:26 +vacall-hppa.c 4597 1069 76.7% 15-Apr-96 16:27:26 +vacall-hppa.s 3333 1194 64.1% 15-Apr-96 16:27:26 +vacall-i386.c 1588 491 69.0% 15-Apr-96 16:27:26 +vacall-i386.S 2743 956 65.1% 15-Apr-96 16:27:28 +vacall-m68k.c 450 323 28.2% 12-Jun-96 22:18:56 +vacall-m68k.o 1580 522 66.9% 15-Apr-96 16:27:28 +vacall-m68k.s 3001 1082 63.9% 15-Apr-96 16:27:30 +vacall-mips.c 2330 853 63.3% 15-Apr-96 16:27:32 +vacall-mips.s 3858 1337 65.3% 15-Apr-96 16:27:34 +vacall-sparc.c 1775 626 64.7% 15-Apr-96 16:27:34 +vacall-sparc.S 6349 2321 63.4% 15-Apr-96 16:27:34 +vacall.3 29850 6372 78.6% 12-Jun-96 21:56:44 +vacall.h 29722 6341 78.6% 15-Apr-96 16:27:34 +vacall.h.in 9248 2843 69.2% 15-Apr-96 16:27:34 +vacall.html 11200 3007 73.1% 15-Apr-96 16:27:36 +vacall.man 450 323 28.2% 12-Jun-96 22:18:56 +vacall.o 9462 2082 77.9% 23-Aug-96 00:12:40 +asl-ffi.fas 7707 2273 70.5% 23-Aug-96 00:07:20 +asl-ffi.lsp 1619 624 61.4% 23-Aug-96 00:07:20 +ffi-findtask.lsp 159010 29225 81.6% 26-Jul-96 21:35:12 +foreign.d 61024 14506 76.2% 27-Jul-96 01:31:32 +foreign1.fas 49696 10528 78.8% 27-Jul-96 01:28:42 +foreign1.lsp 1861 546 70.6% 15-Apr-96 16:30:20 +modules.d 216 148 31.4% 09-Jul-96 20:23:50 +crt0.o 6392 2735 57.2% 24-Jul-96 02:48:52 +libcclisp.a 5334 2334 56.2% 06-Aug-96 21:20:08 +libtinygcc.a 58601 11937 79.6% 13-Aug-96 22:43:24 clisp.h 66 65 1.5% 20-Aug-96 23:09:42 config.h 2394 1183 50.5% 20-Jun-96 23:06:48 libavcall.a 6392 2735 57.2% 24-Jul-96 02:48:52 libcclisp.a 856102 360015 57.9% 20-Aug-96 22:55:32 libclisp.a 5334 2334 56.2% 06-Aug-96 21:20:08 libtinygcc.a 15126 6300 58.3% 25-Jun-96 00:05:02 libtrampoline.a 16408 6885 58.0% 25-Jun-96 00:17:18 libvacall.a 1312 657 49.9% 23-Aug-96 00:28:26 Makefile.kit 1919 568 70.4% 20-Aug-96 23:50:12 modules.c 13 13 0.0% 13-Jun-96 19:17:16 modules.h 836 276 66.9% 22-Aug-96 22:04:18 modules.o 2796 1364 51.2% 23-Aug-96 01:26:22 README.kit 463 240 48.1% 20-Aug-96 20:47:50 README.kit.info 756636 376442 50.2% 20-Aug-96 23:43:56 lispinit.mem 591 218 63.1% 20-Aug-96 23:45:50 queens-ffi.c 139 110 20.8% 20-Aug-96 23:38:08 queens-ffi.lsp 1783 726 59.2% 20-Aug-96 21:19:32 queens.c -------- ------- ----- --------- -------- 3865816 1418975 63.2% 23-Aug-96 20:51:36 312 files