| .. |
|
all_symbols.d
|
Fix the name mangler so that it also mangles the package name.
|
2003-04-30 20:05:09 +00:00 |
|
alloc.d
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
alloc_2.d
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
apply.d
|
In closures and local functions, the environment and the lexical variables
|
2003-05-03 17:20:42 +00:00 |
|
array.d
|
ECL ported to Solaris/SPARC-32
|
2003-07-01 12:28:44 +00:00 |
|
assignment.d
|
Fix typo.
|
2003-04-28 17:54:37 +00:00 |
|
backq.d
|
Fix a typo. In comma_reader, PEEK-CHAR should be called with the stream to
|
2002-11-23 17:52:43 +00:00 |
|
big.d
|
Do not try to deallocate bignum registers.
|
2003-04-08 14:00:32 +00:00 |
|
bind.d
|
The project name goes back to ECL. Therefore feature #+ECL returns and the
|
2001-11-21 08:07:30 +00:00 |
|
cfun.d
|
Various minor fixes, and an important set of changes to teach the compiler
|
2003-04-28 15:55:22 +00:00 |
|
character.d
|
Bunch of fixes. See CHANGELOG.
|
2003-03-17 10:39:08 +00:00 |
|
cinit.d
|
+ New implementation of DESTRUCTURING-BIND
|
2003-03-04 16:35:03 +00:00 |
|
clos.d
|
Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit.
|
2002-12-09 12:10:33 +00:00 |
|
cmpaux.d
|
Changes on the CLOS bootstrapping sequence (which is now done entirely in
|
2003-06-25 14:46:42 +00:00 |
|
compiler.d
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
disassembler.d
|
Change the order in which variables of a MULTIPLE-VALUE-SETQ form are assigned.
|
2003-04-10 17:38:17 +00:00 |
|
dosdummy.d
|
Initial revision
|
2001-06-26 17:14:44 +00:00 |
|
dostimes.d
|
Initial revision
|
2001-06-26 17:14:44 +00:00 |
|
dpp.c
|
ECL ported to Solaris/SPARC-32
|
2003-07-01 12:28:44 +00:00 |
|
earith.d
|
Add support for Mac OSX, which means
|
2001-12-25 16:13:18 +00:00 |
|
error.d
|
Various minor fixes, and an important set of changes to teach the compiler
|
2003-04-28 15:55:22 +00:00 |
|
eval.d
|
Various minor fixes, and an important set of changes to teach the compiler
|
2003-04-28 15:55:22 +00:00 |
|
ffi.d
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
file.d
|
Some extra headers are required for select() in older systems.
|
2003-06-06 16:18:59 +00:00 |
|
format.d
|
Fix FORMAT control ~C so that ~C behaves as WRITE-CHAR.
|
2003-05-27 12:33:59 +00:00 |
|
gbc-new.d
|
gentemp_prefix and gensym_prefix are now constant static variables and their
|
2002-09-11 14:49:54 +00:00 |
|
gbc.d
|
Fix SI::OPEN-PIPE and add SI::CLOSE-PIPE
|
2003-07-03 13:57:59 +00:00 |
|
gfun.d
|
Various minor fixes, and an important set of changes to teach the compiler
|
2003-04-28 15:55:22 +00:00 |
|
hash.d
|
Add more symbols to src/c/symbols_list.h, and resolve associated conflicts.
|
2003-04-28 09:25:58 +00:00 |
|
instance.d
|
Changes on the CLOS bootstrapping sequence (which is now done entirely in
|
2003-06-25 14:46:42 +00:00 |
|
interpreter.d
|
Changes on the CLOS bootstrapping sequence (which is now done entirely in
|
2003-06-25 14:46:42 +00:00 |
|
list.d
|
In list functions, improve checking of :TEST[-NOT] and :KEY arguments, and rewrite auxiliary function MEMBER1 so that it uses no keyword arguments.
|
2003-05-03 17:13:42 +00:00 |
|
load.d
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
lwp.d
|
Global variables preserving_whitespace, detect_eos_flag, escape_flag and
|
2002-11-24 15:52:15 +00:00 |
|
macros.d
|
Add more symbols to src/c/symbols_list.h, and resolve associated conflicts.
|
2003-04-28 09:25:58 +00:00 |
|
main.d
|
ECL ported to Solaris/SPARC-32
|
2003-07-01 12:28:44 +00:00 |
|
Makefile.in
|
Only include ffi.d when it is required. Some compilers do not like empty files.
|
2003-07-02 08:41:39 +00:00 |
|
mapfun.d
|
Signal a PROGRAM-ERROR when number of arguments is wrong.
|
2003-04-10 20:38:33 +00:00 |
|
multival.d
|
Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG.
|
2002-11-04 14:08:24 +00:00 |
|
num_arith.d
|
Bunch of fixes. See CHANGELOG.
|
2003-03-17 10:39:08 +00:00 |
|
num_co.d
|
Bunch of fixes. See CHANGELOG.
|
2003-03-17 10:39:08 +00:00 |
|
num_comp.d
|
Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit.
|
2002-12-09 12:10:33 +00:00 |
|
num_log.d
|
The "int" type is too small to host a fixnum.
|
2003-07-03 08:23:39 +00:00 |
|
num_pred.d
|
Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG.
|
2002-11-04 14:08:24 +00:00 |
|
num_rand.d
|
Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit.
|
2002-12-09 12:10:33 +00:00 |
|
num_sfun.d
|
Bunch of fixes. See CHANGELOG.
|
2003-03-17 10:39:08 +00:00 |
|
number.d
|
Changes on the CLOS bootstrapping sequence (which is now done entirely in
|
2003-06-25 14:46:42 +00:00 |
|
package.d
|
Various minor fixes, and an important set of changes to teach the compiler
|
2003-04-28 15:55:22 +00:00 |
|
pathname.d
|
Parse properly filenames with a leading dot, like ~/.ecl.lsp or ~/.eclrc
|
2003-06-27 16:16:26 +00:00 |
|
predicate.d
|
Changes on the CLOS bootstrapping sequence (which is now done entirely in
|
2003-06-25 14:46:42 +00:00 |
|
print.d
|
Increase size of buffer for printing bignums
|
2003-07-03 10:09:36 +00:00 |
|
profile.d
|
Rewrite the checking of # of arguments, so that the error message gets the name of the function whenever possible.
|
2002-11-18 11:29:21 +00:00 |
|
read.d
|
Various minor fixes, and an important set of changes to teach the compiler
|
2003-04-28 15:55:22 +00:00 |
|
reference.d
|
Various minor fixes, and an important set of changes to teach the compiler
|
2003-04-28 15:55:22 +00:00 |
|
sequence.d
|
ECL ported to Solaris/SPARC-32
|
2003-07-01 12:28:44 +00:00 |
|
stacks.d
|
Bunch of fixes. See CHANGELOG.
|
2003-03-17 10:39:08 +00:00 |
|
string.d
|
Bunch of fixes. See CHANGELOG.
|
2003-03-17 10:39:08 +00:00 |
|
structure.d
|
Allow structures to have :TYPE (VECTOR BIT), (VECTOR CHARACTER), etc,
|
2003-04-30 11:47:59 +00:00 |
|
symbol.d
|
Create new functions SI::{GET,PUT,REM}-SYSPROP to handle vital information
|
2003-03-21 14:18:56 +00:00 |
|
symbols_list.h
|
Fix SI::OPEN-PIPE and add SI::CLOSE-PIPE
|
2003-07-03 13:57:59 +00:00 |
|
tclBasic.d
|
Introduce ecl_register_static_root() to register C static variables as containing pointers for garbage collection. Make ecl_register_static_root() do nothing in the Boehm-Weiser GC, because it already scans the whole data segment.
|
2002-11-18 12:48:58 +00:00 |
|
tcp.d
|
Global variables preserving_whitespace, detect_eos_flag, escape_flag and
|
2002-11-24 15:52:15 +00:00 |
|
time.d
|
Bunch of fixes. See CHANGELOG.
|
2003-03-17 10:39:08 +00:00 |
|
tkMain.d
|
The project name goes back to ECL. Therefore feature #+ECL returns and the
|
2001-11-21 08:07:30 +00:00 |
|
typespec.d
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
unify.d
|
The project name goes back to ECL. Therefore feature #+ECL returns and the
|
2001-11-21 08:07:30 +00:00 |
|
unixfsys.d
|
Do not use getpw* for checking the current user's home directory. Use /home/users/j/jj/jjgarcia instead.
|
2003-07-03 10:09:41 +00:00 |
|
unixint.d
|
We need machines.h do define unix.h.
|
2002-11-21 13:41:22 +00:00 |
|
unixsys.d
|
Fix SI::OPEN-PIPE and add SI::CLOSE-PIPE
|
2003-07-03 13:57:59 +00:00 |