Commit graph

245 commits

Author SHA1 Message Date
Juan Jose Garcia Ripoll
78fa07fee6 Change the way pathnames are constructed for compiled files. 2012-10-28 10:15:11 +01:00
Juan Jose Garcia Ripoll
dac5ea7f74 Add the location of ECL systems to ASDF. 2012-10-28 10:14:53 +01:00
Juan Jose Garcia Ripoll
319c0b50d1 The monolithic field is no longer used and its accessor collided with the function definition. 2012-10-27 21:24:11 +02:00
Juan Jose Garcia Ripoll
df1aec7c28 ASDF did not register SYS: with the central registry. 2012-10-27 21:21:18 +02:00
Juan Jose Garcia Ripoll
c44265c163 The version of COMPILE-FILE in the bytecodes compiler did not support :EXTERNAL-FORMAT keyword 2012-10-14 11:09:14 +02:00
Juan Jose Garcia Ripoll
af22e44825 Upgraded ASDF and incorporated ASDF-BUNDLE instead of ASDF-ECL 2012-10-12 21:28:34 +02:00
Juan Jose Garcia Ripoll
5f4c7eee93 Coercions needed to compile on Windows with C++ compiler. 2012-08-25 00:24:46 +02:00
Juan Jose Garcia Ripoll
c7faea1db0 Remove debugging code from bytecmp.lsp 2012-08-14 22:31:11 +02:00
Juan Jose Garcia Ripoll
a6147c8af8 Fixed directory for installing quicklisp. 2012-07-24 21:52:49 +02:00
Juan Jose Garcia Ripoll
b06c17717a INSTALL-C-COMPILER is now part of the core, even without loading :CMP 2012-07-22 18:26:03 +02:00
Juan Jose Garcia Ripoll
806646c619 Plug QUICKLISP's QUICKLOAD into REQUIRE 2012-07-22 18:25:45 +02:00
Juan Jose Garcia Ripoll
5d2dcedfe6 Extension "asd" cannot be the first one in *load-hooks*. The reason is that autoloaded modules must directly use the *.fas compiled files, not the ASDF definition, because ASDF does not allow reentrancy (i.e. bordeaux-threads uses documentation which uses autoload and tries to get ecl-help) 2012-07-08 22:21:02 +02:00
Juan Jose Garcia Ripoll
c27d4c34b7 Added a quick path to install quicklisp on any ECL system 2012-07-08 21:38:29 +02:00
Juan Jose Garcia Ripoll
146b06794c Update the name of the stream mode constants in sockets.lisp 2012-07-08 21:19:11 +02:00
Juan Jose Garcia Ripoll
825fc8cbd3 Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
Juan Jose Garcia Ripoll
739f030787 The static library component of a prebuilt system was not properly located. 2012-06-20 21:54:54 +02:00
Juanjo Garcia-Ripoll
69d36f73bd Add and fix the aliases for UCS-2, UCS-4, etc 2012-05-30 16:18:36 +02:00
Juanjo Garcia-Ripoll
92983005ed In the bytecodes compiler, export some symbols which are used in the ANSI test suite 2012-04-18 22:39:30 +02:00
Juan Jose Garcia Ripoll
264cdd8bb3 Upgraded ECL to a newer version 2012-04-14 20:57:26 +02:00
Juan Jose Garcia Ripoll
4358272f91 Corrected the list of aliases of the ISO-8859 character sets. 2012-04-14 20:48:56 +02:00
Juanjo Garcia-Ripoll
fef47c709c ECL-CDB and ECL-CURL still used UTF-8 when not having unicode 2012-02-06 17:06:14 +01:00
Juanjo Garcia-Ripoll
d24682b9fe Moved VECTOR-PUSH-EXTENT into the core because it is needed early in the bytecodes compiler 2012-02-06 17:06:04 +01:00
Juan Jose Garcia Ripoll
b93d32a1a2 In ecl-curl.lisp, work even when Unicode is not available. 2012-02-05 21:06:48 +01:00
Juan Jose Garcia Ripoll
994a6e6770 ECL did not build the help file without unicode 2012-02-05 09:21:47 +01:00
Juan Jose Garcia Ripoll
fcb2699d6f REGISTER-PRE-BUILT-SYSTEM did not "know" that a system name must be a string. 2012-02-02 23:54:19 +01:00
Juan Jose Garcia Ripoll
8ea48c7035 Fixed asdf:component-relative-pathname to allow specifying the file extension in prebuilt files. 2012-01-31 23:03:15 +01:00
Juan Jose Garcia Ripoll
6c0ae0bc58 The total size of each hash table in ECL-CDB was not stored properly 2012-01-06 20:09:26 +01:00
Juan Jose Garcia Ripoll
b7833ee27d Strip out the help file routines into a separate module that also provides the CDB interface (http://cr.yp.to/cdb/cdb.txt) on which the new help file is based. 2012-01-06 19:49:52 +01:00
Juan Jose Garcia Ripoll
24debdf161 Fix additional warnings about unused variables and variables which are assumed global in the compiler. 2011-12-26 17:59:16 +01:00
Juan Jose Garcia Ripoll
7a2d30770b Add IGNORE declarations and remove some unused variables. 2011-12-23 15:38:37 +01:00
Juan Jose Garcia Ripoll
2c0bead95f Eliminate the dependency on quicklisp for unpacking/unzipping files, including quicklisp's minitar and Pierre Mai's deflate. 2011-12-08 11:29:12 +01:00
Juan Jose Garcia Ripoll
e3933f846a New module (ecl-curl) for downloading files via http. 2011-12-06 16:19:51 +01:00
Juan Jose Garcia Ripoll
a0dacd6175 Allow an argument :lisp-files to MAKE-BUILD. 2011-09-09 23:04:31 +02:00
Juan Jose Garcia Ripoll
36225c3cda Add special rules for monolithic-lib-op. 2011-08-10 22:43:47 +02:00
Juan Jose Garcia Ripoll
28b5a96bb4 Upgraded ASDF 2011-08-01 21:58:32 +02:00
Juan Jose Garcia Ripoll
281572fc10 Appropriate copyright for asdf-ecl.lisp 2011-08-01 21:27:11 +02:00
Juan Jose Garcia Ripoll
4d57f2f7e9 In profile.lisp, use explicit locking around the hash table. 2011-07-31 23:55:21 +02:00
Juan Jose Garcia Ripoll
a2c88a372b SOCKET-ACCEPT should return the port as a third value (M. Mondor) 2011-07-31 09:43:35 +02:00
Juan Jose Garcia Ripoll
532a9fbe5c Added DISASSEMBLE to the bytecodes compiler (bytecmp.lsp) 2011-07-30 15:51:19 +02:00
Juan Jose Garcia Ripoll
2c8c8abfbc *compile-file-{pathname,truename}* were not properly bound in bytecmp.lsp 2011-07-30 12:26:28 +02:00
Juan Jose Garcia Ripoll
65364756d2 Fix asdf to finally work also with bytecmp 2011-07-29 15:02:40 +02:00
Juan Jose Garcia Ripoll
7beaadc5ce Remove debug statements from BYTECMP 2011-07-29 15:02:25 +02:00
Juan Jose Garcia Ripoll
61f199f2d7 The bytecodes compiler used ECL's syntax also for reading in the sources. 2011-07-29 14:46:38 +02:00
Juan Jose Garcia Ripoll
dab8f7e7a6 Fix typo that prevented installation of bytecodes compiler 2011-07-16 21:56:21 +02:00
Juan Jose Garcia Ripoll
45434f51ba Activate the bytecodes compiler when statically linking ECL 2011-07-14 18:05:53 +02:00
Juan Jose Garcia Ripoll
151e5fc188 The bytecodes compiler (bytecmp.lsp) now defines its own functions, with prefix bc-... 2011-07-14 17:54:29 +02:00
Juan Jose Garcia Ripoll
6b00c54dd3 Save locations also in bytecompiled code 2011-06-05 15:20:55 +02:00
Juan Jose Garcia Ripoll
1801c64bff Dedicated function for loaded bytecompiled files 2011-06-05 12:35:35 +02:00
Juan Jose Garcia Ripoll
1fe0166889 The bytecodes compiler used the wrong extension and did not honr the :ouptut-file argument to compile-file. 2011-06-04 16:21:42 +02:00
Juan Jose Garcia Ripoll
ecc96a60f0 Allow ASDF to work with the bytecodes compiler 2011-06-04 16:20:10 +02:00