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.9b
ecl
Browse files
Aug 07, 2003
Note some forgotten changes.
· 57010ebe
jjgarcia
authored
Aug 07, 2003
View commits for tag ECL.0.9b
ECL.0.9b
57010ebe
Do not coalesce constants using #'EQUALP because it does not distinguish between #\c and #\C.
· 3af35828
jjgarcia
authored
Aug 07, 2003
3af35828
Removed dispatch function which interpreted #"..." as pathname.
· 967ebe9b
jjgarcia
authored
Aug 07, 2003
967ebe9b
Fixed optimization of structure references.
· 1e10ab5d
jjgarcia
authored
Aug 07, 2003
1e10ab5d
Fixed processing of FTYPE declarations/proclamations
· fed2994f
jjgarcia
authored
Aug 07, 2003
fed2994f
Fixnums are valid locations
· faa79895
jjgarcia
authored
Aug 07, 2003
faa79895
Fixed typo
· b59de87d
jjgarcia
authored
Aug 07, 2003
b59de87d
Limit the size of method hash tables.
· 5440ae6b
jjgarcia
authored
Aug 07, 2003
5440ae6b
Aug 06, 2003
Change e-mail address.
· df9edbb2
jjgarcia
authored
Aug 06, 2003
df9edbb2
#$ relies on MAKE-RANDOM-STATE.
· 69de6b93
jjgarcia
authored
Aug 06, 2003
69de6b93
Minor space saving
· fdccc2b5
jjgarcia
authored
Aug 06, 2003
fdccc2b5
Try to initialize variables and constants in all_symbols.d.
· a8e972d9
jjgarcia
authored
Aug 06, 2003
a8e972d9
Really DO import AUTOLOAD
· f209b3b6
jjgarcia
authored
Aug 06, 2003
f209b3b6
Patches name should not have a version number, since they always refer to the latest distribution.
· 1ce5113e
jjgarcia
authored
Aug 06, 2003
1ce5113e
Add link to patches
· a5ed6a01
jjgarcia
authored
Aug 06, 2003
a5ed6a01
Export AUTOLOAD
· 7fb2b943
jjgarcia
authored
Aug 06, 2003
7fb2b943
Avoid using cl_va_list, cl_va_arg when the number of arguments is small (<32)
· b133c365
jjgarcia
authored
Aug 06, 2003
b133c365
Remove unused code
· 7dd31cde
jjgarcia
authored
Aug 06, 2003
7dd31cde
AUTOLOAD facility implemented
· dff649db
jjgarcia
authored
Aug 06, 2003
dff649db
Aug 05, 2003
New bytecodes compiler and interpreter, which use 8-bits large bytecodes and
· ee391629
jjgarcia
authored
Aug 05, 2003
ee391629
Aug 01, 2003
CYGWIN does not have header inttypes.h
· cc942827
jjgarcia
authored
Aug 01, 2003
cc942827
Jul 31, 2003
FORMATTER implemented. FORMAT ported from CMUCL and optionally included when...
· 8417f93d
jjgarcia
authored
Jul 31, 2003
8417f93d
Jul 23, 2003
Use user-supplied DPP to build the C files. machines.h is no longer required.
· e5072a82
jjgarcia
authored
Jul 23, 2003
e5072a82
Jul 17, 2003
Fixed parsing of DEFGENERIC so that only supplied options are passed to...
· 661db1b9
jjgarcia
authored
Jul 17, 2003
661db1b9
Jul 16, 2003
Method combinations implemented. Bug involving EQL specializers not being compared with EQL solved.
· 47fdf3ee
jjgarcia
authored
Jul 16, 2003
47fdf3ee
Remove wrong inline form.
· a2ab24e4
jjgarcia
authored
Jul 16, 2003
a2ab24e4
Try to load all files in *LISP-INIT-FILES-LIST*, not only the first one found.
· bd026050
jjgarcia
authored
Jul 16, 2003
bd026050
Fix parsing of /home/jlr to ensure it is produces a directory.
· aa481094
jjgarcia
authored
Jul 16, 2003
aa481094
Jul 15, 2003
clos.d is no longer used
· 92a9a84b
jjgarcia
authored
Jul 15, 2003
92a9a84b
Fix typo
· f6ec81ec
jjgarcia
authored
Jul 15, 2003
f6ec81ec
Add unused keyword :EXTERNAL-FORMAT to OPEN function for ANSI compatibility.
· d53b2a57
jjgarcia
authored
Jul 15, 2003
d53b2a57
*** empty log message ***
· 8f434b20
jjgarcia
authored
Jul 15, 2003
8f434b20
Fixed typo.
· 7470949f
jjgarcia
authored
Jul 15, 2003
7470949f
Fix bug that prevented (SETF DOCUMENTATION) from working with classes
· 264836b6
jjgarcia
authored
Jul 15, 2003
264836b6
Jul 10, 2003
Fix typo in help
· 529b7600
jjgarcia
authored
Jul 10, 2003
529b7600
LOAD now accepts a list of directories in which to look for files.
· f2c1749d
jjgarcia
authored
Jul 10, 2003
f2c1749d
READ/WRITE-SEQUENCE implemented.
· 3607ca33
jjgarcia
authored
Jul 10, 2003
3607ca33
Jul 08, 2003
Initial patches for supporting MINGW32
· d0cd173c
jjgarcia
authored
Jul 08, 2003
d0cd173c
Jul 03, 2003
Notify Alpha port
· 079d80b7
jjgarcia
authored
Jul 03, 2003
079d80b7
Fix SI::OPEN-PIPE and add SI::CLOSE-PIPE
· dadf9d34
jjgarcia
authored
Jul 03, 2003
dadf9d34
Loading