| .. |
|
arch
|
Some functions now take a cl_env_ptr argument, becoming better isolated.
|
2008-10-11 22:32:54 +02:00 |
|
all_symbols.d
|
Separate lisp objects for functions with fixed and variable # arguments
|
2008-06-19 15:08:03 +00:00 |
|
alloc.d
|
start/end_critical_section does not make sense any more
|
2008-10-10 23:25:20 +02:00 |
|
alloc_2.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
apply.d
|
Implement APPLY using assembler on the Intel/32bits platform
|
2008-04-30 10:33:10 +00:00 |
|
array.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
assignment.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
backq.d
|
Committed the changes to implement small conses
|
2008-04-30 14:24:20 +00:00 |
|
big.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
big_ll.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
cfun.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
character.d
|
More rigorous parsing of character names.
|
2008-06-23 20:37:04 +00:00 |
|
cinit.d
|
Call upgraded-array-element-type directly instead of using cl_funcall.
|
2008-05-29 06:45:53 +00:00 |
|
cmpaux.d
|
Inline the code for handling cl_va_list
|
2008-05-12 08:10:27 +00:00 |
|
compiler.d
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
disassembler.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
dosdummy.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
dostimes.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
dpp.c
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
earith.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
error.d
|
Add a configuration flag for using mprotect.
|
2008-10-08 23:49:31 +02:00 |
|
eval.d
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
ffi.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
file.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
format.d
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
gbc-new.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
gbc.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
gfun.d
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
hash.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
instance.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
interpreter.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
list.d
|
In SUBST and the like, the call frames for :KEY functions were not set up correctly
|
2008-05-12 08:17:45 +00:00 |
|
load.d
|
Protect shared library operations from interrupts.
|
2008-10-12 00:07:43 +02:00 |
|
macros.d
|
Committed the changes to implement small conses
|
2008-04-30 14:24:20 +00:00 |
|
main.d
|
Some functions now take a cl_env_ptr argument, becoming better isolated.
|
2008-10-11 22:32:54 +02:00 |
|
Makefile.in
|
Added hooks for registering DEF* forms and their locations with some database.
|
2008-07-12 14:13:05 +00:00 |
|
mapfun.d
|
Some functions now take a cl_env_ptr argument, becoming better isolated.
|
2008-10-11 22:32:54 +02:00 |
|
multival.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
newhash.h
|
The last 12 bytes of a string were not used for the hash
|
2008-05-30 23:51:44 +00:00 |
|
num_arith.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
num_co.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
num_comp.d
|
Second iteration of a solution for inaccurate float/fixnum comparison
|
2008-08-03 14:11:21 +00:00 |
|
num_log.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
num_pred.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
num_rand.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
num_sfun.d
|
Final fix for a problem with buggy tanf().
|
2008-08-03 14:54:56 +00:00 |
|
number.d
|
Unify the sources for windows and posix threads
|
2008-10-11 11:38:15 +02:00 |
|
package.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
pathname.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
predicate.d
|
New flag --with-signed-zero (Juanjo). RUN-PROGRAM now returns exit code of program (Josh Elsasser).
|
2008-10-05 00:04:15 +02:00 |
|
print.d
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
read.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
reference.d
|
Separate lisp objects for functions with fixed and variable # arguments
|
2008-06-19 15:08:03 +00:00 |
|
sequence.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
stacks.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
string.d
|
Some functions now take a cl_env_ptr argument, becoming better isolated.
|
2008-10-11 22:32:54 +02:00 |
|
structure.d
|
All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form.
|
2008-10-10 22:36:15 +02:00 |
|
symbol.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
symbols_list.h
|
Unify the sources for windows and posix threads
|
2008-10-11 11:38:15 +02:00 |
|
symbols_list2.h
|
Unify the sources for windows and posix threads
|
2008-10-11 11:38:15 +02:00 |
|
tcp.d
|
Since dpp now generates code that uses 'the_env', it has to be defined in functions that use @(return)
|
2008-10-11 23:47:40 +02:00 |
|
threads.d
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
time.d
|
WinSock.h is needed for struct timeval (Claus Brod)
|
2008-09-28 22:41:44 +00:00 |
|
typespec.d
|
TYPE-OF didn't output any value when the argument was a list.
|
2008-10-05 19:30:09 +02:00 |
|
unify.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
unixfsys.d
|
Deprecate name: cl_dealloc (-> ecl_dealloc)
|
2008-10-11 23:14:54 +02:00 |
|
unixint.d
|
Eliminate more uses of fake variable cl_env
|
2008-10-11 23:09:45 +02:00 |
|
unixsys.d
|
Fixed problem with argument of WEXITSTATUS
|
2008-10-05 10:16:38 +02:00 |