ecl/src/c
2005-02-11 18:00:24 +00:00
..
all_symbols.d Teach the compiler how to produce C functions with a fixed number of arguments when the corresponding lisp function does not have any &optional, &rest, &key. Teach it also how to produce slimmer code for MULTIPLE-VALUE-SETQ/BIND. The type of a C1FORM can now be a (VALUES ...) expression, the first value being obtained with C1FORM-PRIMARY-TYPE. 2004-05-17 07:32:52 +00:00
alloc.d Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +00:00
alloc_2.d Fix finalization bug when using Windows sockets. 2005-02-10 15:19:39 +00:00
apply.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
array.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
assignment.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
backq.d Placeholder routines for implementing backquotes using macros. Not yet finished 2005-02-11 09:26:37 +00:00
big.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
cfun.d Recast some function pointers as (void*) to solve some problems with the C++ compiler. 2004-05-12 08:48:02 +00:00
character.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
cinit.d Added the support for bsd sockets made by Julian Stecklina and ported to windows by M. Goffioul 2005-02-11 18:00:24 +00:00
cmpaux.d + Streams in ECL can now have element types CHARACTER, (UNSIGNED-BYTE 8) 2004-04-05 07:21:54 +00:00
compiler.d Fixes to the scope of special variable declarations 2005-01-11 09:57:22 +00:00
disassembler.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +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 Port to Microsoft VC++ by Goffioul Michael <goffioul@imec.be> 2004-10-25 16:34:20 +00:00
earith.d Add support for Mac OSX, which means 2001-12-25 16:13:18 +00:00
error.d Windows header also required under MINGW32. 2005-01-17 09:02:38 +00:00
eval.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
ffi.d Complete support for UFFI (Michael Goffioul) 2004-11-29 13:13:03 +00:00
file.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
format.d First steps towards support of binary streams 2004-12-16 11:21:20 +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 Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +00:00
gfun.d Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +00:00
hash.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
instance.d Preliminary implementation of the UFFI. 2004-03-29 11:13:17 +00:00
interpreter.d Port to Microsoft VC++ by Goffioul Michael <goffioul@imec.be> 2004-10-25 16:34:20 +00:00
list.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
load.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
macros.d Big changes in the way functions are compiled, unifying the code that handles DEFUN, DEFMACRO and LAMBDA, and fixing an important bug in the optimizer for tail-recursive calls. 2004-05-05 08:38:07 +00:00
main.d Temporary files are now also cleaned up when exiting via #'QUIT. 2005-01-12 10:09:55 +00:00
Makefile.in Fix conflicts with external declarations when using the C++ compiler 2005-01-13 11:03:18 +00:00
mapfun.d Preliminary support for POSIX threads. 2003-11-18 11:23:07 +00:00
multival.d Preliminary support for POSIX threads. 2003-11-18 11:23:07 +00:00
num_arith.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
num_co.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
num_comp.d Summer fixes 2004-10-04 08:02:39 +00:00
num_log.d Fixed printer of bignums and implemented readtable case. 2004-12-13 11:19:08 +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 Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
num_sfun.d Include math.h before ecl.h so that we can undefine complex in MSVC 2004-11-29 13:09:31 +00:00
number.d Include math.h before ecl.h so that we can undefine complex in MSVC 2004-11-29 13:09:31 +00:00
package.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
pathname.d Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +00:00
predicate.d Implement EQUALP for hash tables (M.Goffioul) 2004-12-03 17:33:58 +00:00
print.d Placeholder routines for implementing backquotes using macros. Not yet finished 2005-02-11 09:26:37 +00:00
profile.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
read.d Placeholder routines for implementing backquotes using macros. Not yet finished 2005-02-11 09:26:37 +00:00
reference.d Teach the compiler how to produce C functions with a fixed number of arguments when the corresponding lisp function does not have any &optional, &rest, &key. Teach it also how to produce slimmer code for MULTIPLE-VALUE-SETQ/BIND. The type of a C1FORM can now be a (VALUES ...) expression, the first value being obtained with C1FORM-PRIMARY-TYPE. 2004-05-17 07:32:52 +00:00
sequence.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
stacks.d Support for DLL in Windows 2004-06-18 07:51:14 +00:00
string.d Complete support for UFFI (Michael Goffioul) 2004-11-29 13:13:03 +00:00
structure.d Implemented the class redefinition protocol, and forward referenced classes. 2003-12-15 08:54:10 +00:00
symbol.d Allow package name in gentemp (M.Goffioul) 2004-12-15 13:09:26 +00:00
symbols_list.h Placeholder routines for implementing backquotes using macros. Not yet finished 2005-02-11 09:26:37 +00:00
tclBasic.d Fixes due to type sizes, updates of the old garbage collector and the terrible bug with hash tables merged into main trunk 2004-02-29 15:47:01 +00:00
tcp.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
threads.d Flag PTHREAD_MUTEX_ERRORCHECK_NP is PTHREAD_MUTEX_ERRORCHECK in FreeBSD 2005-02-04 14:09:40 +00:00
threads_win32.d Thread support for Mingw32 and MSVC (M. Goffioul) 2005-01-31 18:12:54 +00:00
time.d Fix compilation problems under MSVC and enable threads support 2005-02-10 15:18:40 +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 Preliminary implementation of the UFFI. 2004-03-29 11:13:17 +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 Complete the support for binary streams modifying FILE-POSITION and FILE-LENGTH. Preliminary, deactivated support for binary streams of strange sizes. 2004-12-20 08:58:06 +00:00
unixint.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
unixsys.d Open the pipes in binary mode 2005-01-26 18:02:04 +00:00