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 · ECL.0.9f
ecl
Browse files
May 21, 2005
Release 0.9f
· afc6bf5d
jjgarcia
authored
May 21, 2005
View commits for tag ECL.0.9f
ECL.0.9f
afc6bf5d
- Documented multiple return values from ffi:c-inline.
· b68aabbe
japhie
authored
May 21, 2005
b68aabbe
May 20, 2005
Remove unused directories
· dac21f80
jjgarcia
authored
May 20, 2005
dac21f80
The value of *LOAD-PATHNAME* should be a pathname
· 1874635c
jjgarcia
authored
May 20, 2005
1874635c
It is valid for STREAM-LINE-COLUMN to output NIL instead of an integer
· 3af1590f
jjgarcia
authored
May 20, 2005
3af1590f
Solved buffer overflow problem in extending strings
· fad06b21
jjgarcia
authored
May 20, 2005
fad06b21
COMPILE now accepts generic functions, although does little useful things with them
· 0e2b9f2a
jjgarcia
authored
May 20, 2005
0e2b9f2a
Renamed the frame structure to avoid name clashes with NetBSD/68k
· 21a2ebcf
jjgarcia
authored
May 20, 2005
21a2ebcf
The documentation slot in generic functions should default to NIL
· 784b7616
jjgarcia
authored
May 20, 2005
784b7616
May 19, 2005
When a routine expects an input/output stream and does not get it, it should be a type-error
· 6b04f32b
jjgarcia
authored
May 19, 2005
6b04f32b
New release
· 3a108005
jjgarcia
authored
May 19, 2005
3a108005
Fix order of parenthesis, which made the expression a wrong lvalue
· a7529246
jjgarcia
authored
May 19, 2005
a7529246
Use labs() instead of abs() to prevent truncation of fixnums on 64bit platforms
· 0c7f8613
jjgarcia
authored
May 19, 2005
0c7f8613
Some versions of GCC do not like the static declaration inside the function
· 82dbe6b9
jjgarcia
authored
May 19, 2005
82dbe6b9
Remove unused Tk port
· 8663bdb8
jjgarcia
authored
May 19, 2005
8663bdb8
Removed annoying log
· 981644e4
jjgarcia
authored
May 19, 2005
981644e4
Redo Michael's change
· 6a761be7
jjgarcia
authored
May 19, 2005
6a761be7
NetBSD's mkdir does not like the trailing slash in a directory name
· 31cd2acd
jjgarcia
authored
May 19, 2005
31cd2acd
NetBSD's mkdir does not like the trailing slash in a directory name
· fd8eec74
jjgarcia
authored
May 19, 2005
fd8eec74
Avoid building the info files from GMP
· d6146f22
jjgarcia
authored
May 19, 2005
d6146f22
May 18, 2005
RUN-PROCESS can now redirect the child process to the arbitrary files/streams...
· e9a9631b
jjgarcia
authored
May 18, 2005
e9a9631b
*ERROR-OUTPUT* is now properly set to the C error stream
· d58a25b4
jjgarcia
authored
May 18, 2005
d58a25b4
Fixes for compiling CLX with MSVC
· 7038a85b
jjgarcia
authored
May 18, 2005
7038a85b
OUT is not a valid label under MSVC
· c47fd03d
jjgarcia
authored
May 18, 2005
c47fd03d
READ/WRITE-SEQUENCE operates on vectors, not on arbitrary arrays
· 4344cee5
jjgarcia
authored
May 18, 2005
4344cee5
The special declarations of &aux variables were ignored. Example:
· 127d575a
jjgarcia
authored
May 18, 2005
127d575a
May 17, 2005
Use more accurate MSVC/Win32 tools syntax.
· c3d1b035
goffioul
authored
May 17, 2005
c3d1b035
Make it compile under cygwin.
· 29706f33
goffioul
authored
May 17, 2005
29706f33
May 13, 2005
Removed useless variable \*special-binding\*. C1ADD-GLOBAS is now properly...
· 98619884
jjgarcia
authored
May 13, 2005
98619884
When printing variables, also show the kind.
· 11befebb
jjgarcia
authored
May 13, 2005
11befebb
*** empty log message ***
· 3e51fa08
jjgarcia
authored
May 13, 2005
3e51fa08
Support for building shared libraries on Cygwin
· e86a9c3e
jjgarcia
authored
May 13, 2005
e86a9c3e
May 12, 2005
Fixed (DOCUMENTATION ... 'FUNCTION) and (SETF (DOCUMENTATION ... 'FUNCTION))
· a43ccfe4
japhie
authored
May 12, 2005
a43ccfe4
Reorder the fields in the symbol structure, so that cons.cdr overlaps with...
· e6632b5a
jjgarcia
authored
May 12, 2005
e6632b5a
Do not preserve the special proclamations between compiler sessions
· 1dd06c78
jjgarcia
authored
May 12, 2005
1dd06c78
LOC-REFERS-TO-SPECIAL did not take into account that variables are valid locations
· e1286e64
jjgarcia
authored
May 12, 2005
e1286e64
Collapse calls to bds_unwind1()
· 5f05c064
jjgarcia
authored
May 12, 2005
5f05c064
EXPT fails when exponent is a complex zero
· 09e15e0f
jjgarcia
authored
May 12, 2005
09e15e0f
May 11, 2005
Export new functions in the DLL.
· 4cc58116
goffioul
authored
May 11, 2005
4cc58116
May 10, 2005
Fixed a typo in the detection of tail recursive functions
· a4db8410
jjgarcia
authored
May 10, 2005
a4db8410
Loading