ecl/src/c
2005-06-29 08:16:39 +00:00
..
all_symbols.d Reorder the fields in the symbol structure, so that cons.cdr overlaps with symbol.gfdef, and now we are allowed to set property lists of NIL. 2005-05-12 15:45:22 +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 - Let GC know when we want to use threads 2005-06-23 21:53:48 +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 Missing 'break' statement caused errors whenever (N)REVERSING bitvectors 2005-06-27 11:47:19 +00:00
assignment.d Reorder the fields in the symbol structure, so that cons.cdr overlaps with symbol.gfdef, and now we are allowed to set property lists of NIL. 2005-05-12 15:45:22 +00:00
backq.d OUT is not a valid label under MSVC 2005-05-18 12:16:32 +00:00
big.d - Move initializing big registers in cl_env to separate function to 2005-06-23 22:02:08 +00:00
cfun.d Various ANSI compatibility fixes 2005-05-26 19:17:53 +00:00
character.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
cinit.d Wrong argument type 2005-06-27 08:33:13 +00:00
cmpaux.d New function for converting objects to unsigned integers 2005-06-03 14:56:15 +00:00
compiler.d Mark some blocks, which contain no pointers (for instance bytecodes) as atomic 2005-06-27 08:15:52 +00:00
disassembler.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
dosdummy.d
dostimes.d
dpp.c Output line number information in processed sources 2005-06-01 13:05:31 +00:00
earith.d Add support for Mac OSX, which means 2001-12-25 16:13:18 +00:00
error.d Various ANSI compatibility fixes 2005-05-26 19:17:53 +00:00
eval.d Various ANSI compatibility fixes 2005-05-26 19:17:53 +00:00
ffi.d Fixed typo 2005-06-28 13:50:01 +00:00
file.d Various ANSI compatibility fixes 2005-05-26 19:17:53 +00:00
format.d The build system has been cleaned. The --with-system-* options now can automatically detect the existence of GMP and Boehm-Weiser libraries 2005-04-12 11:59:26 +00:00
gbc-new.d Renamed the frame structure to avoid name clashes with NetBSD/68k 2005-05-20 15:02:52 +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 Use labs() instead of abs() to prevent truncation of fixnums on 64bit platforms 2005-05-19 16:15:08 +00:00
instance.d Preliminary implementation of the UFFI. 2004-03-29 11:13:17 +00:00
interpreter.d Various ANSI compatibility fixes 2005-05-26 19:17:53 +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 COMPILE-FILE now honors the value of :OUTPUT-FILE, including the filename type 2005-06-27 14:19:00 +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 Accept #\Esc as character name. 2005-05-23 01:30:48 +00:00
Makefile.in - Completed DESTDIR support in make install* 2005-06-28 14:39:51 +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 Use labs() instead of abs() to prevent truncation of fixnums on 64bit platforms 2005-05-19 16:15:08 +00:00
num_co.d Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
num_comp.d Comparison between fixnums and floats is done without loss of precision 2005-06-29 08:16:07 +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 The random number generator assumed 32-bit integers 2005-05-30 12:04:36 +00:00
num_sfun.d EXPT fails when exponent is a complex zero 2005-05-12 12:39:57 +00:00
number.d More accurate ratio->float conversion which does not fail if the denominator is too large to fit a float 2005-06-27 08:30:12 +00:00
package.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
pathname.d Test for equality between host names should be EQUAL not EQ 2005-06-01 13:05:22 +00:00
predicate.d Implement EQUALP for hash tables (M.Goffioul) 2004-12-03 17:33:58 +00:00
print.d Various ANSI compatibility fixes 2005-05-26 19:17:53 +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 It is now possible to change the syntax of colon, #\:, and #\Space is always an invalid character 2005-06-29 08:16:39 +00:00
reference.d Various ANSI compatibility fixes 2005-05-26 19:17:53 +00:00
sequence.d Minimized consing in VECTOR-PUSH-EXTEND and simplified sequence routines with two new abstractions ecl_copy/reverse_subarray(). 2005-06-27 08:14:04 +00:00
stacks.d Renamed the frame structure to avoid name clashes with NetBSD/68k 2005-05-20 15:02:52 +00:00
string.d Mark some blocks, which contain no pointers (for instance bytecodes) as atomic 2005-06-27 08:15:52 +00:00
structure.d Implemented the class redefinition protocol, and forward referenced classes. 2003-12-15 08:54:10 +00:00
symbol.d Reorder the fields in the symbol structure, so that cons.cdr overlaps with symbol.gfdef, and now we are allowed to set property lists of NIL. 2005-05-12 15:45:22 +00:00
symbols_list.h - Export MP:*CURRENT-PROCESS* from MP package, not from COMMON-LISP 2005-06-23 22:03:29 +00:00
symbols_list2.h DECLARATION names cannot be type names and viceversa 2005-06-09 08:05:17 +00:00
tclBasic.d Reorder the fields in the symbol structure, so that cons.cdr overlaps with symbol.gfdef, and now we are allowed to set property lists of NIL. 2005-05-12 15:45:22 +00:00
tcp.d New stream mode smm_io_wsock. 2005-02-17 12:40:26 +00:00
threads.d - Let GC know that we want to use threads 2005-06-23 22:06:10 +00:00
threads_win32.d - Init cl_env big registers properly. 2005-06-24 12:02:45 +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 Reorder format arguments correctly in FEtype_error_index(). 2005-06-09 11:36:32 +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 Added function si:rmdir. 2005-05-28 22:34:05 +00:00
unixint.d Thread support for Mingw32 2005-01-31 17:59:46 +00:00
unixsys.d ext:run-program looks into *standard-input/output* and *error-output* also under Win32. 2005-05-30 15:04:06 +00:00