Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · ECL.STABLE
ecl
Browse files
Oct 11, 2006
Sometimes the compiler messages are useful in RT. Let the calling routine set...
· 433c8fe3
jgarcia
authored
Oct 11, 2006
View commits for tag ECL.STABLE
ECL.STABLE
433c8fe3
*compile-verbose* and *compile-print* now also affect behavior of COMPILE.
· 3be09c41
jgarcia
authored
Oct 11, 2006
3be09c41
Moved a type declaration to make it compile in strict C (worked in C++)
· 50930b2f
jgarcia
authored
Oct 11, 2006
50930b2f
Hash table iteration now checks that the argument is a hash table (Dustin Long)
· cb3226c1
jgarcia
authored
Oct 11, 2006
cb3226c1
Oct 10, 2006
Nested calls to queue_finalizer trashed the value of cl_core.to_be_finalized.
· 1053171e
jgarcia
authored
Oct 10, 2006
1053171e
Namestring "." improperly parsed as ".." Use last dot to determine file type.
· 40b59022
jgarcia
authored
Oct 10, 2006
40b59022
DEFCLASS's :INITFORM did not expand the value of constant variables such as MOST-POSITIVE-FIXNUM.
· 0d6de50d
jgarcia
authored
Oct 10, 2006
0d6de50d
- Increase ECL version
· 9f836090
mgoffioul
authored
Oct 10, 2006
9f836090
Oct 09, 2006
Export si_signal_simple_error.
· a31b9d6f
mgoffioul
authored
Oct 09, 2006
a31b9d6f
Fix Win32 compilation when threads are not enabled.
· d787aa2e
mgoffioul
authored
Oct 09, 2006
d787aa2e
Add new #define to MSVC config
· 640c509f
mgoffioul
authored
Oct 09, 2006
640c509f
Oct 05, 2006
Fixed typo.
· c03a4f01
jgarcia
authored
Oct 05, 2006
c03a4f01
Oct 03, 2006
Measure time with 1/60 seconds precision on Windows (by Dustin Long)
· 2b567978
jgarcia
authored
Oct 03, 2006
2b567978
Oct 01, 2006
Compiler macro functions for MAPCAR and friends.
· 683b9381
jgarcia
authored
Oct 01, 2006
683b9381
Sep 30, 2006
Need "enum" keyword for the type to be valid C (worked in C++)
· af13f2dc
jgarcia
authored
Sep 30, 2006
af13f2dc
Sep 26, 2006
sockets.lisp is now C++ clean.
· 049dbfde
jgarcia
authored
Sep 26, 2006
049dbfde
Sep 25, 2006
(DIRECTORY "foo*") would also match pathnames with pathname type != NIL
· 6d1143aa
jgarcia
authored
Sep 25, 2006
6d1143aa
Replace cl_env.token with a pool of strings.
· 20e0a720
jgarcia
authored
Sep 25, 2006
20e0a720
Fix typo.
· 226f9c4d
mgoffioul
authored
Sep 25, 2006
226f9c4d
- [Win32] Command-line arguments are now available for programs compiled with
· 048cdbdc
mgoffioul
authored
Sep 25, 2006
048cdbdc
Only nonstandard finalizers are queued.
· f058a1b8
jgarcia
authored
Sep 25, 2006
f058a1b8
Empty line to test that syncmail works
· 2aa7b48e
jgarcia
authored
Sep 25, 2006
2aa7b48e
Small description of finalizers
· 3010afc7
jgarcia
authored
Sep 25, 2006
3010afc7
finalize.d no longer exists, as it has been merged into alloc_2.d
· 20fe8563
jgarcia
authored
Sep 25, 2006
20fe8563
Implemented finalizers as lisp functions.
· 94d7ee29
jgarcia
authored
Sep 25, 2006
94d7ee29
Sep 11, 2006
FUNCTION-LAMBDA-LIST: do not remove default values.
· 4e40b51e
jgarcia
authored
Sep 11, 2006
4e40b51e
FUNCTION-LAMBDA-LIST no longer returns &aux variables, default values, etc, from a function.
· 32357a0d
jgarcia
authored
Sep 11, 2006
32357a0d
Sep 06, 2006
DIRECTORY did not take the Windows drive letter into account.
· 0f0f33b9
jgarcia
authored
Sep 06, 2006
0f0f33b9
Restore previous fix by M. Goffioul which I accidentally deleted (Juanjo)
· 30596c07
jgarcia
authored
Sep 06, 2006
30596c07
DIRECTORY now works like in CLISP.
· 3b4a4d98
jgarcia
authored
Sep 06, 2006
3b4a4d98
[Win32] DIRECTORY now lists root directory correctly (M. Goffioul)
· 08eaeb9a
mgoffioul
authored
Sep 06, 2006
08eaeb9a
New function to get the lambda list of a function (if it was stored).
· 52d7fed2
jgarcia
authored
Sep 06, 2006
52d7fed2
Sep 04, 2006
[Win32] Fix process listing (with thread support).
· 60e73369
mgoffioul
authored
Sep 04, 2006
60e73369
Define HAVE_STRNLEN (should fix compilation failure under VC8)
· 8201537d
mgoffioul
authored
Sep 04, 2006
8201537d
Bug in STD-CLASS-GENERATE-ACCESSORS. The closures captured a variable that was changed.
· 3e817481
jgarcia
authored
Sep 04, 2006
3e817481
New debugger command :D[isassemble]
· 4a885c31
jgarcia
authored
Sep 04, 2006
4a885c31
Sep 01, 2006
Move from short/long-float to single/double-float (by L. Brinkhoff)
· 12799c73
jgarcia
authored
Sep 01, 2006
12799c73
New debugger command to invoke restarts.
· 384fa21e
jgarcia
authored
Sep 01, 2006
384fa21e
Fixed typo.
· ab5a829e
jgarcia
authored
Sep 01, 2006
ab5a829e
ADJUST-ARRAY cannot set a fill pointer in an array without any
· ea3f304c
jgarcia
authored
Sep 01, 2006
ea3f304c
Loading