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 |
|
Juan Jose Garcia Ripoll
|
76e0f890de
|
In contrib/encodings, renamed copy-file to copy-encodings-file to avoid name clashes.
|
2011-04-03 10:04:45 +02:00 |
|
Juan Jose Garcia Ripoll
|
7a2f1feae6
|
Remove redundant definition of COPY-FILE in encodings/tools.lisp
|
2011-03-27 23:36:26 +02:00 |
|
Juan Jose Garcia Ripoll
|
5918c54f23
|
Fixed documentation and error string typos (P. Van Eynde)
|
2011-03-05 15:11:49 +01:00 |
|
Juan Jose Garcia Ripoll
|
1523ae8a5c
|
EXT package created containing the original set of symbols (not yet filtered) and re-exported from SYS
|
2011-02-27 23:20:12 +01:00 |
|
Juan Jose Garcia Ripoll
|
3771cb64c6
|
Modified ucd.lisp to generate C files, assigning a new, ficticious class, to undefined characters
|
2011-02-20 23:51:39 +00:00 |
|
Juan Jose Garcia Ripoll
|
00f99f5e98
|
Upgraded to Unicode 6 and added support for a smaller database with just the 16-bits part of Unicode
|
2011-02-19 23:45:27 +00:00 |
|
Juan Jose Garcia Ripoll
|
5f9ad922f7
|
Add the possibility of creating smaller (65536) Unicode tables.
|
2011-02-19 21:54:11 +00:00 |
|
Juan Jose Garcia Ripoll
|
fa473daaf1
|
The compilation function in ASDF is now customizable via a global variable
|
2011-02-05 23:21:45 +01:00 |
|
Juan Jose Garcia Ripoll
|
6559a32332
|
Store the old value of compile-file* in a global variable, so that bytecmp can redefine it.
|
2011-02-05 00:09:23 +01:00 |
|
Juan Jose Garcia Ripoll
|
85c008c439
|
Remove debug statement.
|
2011-02-05 00:08:16 +01:00 |
|
Juan Jose Garcia Ripoll
|
24e0cfba07
|
Simplify the ECL specific part of asdf
|
2011-02-04 23:52:52 +01:00 |
|
Juan Jose Garcia Ripoll
|
02241f886a
|
In sockets.lisp, the stream element type was overriden by a character-mode stream flag.
|
2011-01-26 14:34:39 +01:00 |
|
Juan Jose Garcia Ripoll
|
e6d180e7df
|
The socket functions now accept an optional :ELEMENT-TYPE keyword argument, in addition to :EXTERNAL-FORMAT
|
2011-01-24 23:03:14 +01:00 |
|
Juan Jose Garcia Ripoll
|
a50a496f2b
|
Fixed typo in serve-event (J. James)
|
2011-01-19 22:24:24 +01:00 |
|
Juan Jose Garcia Ripoll
|
abbad79a51
|
Upgraded to ASDF 2.012
|
2011-01-04 22:43:57 +01:00 |
|
Juan Jose Garcia Ripoll
|
327bf83f8a
|
Upgraded contrib/cl-simd (A. Gavrilov)
|
2010-12-22 15:33:20 +01:00 |
|
Juan Jose Garcia Ripoll
|
8387bb53f6
|
Upgraded ASDF to 2.010
|
2010-10-31 12:10:28 +01:00 |
|