ecl/src/c
2007-12-30 19:07:42 +00:00
..
arch endp -> ecl_endp 2007-01-19 17:46:35 +00:00
all_symbols.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
alloc.d Implemented condition variables and recursive locks (Dan Corkill) 2007-12-01 15:53:13 +00:00
alloc_2.d GC_PTR is not defined in pre-installed version of the garbage collector 2007-12-23 19:56:47 +00:00
apply.d Allow C functions to have more than 64 required arguments. 2006-06-29 15:57:52 +00:00
array.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
assignment.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
backq.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
big.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
big_ll.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
cfun.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
character.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
cinit.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
cmpaux.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
compiler.d Show offending form when syntax error happens. 2007-07-12 09:09:53 +00:00
disassembler.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +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 Fixed some compiler warnings in dpp.c (Ralph Campbell) 2007-12-30 19:07:42 +00:00
earith.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
error.d Do not print \*current-form\* when there is none 2007-10-13 10:11:53 +00:00
eval.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
ffi.d Do not force reloading a shared library when it has been already loaded 2007-12-29 09:14:18 +00:00
file.d Force-output should not be called on an input stream 2007-12-27 20:42:43 +00:00
format.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
gbc-new.d Move from short/long-float to single/double-float (by L. Brinkhoff) 2006-09-01 15:15:57 +00:00
gbc.d Implemented condition variables and recursive locks (Dan Corkill) 2007-12-01 15:53:13 +00:00
gfun.d Error in hash table search for generic function (Fixed by Ralph Campbell) 2007-12-30 19:06:28 +00:00
hash.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
instance.d Implemented condition variables and recursive locks (Dan Corkill) 2007-12-01 15:53:13 +00:00
interpreter.d The only time we insert a spurious element is when initializing a stack. 2007-12-23 09:30:37 +00:00
list.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
load.d Do not force reloading a shared library when it has been already loaded 2007-12-29 09:14:18 +00:00
macros.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
main.d Fixed a dead-lock when combining finalization/gc statistics with threads. 2007-11-18 16:59:49 +00:00
Makefile.in Missing line to compile ffi_x86_64.d 2007-01-19 14:57:08 +00:00
mapfun.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
multival.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
num_arith.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
num_co.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
num_comp.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
num_log.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
num_pred.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
num_rand.d When copying a random state with MAKE-RANDOM-STATE, the data of the Mersenne-Twister has to be duplicated as well. 2007-05-21 21:33:52 +00:00
num_sfun.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
number.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
package.d Allow MAKE-PACKAGE to rename a package that had been implicitely defined while reading a binary 2007-08-02 13:33:07 +00:00
pathname.d ECL would not properly parse repeated slashes in directories, as in foo//fa.tex 2007-12-20 16:04:30 +00:00
predicate.d Missing type check for character comparison in EQUAL 2007-05-06 19:14:02 +00:00
print.d Implemented condition variables and recursive locks (Dan Corkill) 2007-12-01 15:53:13 +00:00
read.d Empty the list of packages to be created after loading a binary file. Ignore package component when *read-suppress* is true. 2007-08-02 19:35:39 +00:00
reference.d Implemented generic type checker based on ecl type tags and used it to replace multiple assertions. 2006-10-30 10:50:58 +00:00
sequence.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
stacks.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
string.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
structure.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
symbol.d Typo in COPY-SYMBOL, prevented proper type checking of input argument 2007-05-19 16:35:23 +00:00
symbols_list.h Implemented mp_process_yield (Built on Dan Corkill's patches) 2007-12-10 19:17:45 +00:00
symbols_list2.h Implemented mp_process_yield (Built on Dan Corkill's patches) 2007-12-10 19:17:45 +00:00
tcp.d Prefix most functions with 'ecl_' to avoid name collisions when embedding ECL in other libraries 2007-01-18 11:46:07 +00:00
threads.d Implemented mp_process_yield (Built on Dan Corkill's patches) 2007-12-10 19:17:45 +00:00
threads_win32.d Implemented mp_process_yield (Built on Dan Corkill's patches) 2007-12-10 19:17:45 +00:00
time.d Fixed the routine for computing the run time of a windows process (Yaroslav Kavenchuck) 2007-10-19 14:53:30 +00:00
typespec.d Implemented condition variables and recursive locks (Dan Corkill) 2007-12-01 15:53:13 +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 SI:MKSTEMP implemented for Windows (D. Long) 2007-05-22 15:54:45 +00:00
unixint.d Fix si_check_pending_interrupts and export it to the lisp world (Needed by WITHOUT-INTERRUPTS). (Thanks to Dan Corkill) 2007-11-25 18:45:49 +00:00
unixsys.d Ported SI:RUN-PROCESS's :WAIT argument to Windows 2007-11-26 20:34:54 +00:00