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 · STABLE
ecl
Browse files
Apr 08, 2003
STRUCTURE is not the name of a type; use STRUCTURE-CLASS instead.
· 11112816
jjgarcia
authored
Apr 08, 2003
View commits for tag STABLE
STABLE
11112816
si_gc() takes only one argument!
· b6d9ee18
jjgarcia
authored
Apr 08, 2003
b6d9ee18
Simplify how *FEATURES* is built.
· 823b5ae5
jjgarcia
authored
Apr 08, 2003
823b5ae5
Important comment.
· 255b967d
jjgarcia
authored
Apr 08, 2003
255b967d
Implement bignum operations using GMP and not dealing with the low-level
· 7b5fe28c
jjgarcia
authored
Apr 08, 2003
7b5fe28c
Do not try to deallocate pointers outside our heap.
· 04c7cce1
jjgarcia
authored
Apr 08, 2003
04c7cce1
Do not try to deallocate bignum registers.
· 1e9e0c14
jjgarcia
authored
Apr 08, 2003
1e9e0c14
Mar 21, 2003
(COND) is a valid expression and should return NIL.
· 8e34a617
jjgarcia
authored
Mar 21, 2003
8e34a617
Create new functions SI::{GET,PUT,REM}-SYSPROP to handle vital information
· 6b76d155
jjgarcia
authored
Mar 21, 2003
6b76d155
Protect both calls to the library initialization function, because for
· d8300559
jjgarcia
authored
Mar 21, 2003
d8300559
Remove public function putprop(); use si_putprop() instead.
· 8bb27d30
jjgarcia
authored
Mar 21, 2003
8bb27d30
Mar 20, 2003
Remove public functions remf() and remprop().
· aabafc3c
jjgarcia
authored
Mar 20, 2003
aabafc3c
FEcondition does no longer exist.
· 5f57762c
jjgarcia
authored
Mar 20, 2003
5f57762c
Fix typo.
· 57e80be0
jjgarcia
authored
Mar 20, 2003
57e80be0
Mar 18, 2003
Remove spurious semicolon.
· 723d24eb
jjgarcia
authored
Mar 18, 2003
723d24eb
Mar 17, 2003
Bunch of fixes. See CHANGELOG.
· 41c08684
jjgarcia
authored
Mar 17, 2003
41c08684
Mar 13, 2003
Symbol GC moved from package COMMON-LISP to SYSTEM (and imported into CL-USER).
· a767dd49
jjgarcia
authored
Mar 13, 2003
a767dd49
Change the way Cblocks are created. Now, within a DLL, several Cblocks may
· b7ced3d4
jjgarcia
authored
Mar 13, 2003
b7ced3d4
Mar 12, 2003
DLLs and files have now termination procedures, which unload the DLL or close
· 5478bbe2
jjgarcia
authored
Mar 12, 2003
5478bbe2
Mar 11, 2003
Remove debug statement.
· 94f70da4
jjgarcia
authored
Mar 11, 2003
94f70da4
When dealing with compiler-macros, ECL may enter an infinite loop.
· e10ee780
jjgarcia
authored
Mar 11, 2003
e10ee780
Make symbol COMPILER-MACRO built-in.
· c972e212
jjgarcia
authored
Mar 11, 2003
c972e212
ECL now detects wrong function calls, such as ("foo"), (setq a ("foo")), etc
· ab08b07a
jjgarcia
authored
Mar 11, 2003
ab08b07a
Mar 10, 2003
Typo fixed.
· a627819a
jjgarcia
authored
Mar 10, 2003
a627819a
Bunch of fixes inspired by the ANSI test suite of GCL.
· 5f6f65b4
jjgarcia
authored
Mar 10, 2003
5f6f65b4
Mar 05, 2003
A stupid character got in the file.
· 2be5baa3
jjgarcia
authored
Mar 05, 2003
2be5baa3
Mar 04, 2003
Fixed typo.
· 75b7207b
jjgarcia
authored
Mar 04, 2003
75b7207b
+ New implementation of DESTRUCTURING-BIND
· 9771e915
jjgarcia
authored
Mar 04, 2003
9771e915
Dec 17, 2002
In cl_clear_input(), do not complain when fseek() fails.
· c935faf4
jjgarcia
authored
Dec 17, 2002
c935faf4
c::*funs* may contain symbols (like CB marking closure boundary),
· b0e60245
jjgarcia
authored
Dec 17, 2002
b0e60245
Write FTYPE declarations correctly.
· 8209fc02
jjgarcia
authored
Dec 17, 2002
8209fc02
Previous fixed removed. Hopefully this time I got FTYPE declarations
· d21a1fd3
jjgarcia
authored
Dec 17, 2002
d21a1fd3
FTYPE should accept two types of declarations: the ones with a formal type
· 88521665
jjgarcia
authored
Dec 17, 2002
88521665
Dec 14, 2002
Fix macroexpander for define-condition.
· 22280e7f
jjgarcia
authored
Dec 14, 2002
22280e7f
In APPLY, FUNCALL, etc, check whether the input argument is OBJNULL. This
· c9fb52f3
jjgarcia
authored
Dec 14, 2002
c9fb52f3
Set safe compilation as default.
· 73447f1b
jjgarcia
authored
Dec 14, 2002
73447f1b
The declaration specifier for functions is FTYPE, not FUNCTION.
· 912a7fb0
jjgarcia
authored
Dec 14, 2002
912a7fb0
LOGICAL-PATHNAME implemented.
· aaa68d02
jjgarcia
authored
Dec 14, 2002
aaa68d02
Use @'' to access the symbols instead of searching them.
· 0c0e58d3
jjgarcia
authored
Dec 14, 2002
0c0e58d3
Dec 09, 2002
update configure to the latest changes in aclocal.m4
· 443a2895
jjgarcia
authored
Dec 09, 2002
443a2895
Loading