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