ecl.git
2013-05-27 Juan Jose Garcia... Remove further unused functions and variables in LOOP... ECL.13.5.1
2013-05-27 Juan Jose Garcia... Annotate the change in LOOP
2013-05-27 Juan Jose Garcia... ECL now supports IF/WHILE statements interleaved with...
2013-05-27 Juan Jose Garcia... Removed unused code.
2013-05-26 Juan Jose Garcia... When type propagation errors happen, show the function...
2013-05-26 Juan Jose Garcia... ECL goes back to complaining about WHILE statements...
2013-05-25 Juan Jose Garcia... The not-inlined version of ecl_bds_push differed from...
2013-05-24 Juan Jose Garcia... The value of *env-lvl* was not saved in cmptop.lsp
2013-05-24 Juan Jose Garcia... One of the regressions now properly prints the class...
2013-05-24 Juan Jose Garcia... Missing use of ECL_NO_TL_BINDING in process.d
2013-05-23 Juan Jose Garcia... Fixed different uses of *volatile*, which indented...
2013-05-23 Juan Jose Garcia... Improve slightly the indentation of the C code generate...
2013-05-23 Juan Jose Garcia... Fixed typo in ALLOCATE-INSTANCE (for structure-class)
2013-05-23 Juan Jose Garcia... The declaration of CLV variables had too many newlines.
2013-05-23 Juan Jose Garcia... The definition of env0 missed a newline character befor...
2013-05-22 Juan Jose Garcia... MAKE-INSTANCE now works with structures, too
2013-05-21 Juanjo Garcia... CONSTANT-FORM-VALUE did not work with NIL
2013-05-21 Juanjo Garcia... Upgraded ASDF to the last version before 3.0.0
2013-05-20 Juan Jose Garcia... Tag new release
2013-05-20 Juan Jose Garcia... We cannot use :READ-ONLY in the SETF expansions because...
2013-05-19 Juan Jose Garcia... PROGV must be able to 'ubind' variables when there...
2013-05-18 Juan Jose Garcia... The code size estimation in LOOP was broken. Following...
2013-05-11 Juan Jose Garcia... Upgrade ASDF to 2.33 with a local fix
2013-05-10 Juan Jose Garcia... Eliminate the dependency of msvc/gc/Makefile on ntwin32...
2013-04-17 Juan Jose Garcia... Fix the order of statements in the compiler macro expan...
2013-04-16 Juan Jose Garcia... HASH-TABLE-COUNT now updates the list of live entries...
2013-04-14 Juan Jose Garcia... Don't create extra strings on platforms without limitat...
2013-04-14 Juan Jose Garcia... Announce the change in the way compiled data is stored.
2013-04-14 Juan Jose Garcia... In *.data we have to add a final newline character...
2013-04-13 Juan Jose Garcia... The length of the string that stores compiled data...
2013-04-12 Juan Jose Garcia... Removed empty line from *.data
2013-04-12 Juan Jose Garcia... ECL now reports #+UNIX for all compatible systems,...
2013-04-07 Juan Jose Garcia... New way of creating lisp data, using an array of string...
2013-04-02 Juan Jose Garcia... Add back some missing C files to msvc/c/Makefile
2013-04-02 Juan Jose Garcia... Fixed type coercion in system()
2013-04-02 Juan Jose Garcia... Fixed some type coercions in internal.h
2013-03-31 Juan Jose Garcia... Prepare for release.
2013-03-31 Juan Jose Garcia... The problem with tanf() and glibc/gcc appears in other...
2013-03-30 Juan Jose Garcia... PRINT-OBJECT did not have a valid default for built...
2013-03-30 Juan Jose Garcia... Upgrade config.guess and config.sub to newer versions
2013-03-30 Juan Jose Garcia... c::emit-inlined-values did not contemplate the empty...
2013-03-23 Juan Jose Garcia... Yet another attempt at a proper initialization of main_...
2013-03-23 Juan Jose Garcia... We cannot use the ASDF package name explicitly when...
2013-03-22 Juan Jose Garcia... Fixed typo.
2013-03-07 Juanjo Garcia... Remove comment about asdf-bundle, which was obsolete.
2013-03-07 Juanjo Garcia... asdf-bundle.lisp is no longer needed, since asdf.lisp...
2013-03-03 Juan Jose Garcia... Fixed the ordering of libraries in compile.lsp.in
2013-03-02 Juan Jose Garcia... The standard pprint dispatch table in with-standard...
2013-03-02 Juan Jose Garcia... Added serialization of bytecodes and bytecode closures
2013-02-28 Juan Jose Garcia... Upgrade ASDF to 2.31.2
2013-02-28 Juan Jose Garcia... Fixed error message signaled when a readtable cannot...
2013-02-27 Juanjo Garcia... The command line option -h named both the help and...
2013-02-27 Juanjo Garcia... SYSTEM must use the POSIX shell, which usually lives...
2013-01-17 Juan Jose Garcia... CLX uses recursive locks
2013-01-14 Juan Jose Garcia... In do-setf-structure-method, the closures did not check...
2013-01-13 Juan Jose Garcia... cl_fixnum/cl_index lose priority vs long/unsigned long...
2013-01-13 Juan Jose Garcia... *,+,-,/ now convert their operands to the largest C...
2013-01-13 Juan Jose Garcia... Fixed the size of C-ULONG-LONG-MAX (it was not created...
2013-01-12 Juan Jose Garcia... ECL now recognizes all ASCII control-character abbrevia...
2013-01-12 Juan Jose Garcia... New functions RATIOP, {SINGLE,SHORT,DOUBLE,LONG}-FLOAT...
2013-01-12 Juan Jose Garcia... Remove a statement that prevented TYPEP from being...
2013-01-12 Juan Jose Garcia... enter_directory() writes out a string with a null chara...
2013-01-12 Juan Jose Garcia... sharp_left_parenthesis_reader() now relies on a separat...
2013-01-12 Juan Jose Garcia... Added built in classes FIXNUM and BIGNUM.
2013-01-12 Juan Jose Garcia... (SETF GENERIC-FUNCTION) is now a generic function.
2013-01-12 Juan Jose Garcia... Print integers using upcase letters for radix > 10...
2013-01-11 Juan Jose Garcia... The profiler chockes on (SETF ...) function names and...
2013-01-11 Juan Jose Garcia... Declare the temporary variables in DEFMACRO/DESTRUCTURI...
2013-01-11 Juan Jose Garcia... The :documentation of a slot was stored as a list,...
2013-01-11 Juan Jose Garcia... UPDATE-INSTANCE-FOR-REDEFINED-CLASS received an alist...
2013-01-11 Juan Jose Garcia... CONSTANT-FORM-VALUE and CONSTANTP-INNER cannot be refer...
2013-01-11 Juan Jose Garcia... Minor optimization in CONSTANT-FORM-VALUE
2013-01-11 Juan Jose Garcia... Restore a WITH-CLEAN-SYMBOLS wapping the expansion...
2013-01-11 Juan Jose Garcia... Fix further uses of CONSTANTP+EVAL, replacing them...
2013-01-11 Juan Jose Garcia... CONSTANT-VALUE-FORM and CONSTANTP-INNER's environment...
2013-01-11 Juan Jose Garcia... Ensure CONSTANTP is used with an environment value
2013-01-10 Juan Jose Garcia... DEFTYPE assumes that a constant form is equal to its...
2013-01-10 Juan Jose Garcia... Split CONSTANTP into two functions CONSTANTP-INNER...
2013-01-10 Juan Jose Garcia... Suppress compiler warnings when running the ANSI tests
2013-01-10 Juan Jose Garcia... No optional type check generated for constant values.
2013-01-10 Juan Jose Garcia... In the compiler LET transforms constant variables ...
2013-01-10 Juan Jose Garcia... CONSTANTP now performs a bit more work, macroexpanding...
2013-01-09 Juan Jose Garcia... CONSTANT-EXPRESSION-P now checks whether the 1-form...
2013-01-09 Juan Jose Garcia... CONSTANT-VALUE-P and friends now use the (compiler...
2013-01-09 Juan Jose Garcia... C1COMPILER-TYPECASE now handles constant values as...
2013-01-09 Juan Jose Garcia... Slightly better setf-expander for LDB and MASK-FIELD...
2013-01-09 Juan Jose Garcia... Added optimizers for DPB and DEPOSIT-FIELD, and fixed...
2013-01-09 Juan Jose Garcia... Simplified the inliners for ldb, ldb-test and mask...
2013-01-09 Juan Jose Garcia... Compiler macro for MASK-FIELD
2013-01-09 Juan Jose Garcia... Inline (LDB-TEST (BYTE ...) ...)
2013-01-09 Juan Jose Garcia... LDB can be inlined whenever the argument begins with...
2013-01-09 Juan Jose Garcia... Rewrite LDB and friends in a way which can be reused...
2013-01-08 Juan Jose Garcia... Added optimizer for LDB-TEST
2013-01-08 Juan Jose Garcia... (LDB (BYTE ...) ...) does not cons a BYTE object, even...
2013-01-08 Juan Jose Garcia... In src/cmp/cmptype.lsp, the optional type check is...
2013-01-08 Juan Jose Garcia... Removed the "-w" option from compiler-cc so that it...
2013-01-08 Juan Jose Garcia... Fixed typo in the code that compiles a coercion from...
2013-01-08 Juan Jose Garcia... Fixed the patch_sharp() routine so that #3(x) returns...
2013-01-08 Juan Jose Garcia... patch_sharp() takes a lisp environment as argument
2012-12-26 Juan Jose Garcia... Added the Unicode character database to the C library
next