Juan Jose Garcia Ripoll
|
f636863165
|
Fixed typo in error message (A. Hefner)
|
2010-03-19 19:19:44 +01:00 |
|
Juan Jose Garcia Ripoll
|
d4fcc7f9c7
|
The value of GENERIC-FUNCTION-A-P-O-FUNCTION was not used when comparing methods.
|
2010-03-19 19:16:50 +01:00 |
|
Juan Jose Garcia Ripoll
|
801fb69069
|
When defining a class that has a parent with a forward reference, we can not call finalize-inheritance (A. Gavrilov)
(defclass foo (bar) ())
(defclass baz (foo) ())
|
2010-03-19 19:16:04 +01:00 |
|
Juan Jose Garcia Ripoll
|
9983c3b7ad
|
Added a pathname translation for EXT:
|
2010-03-19 19:05:57 +01:00 |
|
Juan Jose Garcia Ripoll
|
c43a6928e1
|
Allow SYMBOL-MACROLET be used inside a form that declares the symbol as special, and also allow special declarations inside the SYMBOL-MACROLET, as in
(let ((x :special))
(declare (special x))
(symbol-macrolet ((x :symbol-macro))
(values x (locally (declare (special x)) x))))
|
2010-03-19 18:55:12 +01:00 |
|
Juan Jose Garcia Ripoll
|
ca8025d668
|
Upgraded ASDF and implemented a new keyword argument, :MOVE-HERE, for MAKE-BUILD
|
2010-03-19 18:26:59 +01:00 |
|
Juan Jose Garcia Ripoll
|
7b30bacfa9
|
Use hostname (machine-instance) when starting clx.
|
2010-03-17 09:42:47 +01:00 |
|
Juan Jose Garcia Ripoll
|
19d758cfb1
|
Use the new feature in ASDF to ensure that the output-files of a prebuilt-system remain untranslated.
|
2010-03-16 23:33:52 +01:00 |
|
Juan Jose Garcia Ripoll
|
1c703c5442
|
Upgrade ASDF to get the new features by which OUTPUT-FILES can remain untranslated.
|
2010-03-16 23:29:02 +01:00 |
|
Juan Jose Garcia Ripoll
|
32d9b329ac
|
Upgraded CLX to a more recent version (J. Stecklina)
|
2010-03-14 23:28:16 +01:00 |
|
Juan Jose Garcia Ripoll
|
8aee46b839
|
In EXT:SAFE-EVAL avoid the debugger being entered at all.
|
2010-03-13 23:47:27 +01:00 |
|
Juan Jose Garcia Ripoll
|
82252f6868
|
The recursive implementation of DIRECTORY with wildcard inferiors forget all inner directories in (DIRECTORY "/foo/**/").
|
2010-03-13 23:10:49 +01:00 |
|
Juan Jose Garcia Ripoll
|
c761fa5a51
|
Add generated *.asd files to MODULES, the list of files to be installed.
|
2010-03-13 17:06:41 +01:00 |
|
Juan Jose Garcia Ripoll
|
8a915d1df6
|
Do not install all *.asd files
|
2010-03-13 17:06:16 +01:00 |
|
Juan Jose Garcia Ripoll
|
0263097ff5
|
Updated to v1.634 of ASDF
|
2010-03-13 16:56:07 +01:00 |
|
Juan Jose Garcia Ripoll
|
8a915ddb80
|
Missing file from previous commit.
|
2010-03-13 15:20:42 +01:00 |
|
Juan Jose Garcia Ripoll
|
2f68e36135
|
Upgrade ASDF and introduce a new ECL extension, which are prebuilt systems.
|
2010-03-13 14:45:12 +01:00 |
|
Juan Jose Garcia Ripoll
|
cbc50ceab2
|
The newline character has to be _before_ each string in clines
|
2010-03-13 09:46:36 +01:00 |
|
Juan Jose Garcia Ripoll
|
3102c32ef4
|
FFI:CLINES admits @lisp-object notation in the strings.
|
2010-03-13 01:16:50 +01:00 |
|
Juan Jose Garcia Ripoll
|
d19f40580e
|
Remove debug statement.
|
2010-03-13 01:02:30 +01:00 |
|
Juan Jose Garcia Ripoll
|
152316be1e
|
The test for semaphore functions was incomplete and did not work.
|
2010-03-11 21:03:23 +01:00 |
|
Juan Jose Garcia Ripoll
|
66a9800d8e
|
Print classes of objects using ~S, not ~A
|
2010-03-11 11:47:18 +01:00 |
|
Juan Jose Garcia Ripoll
|
2863a7cf2e
|
Not all values were properly substituted in 'ecl-config'
|
2010-03-11 00:19:34 +01:00 |
|
Juan Jose Garcia Ripoll
|
fa052f3b09
|
Annotate a previous commit in CHANGELOG.
|
2010-03-11 00:12:12 +01:00 |
|
Juan Jose Garcia Ripoll
|
be0459a37a
|
Distinguish by name the signal servicing from the signal handling threads.
|
2010-03-11 00:11:30 +01:00 |
|
Juan Jose Garcia Ripoll
|
75d1867293
|
Fixed offset problems in READ/WRITE-SEQUENCE.
|
2010-03-11 00:07:36 +01:00 |
|
Juan Jose Garcia Ripoll
|
7e336859ba
|
The pathname translation of SRC: pointed to one directory above the real sources.
|
2010-03-11 00:04:44 +01:00 |
|
Juan Jose Garcia Ripoll
|
9e8d89f55b
|
*SOURCE-LOCATION* is set to *LOAD-PATHNAME* not to *LOAD-TRUENAME*
|
2010-03-11 00:01:57 +01:00 |
|
Juan Jose Garcia Ripoll
|
6d5084fa8d
|
The asynchronous signal handling thread was not started by ECL.
|
2010-03-07 23:59:19 +01:00 |
|
Juan Jose Garcia Ripoll
|
8c90bf7916
|
When the user removes ECL's system directory from ASDF's central registry, an instance of ASDF was created without the right fields (S. Boukarev)
|
2010-03-07 23:18:47 +01:00 |
|
Juan Jose Garcia Ripoll
|
15a0668cd0
|
If we failed to configure the GMP library and we are not using a system-wide one, abort.
|
2010-03-06 21:08:36 +01:00 |
|
Juan Jose Garcia Ripoll
|
530a3cefb4
|
If no ABI is specified for GMP, pass no additional argument when configuring it.
|
2010-03-06 21:00:39 +01:00 |
|
Juan Jose Garcia Ripoll
|
bdd33eee1d
|
Upgrade the release number.
|
2010-03-05 14:53:08 +01:00 |
|
Juan Jose Garcia Ripoll
|
f1881752be
|
ECL_CMPDIR macro was not introduced in MSVC.
|
2010-03-04 22:37:24 +01:00 |
|
Juan Jose Garcia Ripoll
|
87f60d3db1
|
Source offsets were not used in cmpdefs.lsp
|
2010-03-04 20:39:32 +01:00 |
|
Juan Jose Garcia Ripoll
|
957dd894bd
|
Fixes for MSVC to accomodate latest changes in macros, SRC: pathname.
|
2010-03-02 15:52:08 +01:00 |
|
Juan Jose Garcia Ripoll
|
81717203ea
|
Fixed typo.
|
2010-03-02 10:39:37 +01:00 |
|
Juan Jose Garcia Ripoll
|
e3ef43b906
|
Fix some warnings about noreturn functions that actually return (M. Kocic)
|
2010-03-01 18:48:07 +01:00 |
|
Juan Jose Garcia Ripoll
|
d0a8c5c462
|
Fixed typo in dpp.c at the generation of #arg assertions.
|
2010-03-01 18:44:16 +01:00 |
|
Juan Jose Garcia Ripoll
|
566cd5137e
|
Fixed typo in string.d
|
2010-03-01 11:25:37 +01:00 |
|
Juan Jose Garcia Ripoll
|
aa7f628a75
|
Fixed typo.
|
2010-03-01 10:52:39 +01:00 |
|
Juan Jose Garcia Ripoll
|
dfe4e74738
|
Added more unlikely_if() to file.d
|
2010-02-28 12:56:36 +01:00 |
|
Juan Jose Garcia Ripoll
|
86fd17197c
|
Function get_string_start_end() rewritten to provide more useful error messages
|
2010-02-28 12:00:53 +01:00 |
|
Juan Jose Garcia Ripoll
|
035a52823c
|
Replaced many uses of type_of() with specialized macros (ECL_BIT_VECTOR_P, ECL_BASE_STRING_P, etc), now in the compiler as well.
|
2010-02-28 01:20:26 +01:00 |
|
Juan Jose Garcia Ripoll
|
01e227c402
|
Replaced many uses of type_of() with specialized macros (ECL_BIT_VECTOR_P, ECL_BASE_STRING_P, etc)
|
2010-02-28 01:09:13 +01:00 |
|
Juan Jose Garcia Ripoll
|
d84e7aa840
|
Improve redability of error messages in print.d
|
2010-02-27 20:14:58 +01:00 |
|
Juan Jose Garcia Ripoll
|
fcf8046f99
|
Improve readability in errors related to *READ-BASE* and *READ-DEFAULT-FLOAT-FORMAT*
|
2010-02-27 20:01:30 +01:00 |
|
Juan Jose Garcia Ripoll
|
d7aff31c8a
|
Use ecl_unlikely() in the expansion of RPLACA/D
|
2010-02-27 20:01:05 +01:00 |
|
Juan Jose Garcia Ripoll
|
a3ad77d5a8
|
New macro unlikely_if improves readability of C code.
|
2010-02-27 18:36:47 +01:00 |
|
Juan Jose Garcia Ripoll
|
89b9a561ea
|
Replaced ecl_fixnum_in_range() with explicit checks in the functions, which are cheaper and, thanks to ecl_unlikely, faster.
|
2010-02-27 16:23:21 +01:00 |
|