Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · ECL.0.9
ecl
Browse files
May 03, 2003
New version number
· a44b509b
jjgarcia
authored
May 03, 2003
View commits for tag ECL.0.9
ECL.0.9
a44b509b
Build news.html using the release announcement.
· 85e69577
jjgarcia
authored
May 03, 2003
85e69577
Do not define a function which is not going to be reused.
· 162bd771
jjgarcia
authored
May 03, 2003
162bd771
New function SIMPLE-PROGRAM-ERROR creates PROGRAM-ERROR with messages....
· 0c54b35b
jjgarcia
authored
May 03, 2003
0c54b35b
(VALUES form) does not fully work in the compiler. Avoid this problem with hack.
· 6b572578
jjgarcia
authored
May 03, 2003
6b572578
RESTART-CASE now recognizes ERROR, CERROR, WARN and SIGNAL forms, and...
· efcfaecc
jjgarcia
authored
May 03, 2003
efcfaecc
The fake version of CLASSP is only needed when booting.
· 7df2ec7c
jjgarcia
authored
May 03, 2003
7df2ec7c
In closures and local functions, the environment and the lexical variables
· 35040b43
jjgarcia
authored
May 03, 2003
35040b43
Fix type proclamation for MEMBER1.
· c81925fa
jjgarcia
authored
May 03, 2003
c81925fa
In list functions, improve checking of :TEST[-NOT] and :KEY arguments, and...
· ff481751
jjgarcia
authored
May 03, 2003
ff481751
May 02, 2003
Commit announcement for ECL v0.9
· 8a1a9511
jjgarcia
authored
May 02, 2003
8a1a9511
Change the way compiler macros are defined (They need not understand
· 961559c5
jjgarcia
authored
May 02, 2003
961559c5
Directly call several functions in CLOS which are frequently used.
· 1791e09a
jjgarcia
authored
May 02, 2003
1791e09a
Write an efficiency note when cl_fdefinition() has to be used.
· c2ce3bd2
jjgarcia
authored
May 02, 2003
c2ce3bd2
Fix typo.
· 167027f3
jjgarcia
authored
May 02, 2003
167027f3
Apr 30, 2003
Redefine DOCUMENTATION as a generic function which can also handle
· f9954f8e
jjgarcia
authored
Apr 30, 2003
f9954f8e
Proclaim as directly callable a couple of frequently used functions.
· a6a4a3f9
jjgarcia
authored
Apr 30, 2003
a6a4a3f9
Fix the name mangler so that it also mangles the package name.
· fdcdd69c
jjgarcia
authored
Apr 30, 2003
fdcdd69c
Allow structures to have :TYPE (VECTOR BIT), (VECTOR CHARACTER), etc,
· e70961b8
jjgarcia
authored
Apr 30, 2003
e70961b8
Fix inline expanders for = and /=.
· d243d6b0
jjgarcia
authored
Apr 30, 2003
d243d6b0
In DEF{CLASS,CONDITION}, arguments to the :INITFORM option, or to the...
· b9f17d92
jjgarcia
authored
Apr 30, 2003
b9f17d92
The inline expansions for = and /= were completely wrong.
· 0432664a
jjgarcia
authored
Apr 30, 2003
0432664a
Apr 29, 2003
Add option :DEFAULT-INITARGS to DEFINE-CONDITION.
· 78f5db3d
jjgarcia
authored
Apr 29, 2003
78f5db3d
COPY-ALIST should signal an error when it gets a dotted list, but not when
· e55c5cb6
jjgarcia
authored
Apr 29, 2003
e55c5cb6
Signal an error when a slot option is missing an argument, but not when
· 5040c505
jjgarcia
authored
Apr 29, 2003
5040c505
In DEFINE-CONDITION, when the list of parent conditions should default to
· f20a08a1
jjgarcia
authored
Apr 29, 2003
f20a08a1
In destructuring lambda lists, when &ALLOW-OTHER-KEYS is supplied, the number of
· 10d095dc
jjgarcia
authored
Apr 29, 2003
10d095dc
Apr 28, 2003
In destructuring lambda lists, a destructuring form may appear in
· 395761a5
jjgarcia
authored
Apr 28, 2003
395761a5
Fix typo.
· 04dcf81c
jjgarcia
authored
Apr 28, 2003
04dcf81c
In destructuring lambda lists, &WHOLE may be accompanied by a
· de2176ff
jjgarcia
authored
Apr 28, 2003
de2176ff
Fix typo.
· b0888699
jjgarcia
authored
Apr 28, 2003
b0888699
Various minor fixes, and an important set of changes to teach the compiler
· c2aa1361
jjgarcia
authored
Apr 28, 2003
c2aa1361
DELETE-PACKAGE should signal a correctable error when the string does not
· 057ff71e
jjgarcia
authored
Apr 28, 2003
057ff71e
Use VECTORP to detect whether the output sequence of MAP-INTO is a vector,
· 1e1efa7a
jjgarcia
authored
Apr 28, 2003
1e1efa7a
Add more symbols to src/c/symbols_list.h, and resolve associated conflicts.
· f2073608
jjgarcia
authored
Apr 28, 2003
f2073608
STANDARD-OBJECT must be a STRUCTURE-CLASS.
· 757572ca
jjgarcia
authored
Apr 28, 2003
757572ca
Apr 10, 2003
TYPEP for array types failed to check the array dimensions properly.
· 1fe35cfb
jjgarcia
authored
Apr 10, 2003
1fe35cfb
Signal a PROGRAM-ERROR when number of arguments is wrong.
· 07b7411a
jjgarcia
authored
Apr 10, 2003
07b7411a
Signal a TYPE-ERROR in [N]BUTLAST or MAKE-LIST when argument is not an integer.
· 0d7b6e58
jjgarcia
authored
Apr 10, 2003
0d7b6e58
The UPGRADED-* functions take an optional argument -- which we ignore.
· 6a7c7919
jjgarcia
authored
Apr 10, 2003
6a7c7919
Loading