ecl.git
2012-02-05 Juan Jose Garcia... GET-MACRO-CHARACTER did not default to the standard... ECL.12.2.1 ECL.12.2.2
2012-02-05 Juan Jose Garcia... ECL did not build the help file without unicode
2012-02-04 Juan Jose Garcia... Fixes to quick-sort so that it does not stall in the...
2012-02-03 Juanjo Garcia... Propagate UNREAD-CHAR from an ECHO-STREAM to its actual...
2012-02-03 Juan Jose Garcia... Detecting the stack direction did not work with very...
2012-02-02 Juan Jose Garcia... LOAD-TIME-VALUE evaluates its argument in an empty...
2012-02-02 Juan Jose Garcia... REGISTER-PRE-BUILT-SYSTEM did not "know" that a system...
2012-02-02 Juan Jose Garcia... safe_close() did not return output flag.
2012-02-02 Juan Jose Garcia... LOAD-TIME-VALUE returned two values when passed two
2012-02-02 Juan Jose Garcia... When a form had more than 63 arguments, it did not...
2012-02-02 Juan Jose Garcia... When etags fails, ignore the error.
2012-01-31 Juan Jose Garcia... Fixed asdf:component-relative-pathname to allow specify...
2012-01-31 Juan Jose Garcia... The interpreter only allowed LOAD-TIME-VALUE to take...
2012-01-31 Juan Jose Garcia... Upgraded version to 12.2.1
2012-01-25 Juan Jose Garcia... In the prebuilt ASDF files, hard-code the paths of...
2012-01-25 Juan Jose Garcia... NEED-TO-MAKE-LOAD-FORM-P was not registered as taking...
2012-01-22 Juan Jose Garcia... Added Windows dllexport declaration to ecl_to_size...
2012-01-22 Juan Jose Garcia... Fixed typo in the non-inlined version of ecl_to_size().
2012-01-22 Juan Jose Garcia... Fixed wrong #ifdef in file.d
2012-01-22 Juan Jose Garcia... Fixed miscompilation in Mingw (Xiaofeng Yang)
2012-01-15 Juan Jose Garcia... Unicode strings were not properly saved in C compiled...
2012-01-15 Juan Jose Garcia... Cleanup ecl_open_stream, removing gotos. Instead of...
2012-01-15 Juan Jose Garcia... Create safe_* versions of open, fdopen, fopen, close...
2012-01-15 Juan Jose Garcia... *compiler-break-enable* was sset to T by FIX-READ-ONLY...
2012-01-06 Juan Jose Garcia... Fix header corruption in last build.
2012-01-06 Juan Jose Garcia... The total size of each hash table in ECL-CDB was not...
2012-01-06 Juan Jose Garcia... Strip out the help file routines into a separate module...
2012-01-06 Juan Jose Garcia... Fixes in the sequence-input/output-streams. UNREAD...
2012-01-06 Juan Jose Garcia... ecl_to_int64_t() contained a stray while(1).
2012-01-06 Juan Jose Garcia... When extracting the byte content of an array, create...
2012-01-06 Juan Jose Garcia... Restrict sequence input/output streams to byte arrays
2012-01-02 Juan Jose Garcia... Fixed circularities when printing comments in the compi...
2012-01-02 Juan Jose Garcia... When printing out lambda expressions, use *PRINT-READAB...
2012-01-01 Juan Jose Garcia... Replace most uses of fixint with ecl_to_fix/ecl_to_size
2012-01-01 Juan Jose Garcia... We introduce two functions, ecl_to_fix/ecl_to_size...
2012-01-01 Juan Jose Garcia... Simplified _ecl_get_fixnum/index under the assumption...
2012-01-01 Juan Jose Garcia... The SETF optimizer (try-simpler-expansion in setf.lsp...
2012-01-01 Juan Jose Garcia... Type inference for LOGAND
2012-01-01 Juan Jose Garcia... fixint()/fixnnint() did not work when sizeof(long)...
2012-01-01 Juan Jose Garcia... Another THE->TRULY-THE change in evalmacros.lsp
2012-01-01 Juan Jose Garcia... In TRUENAME, when a file pathname is found to be a...
2012-01-01 Juan Jose Garcia... Eliminate infinite recursion in makefiles.
2012-01-01 Juan Jose Garcia... In LOOP, propagate the unsafe declarations to the whole...
2011-12-31 Juan Jose Garcia... Implemented EXT:TRULY-THE and made THE expand to either...
2011-12-31 Juan Jose Garcia... Change the syntax of CHECKED-VALUE so that it matches...
2011-12-31 Juan Jose Garcia... Wrong number of arguments passed to NEED-TO-MAKE-LOAD...
2011-12-31 Juan Jose Garcia... In pathnames, .. is translated to :UP, not :BACK.
2011-12-31 Juan Jose Garcia... The truename of a link to a directory was not properly...
2011-12-31 Juan Jose Garcia... :UP removes actually two levels from directory (in...
2011-12-31 Juan Jose Garcia... Remove debug statement
2011-12-31 Juan Jose Garcia... Dots are removed from pathnames when parsing them.
2011-12-31 Juan Jose Garcia... In TRUENAME, ".." was not eliminated from the path
2011-12-30 Juan Jose Garcia... Fixed the UCS2-BE/LE decoders
2011-12-30 Juan Jose Garcia... Some of the changes for the Windows tests broke the...
2011-12-30 Juan Jose Garcia... Fixed compiler macroexpander for STRUCTURE-SET
2011-12-30 Juan Jose Garcia... Fixed compiler macroexpander for SETQ
2011-12-30 Juan Jose Garcia... Fixed the error message in ecl_sequence_start_end(...
2011-12-30 Juan Jose Garcia... Added automated tests to the MSVC port
2011-12-30 Juan Jose Garcia... Missing POSIX coercion in unixfsys.d
2011-12-30 Juan Jose Garcia... Create msvc/c/clos directory for MSVC builds
2011-12-30 Juan Jose Garcia... Added missing object files to the Windows Makefile
2011-12-30 Juan Jose Garcia... In FILE-WRITE-DATE, FILE-WRITE-AUTHOR and other related...
2011-12-30 Juan Jose Garcia... Increase stack size of ECL [Serhiy Y]
2011-12-30 Juan Jose Garcia... Weak hash tables
2011-12-30 Juan Jose Garcia... Fixed comment on gather_statistics()
2011-12-30 Juan Jose Garcia... The methods in the hash tables now hide the ecl_hashtab...
2011-12-30 Juan Jose Garcia... Another expansion of DOLIST which uses unboxing. Seems...
2011-12-30 Juan Jose Garcia... Simplfied c1setq so that it does not call c1setq1 but...
2011-12-30 Juan Jose Garcia... Fixed various typos that led to infinite recursion...
2011-12-28 Juan Jose Garcia... Added an inliner for 1+/1- to ecl_make_integer(), which...
2011-12-28 Juan Jose Garcia... The new policies can now take an argument, as in (DECLA...
2011-12-28 Juan Jose Garcia... Added some declarations for the new type check model.
2011-12-28 Juan Jose Garcia... The EXT package is now used in the C package
2011-12-28 Juan Jose Garcia... Rewrite DOTIMES to adapt to the new type checking scheme.
2011-12-28 Juan Jose Garcia... Added some IGNORE declarations and fixed some reference...
2011-12-28 Juan Jose Garcia... When extracting primary types from (VALUES), use NULL.
2011-12-28 Juan Jose Garcia... Replaced the macro expanders for the structure accessors.
2011-12-28 Juan Jose Garcia... In C2CALL-GLOBAL use the form primary type as expected...
2011-12-28 Juan Jose Garcia... Remove type propagators for structure-set/ref
2011-12-28 Juan Jose Garcia... Fixes in how FTYPE proclamations are stored -- the...
2011-12-28 Juan Jose Garcia... Replaced the special forms for structure-ref/set with...
2011-12-28 Juan Jose Garcia... Introduced a new location, THE, which makes a more...
2011-12-28 Juan Jose Garcia... C2 functions now receive the C1FORM as an argument.
2011-12-27 Juan Jose Garcia... MULTIPLE-VALUE-SETQ and PSETQ also introduce type checks.
2011-12-27 Juan Jose Garcia... C1SETQ now performs checked assignments.
2011-12-27 Juan Jose Garcia... Change assignements in COMPILE so that the function...
2011-12-27 Juan Jose Garcia... C1CALL now checks the length of the argument list,...
2011-12-27 Juan Jose Garcia... Avoid recursive invocation of C1EXPR by allowing the...
2011-12-26 Juan Jose Garcia... Interpret LET/LET* type declarations as assertions...
2011-12-26 Juan Jose Garcia... Replace some DO forms with LOOPs, thus also fixing...
2011-12-26 Juan Jose Garcia... Remove unused variable.
2011-12-26 Juan Jose Garcia... The argument to DEFPACKAGE is a string designator,...
2011-12-26 Juan Jose Garcia... Propagate the type of a function when invoked through...
2011-12-26 Juan Jose Garcia... Turn CHECKED-VALUE into a special form to speed up...
2011-12-26 Juan Jose Garcia... Only emit type checks for nontrivial types.
2011-12-26 Juan Jose Garcia... Optimize C1COMPILER-TYPECASE for the case in which...
2011-12-26 Juan Jose Garcia... Implemented type assertions using EXT:COMPILER-TYPECASE...
2011-12-26 Juan Jose Garcia... In "make mostlyclean", only enter those directories...
2011-12-26 Juan Jose Garcia... Fix additional warnings about unused variables and...
2011-12-26 Juan Jose Garcia... Fixed typo in various compiler macros (cmpopt-printer...
next