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.9i
ecl
Browse files
Jun 29, 2006
Announcement file, new version number and spell checking of the CHANGELOG file
· e639f44a
jgarcia
authored
Jun 29, 2006
View commits for tag ECL.0.9i
ECL.0.9i
e639f44a
Allow C functions to have more than 64 required arguments.
· c44f7bf9
jgarcia
authored
Jun 29, 2006
c44f7bf9
Jun 27, 2006
ECL didn't properly follow relative symlinks (fixed by Tim S.)
· 0344338e
jgarcia
authored
Jun 27, 2006
0344338e
Jun 26, 2006
- Make sure command string is null terminated
· 176bcbce
mgoffioul
authored
Jun 26, 2006
176bcbce
Add more flags which are missing in some platforms.
· 4464ad2c
jgarcia
authored
Jun 26, 2006
4464ad2c
Jun 24, 2006
Install manifest files when present (VC8).
· a501819e
mgoffioul
authored
Jun 24, 2006
a501819e
Safer when compiling from a directory with spaces in the name.
· 6ecf3c65
mgoffioul
authored
Jun 24, 2006
6ecf3c65
cl_shutdown() and cl_boot() may be called multiple times. cl_shutdown()...
· b59a1c4c
jgarcia
authored
Jun 24, 2006
b59a1c4c
Jun 22, 2006
ecl_listen_stream() now returns the correct value when applied on a CLOS stream.
· 252c7f35
mgoffioul
authored
Jun 22, 2006
252c7f35
Jun 17, 2006
*** empty log message ***
· 9f4101bd
jgarcia
authored
Jun 17, 2006
9f4101bd
APROPOS, APROPOS-LIST and HELP* are now case sensitive.
· a581d3ea
jgarcia
authored
Jun 17, 2006
a581d3ea
APROPOS is now insensitive to case differences.
· fd2e23ee
jgarcia
authored
Jun 17, 2006
fd2e23ee
Reimplement C1MACROLET using the facilities from the bytecodes compiler.
· f21de12a
jgarcia
authored
Jun 17, 2006
f21de12a
Make MACROLET safer by blocking all references to local variables and functions.
· ccd014fe
jgarcia
authored
Jun 17, 2006
ccd014fe
Make MACROLET a bit safer -- a least in the C compiler.
· a2fdf244
jgarcia
authored
Jun 17, 2006
a2fdf244
MACROLET functions are created in an environment that contains enclosing...
· fd3aeae1
jgarcia
authored
Jun 17, 2006
fd3aeae1
strtol() gets confused by extra characters at end of a string with fill pointer.
· f39f3af1
jgarcia
authored
Jun 17, 2006
f39f3af1
Version 6.7 of Boehm-Weiser garbage collector (Mostly for Darwin/x86 port)
· 63e544b5
jgarcia
authored
Jun 17, 2006
63e544b5
Jun 12, 2006
Integrated variables into the compiler environment. Variable *VARS* disappears.
· 022fda6f
jgarcia
authored
Jun 12, 2006
022fda6f
Add records to the compiler environment.
· 52f90d28
jgarcia
authored
Jun 12, 2006
52f90d28
Incorporate tags in the environment.
· 7305f018
jgarcia
authored
Jun 12, 2006
7305f018
Additional functions for the environment.
· d7c23c3a
jgarcia
authored
Jun 12, 2006
d7c23c3a
Replaced global variable *funs* by the new compiler environment.
· b03e07bd
jgarcia
authored
Jun 12, 2006
b03e07bd
Avoid using EVAL to speed up the macroexpansion process.
· 8e49187c
jgarcia
authored
Jun 12, 2006
8e49187c
Remove redundant function.
· f36f53a9
jgarcia
authored
Jun 12, 2006
f36f53a9
Allow users to provide a compiler environment when building interpreted code.
· 1666ae14
jgarcia
authored
Jun 12, 2006
1666ae14
EXPAND-DEFMACRO now outputs a lambda block.
· ab2da5b8
jgarcia
authored
Jun 12, 2006
ab2da5b8
Jun 02, 2006
With the unicode patch, some function names were not properly updated.
· 9ba498dd
jgarcia
authored
Jun 02, 2006
9ba498dd
Jun 01, 2006
Add :SYSTEM argument to C::BUILDER to build either console or Windows programs.
· 34f86291
mgoffioul
authored
Jun 01, 2006
34f86291
May 31, 2006
Remove obsolete symbols from export list.
· 4c4ae679
mgoffioul
authored
May 31, 2006
4c4ae679
Fix sequence reading when using binary streams with 8 bits.
· 3b084010
mgoffioul
authored
May 31, 2006
3b084010
May 30, 2006
Fixed typo (J. Stecklina)
· 6cf9da9a
jgarcia
authored
May 30, 2006
6cf9da9a
Build with sbcl-sockets by default
· 69e7290b
jgarcia
authored
May 30, 2006
69e7290b
Remove bogus paragraph from the documentation (J. Stecklina)
· 3d6ecf59
jgarcia
authored
May 30, 2006
3d6ecf59
Simplify the configuration flags for GMP (J. Stecklina)
· 74801eee
jgarcia
authored
May 30, 2006
74801eee
May 29, 2006
Emit proper code for arrays that contain circular references
· 2a55488e
jgarcia
authored
May 29, 2006
2a55488e
New special forms for handling the lisp stack. These constructions are used...
· 20ab0394
jgarcia
authored
May 29, 2006
20ab0394
New functions registered in the MSVC port. Fixed bugs in the names of...
· 18c22bd8
jgarcia
authored
May 29, 2006
18c22bd8
Unified the code for string comparison functions. MAKE-SYMBOL now allows...
· 94e7c62c
jgarcia
authored
May 29, 2006
94e7c62c
New function SI:COPY-TO-SIMPLE-BASE-STRING supersedes other redundant coercion...
· 53dfd6fd
jgarcia
authored
May 29, 2006
53dfd6fd
Loading