Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · ECL.0.6
ecl
Browse files
Sep 25, 2002
Forgot to use ECL in the announcement.
· 0940dfa3
jjgarcia
authored
Sep 25, 2002
View commits for tag ECL.0.6
ECL.0.6
0940dfa3
Build download.html as well.
· 6ac05a4b
jjgarcia
authored
Sep 25, 2002
6ac05a4b
The distribution file has changed name.
· 44f71e08
jjgarcia
authored
Sep 25, 2002
44f71e08
Document changes for the 0.6 release
· 15b84108
jjgarcia
authored
Sep 25, 2002
15b84108
Remove extra tokens from #endif
· 6288e333
jjgarcia
authored
Sep 25, 2002
6288e333
Sep 22, 2002
Collect function and symbol declarations in the same file: all_symbols.d
· e33e82ea
jjgarcia
authored
Sep 22, 2002
e33e82ea
Avoid recreating symbols when assigning value to constants.
· 7ce6a0d4
jjgarcia
authored
Sep 22, 2002
7ce6a0d4
Comment latest improvements.
· 8016d482
jjgarcia
authored
Sep 22, 2002
8016d482
Fix typo.
· ea47a364
jjgarcia
authored
Sep 22, 2002
ea47a364
Sep 20, 2002
Define all variables pointing to symbols in "all_symbols.o", because MacOSX
· 77d38e2c
jjgarcia
authored
Sep 20, 2002
77d38e2c
Avoid using nanosleep() in MacOSX
· d69981c7
jjgarcia
authored
Sep 20, 2002
d69981c7
Use sin, cos, etc, where sinf, cosf, etc are not defined
· 7360266c
jjgarcia
authored
Sep 20, 2002
7360266c
machines.h contains some definitions which are needed in functions_list.h
· e62282b5
jjgarcia
authored
Sep 20, 2002
e62282b5
Install the headers of the garbage collector together with ECL.
· dad4e2e3
jjgarcia
authored
Sep 20, 2002
dad4e2e3
Fix a typo. "boehm" has to be defined to "yes" to force building the GC.
· 530d74cc
jjgarcia
authored
Sep 20, 2002
530d74cc
Version 6.1 of the garbage collector imported.
· 474593f9
jjgarcia
authored
Sep 20, 2002
474593f9
Remove unused headers.
· 055d71ec
jjgarcia
authored
Sep 20, 2002
055d71ec
Sep 17, 2002
Replace informative tokens after #endif with comments.
· 50a46e8f
jjgarcia
authored
Sep 17, 2002
50a46e8f
Add path to source directory so that symbols_list.h may be found under RedHat.
· 74a8d63a
jjgarcia
authored
Sep 17, 2002
74a8d63a
Add more symbols from the CL package to symbols_list.h.
· a0470a13
jjgarcia
authored
Sep 17, 2002
a0470a13
Keywords are now created in all_symbols.d
· 80d7e0fe
jjgarcia
authored
Sep 17, 2002
80d7e0fe
Sep 16, 2002
Fix interplay between old garbage collector and new method for allocating
· 9e8180d8
jjgarcia
authored
Sep 16, 2002
9e8180d8
Update list of useful files.
· d3cb296d
jjgarcia
authored
Sep 16, 2002
d3cb296d
Verbose loading of files. Helps in debugging errors in the library.
· 2414150f
jjgarcia
authored
Sep 16, 2002
2414150f
When creating NIL and T, set the number of symbols.
· 6b96d4f2
jjgarcia
authored
Sep 16, 2002
6b96d4f2
The pretty printer hangs in an infinite loop with circular lists.
· 33924a76
jjgarcia
authored
Sep 16, 2002
33924a76
Fix typo: output from load went to a string, instead of *standard-output*.
· b7578d6a
jjgarcia
authored
Sep 16, 2002
b7578d6a
Circular printer was disabled!
· c841e3f1
jjgarcia
authored
Sep 16, 2002
c841e3f1
<signal.h> has to be included so that SIGIOT may be restored before aborting.
· ac940d1c
jjgarcia
authored
Sep 16, 2002
ac940d1c
Sep 15, 2002
All symbols belonging to the LISP package and to the C core, are
· 23ee878e
jjgarcia
authored
Sep 15, 2002
23ee878e
Fix typo: feature #+ecls -> #+ecl
· c17bbd1e
jjgarcia
authored
Sep 15, 2002
c17bbd1e
New header for things which are not for the end user.
· ca4b7822
jjgarcia
authored
Sep 15, 2002
ca4b7822
Sep 14, 2002
ECL now uses a hashtable to store objects when *PRINT-CIRCLE* is
· 356e6b92
jjgarcia
authored
Sep 14, 2002
356e6b92
Sep 11, 2002
gentemp_prefix and gensym_prefix are now constant static variables and their
· eb36d140
jjgarcia
authored
Sep 11, 2002
eb36d140
Change version number and keep note of latest changes.
· 7db430cb
jjgarcia
authored
Sep 11, 2002
7db430cb
Global variables bignum_register[], gc_time, backq_level are no longer public.
· 74c02ee5
jjgarcia
authored
Sep 11, 2002
74c02ee5
Newer versions of config.{guess,sub} files, which come with Autoconf 2.52.
· 8389a361
jjgarcia
authored
Sep 11, 2002
8389a361
Sep 09, 2002
Make format.d use only stack allocated data, to make it reentrant.
· 441354af
jjgarcia
authored
Sep 09, 2002
441354af
Sep 08, 2002
FORMAT should not accept more than 7 parameters per directive. Also,
· 2e439d23
jjgarcia
authored
Sep 08, 2002
2e439d23
Sep 07, 2002
Hide a lot of functions. Official interface for printer is made of
· 9eb9d3bc
jjgarcia
authored
Sep 07, 2002
9eb9d3bc
Loading