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 · ECLS.0.3
ecl
Browse files
Jul 31, 2001
The list of files in the source tarball was outdated
· 4b7fe789
jjgarcia
authored
Jul 31, 2001
View commits for tag ECLS.0.3
ECLS.0.3
4b7fe789
Tag release 0.3
· 03c0ed94
jjgarcia
authored
Jul 31, 2001
03c0ed94
Incorporate news from ECLSv0.3
· 18907066
jjgarcia
authored
Jul 31, 2001
18907066
Jul 30, 2001
Bring some files up to date.
· 77d03de7
jjgarcia
authored
Jul 30, 2001
77d03de7
When using Boehm's GC, protect data in shared libraries from garbage collection.
· 16668c21
jjgarcia
authored
Jul 30, 2001
16668c21
Jul 29, 2001
Remove references to heap_{start,end}. They do not exist when linking against Boehm's GC.
· ef28e8a2
jjgarcia
authored
Jul 29, 2001
ef28e8a2
Fix typo.
· 77c8cc4e
jjgarcia
authored
Jul 29, 2001
77c8cc4e
Define ARCHITECTURE for __sparc__
· 3ef9e7fc
jjgarcia
authored
Jul 29, 2001
3ef9e7fc
Define CHAR_BIT as number of bits in a character.
· eadd74cb
jjgarcia
authored
Jul 29, 2001
eadd74cb
Use type cl_index to perform page and pointer arithmetics.
· fabc5952
jjgarcia
authored
Jul 29, 2001
fabc5952
Add SHARED_LDFLAGS for sun/solaris.
· 03435a65
jjgarcia
authored
Jul 29, 2001
03435a65
Reject to run without GCC.
· 0ad70269
jjgarcia
authored
Jul 29, 2001
0ad70269
parse_key is now named va_parse_key
· af2d5baf
jjgarcia
authored
Jul 29, 2001
af2d5baf
Add {va_}parse_key, which is needed for inlined lambda code.
· 7c2af5c4
jjgarcia
authored
Jul 29, 2001
7c2af5c4
Mention the relation of ECLS with other KCL-like implemenation, including GCL.
· 8854a7c2
jjgarcia
authored
Jul 29, 2001
8854a7c2
Remove siLuniversal_error_handler from C library.
· df51d3c0
jjgarcia
authored
Jul 29, 2001
df51d3c0
In fixnnint(), retrieve unsigned long from bignum, instead of signed long.
· 126c99b6
jjgarcia
authored
Jul 29, 2001
126c99b6
Remove debugging statement.
· a910aa35
jjgarcia
authored
Jul 29, 2001
a910aa35
Avoid bootstrapping problems with FIND-CLASS.
· ee5093d7
jjgarcia
authored
Jul 29, 2001
ee5093d7
Jul 28, 2001
Fix test ECLS_ARGS_ARRAY.
· e25a576a
jjgarcia
authored
Jul 28, 2001
e25a576a
Make sure GMP is configured on the right directory.
· 4699a0e1
jjgarcia
authored
Jul 28, 2001
4699a0e1
Implement accessor ROW-MAJOR-AREF.
· 0393f4d6
jjgarcia
authored
Jul 28, 2001
0393f4d6
Add type BOOLEAN.
· b102909d
jjgarcia
authored
Jul 28, 2001
b102909d
Jul 27, 2001
Split configure.in into configure.in+aclocal.m4 and improve the resulting tests.
· f3479bd1
jjgarcia
authored
Jul 27, 2001
f3479bd1
Make the code more portable with respect to changes on the direction of
· afc2bd70
jjgarcia
authored
Jul 27, 2001
afc2bd70
Jul 23, 2001
Define tanhf for systems that do not have it.
· 2dbdc713
jjgarcia
authored
Jul 23, 2001
2dbdc713
Use finite() instead of isinf(), which does not exist in Solaris.
· 9f019409
jjgarcia
authored
Jul 23, 2001
9f019409
Fix support for linux.
· 126d813d
jjgarcia
authored
Jul 23, 2001
126d813d
Use isdigit() instead of isnumber()
· eb8a5910
jjgarcia
authored
Jul 23, 2001
eb8a5910
Use isdigit() instead of isnumber()
· acc3404d
jjgarcia
authored
Jul 23, 2001
acc3404d
Add support for linux
· 6cec11ba
jjgarcia
authored
Jul 23, 2001
6cec11ba
Rewrite the compiler, tests and auxiliary files using the new binary loader.
· 983975db
jjgarcia
authored
Jul 23, 2001
983975db
Remove files which are no longer needed.
· d1156ed6
jjgarcia
authored
Jul 23, 2001
d1156ed6
Rewrite the binary code loader to work with dlopen() instead of dld()
· 35a9b11d
jjgarcia
authored
Jul 23, 2001
35a9b11d
Merge tcp.d and ../crs/socket.c.
· da1c522c
jjgarcia
authored
Jul 23, 2001
da1c522c
Use lisp integers, not just fixnums, to store addresses.
· e537b5fe
jjgarcia
authored
Jul 23, 2001
e537b5fe
Generalize fixint/fixnnint and create make_integer/make_unsigned_integer so
· 63fb67ed
jjgarcia
authored
Jul 23, 2001
63fb67ed
write_addr() would only output the first digit of any number.
· e8d4cf74
jjgarcia
authored
Jul 23, 2001
e8d4cf74
Optimizer for SCHAR + SYMBOL-NAME makes no longer sense.
· c714dc74
jjgarcia
authored
Jul 23, 2001
c714dc74
Declare variable special even if it is given no value.
· 4ac52f99
jjgarcia
authored
Jul 23, 2001
4ac52f99
Loading