2012-12-07 |
Juan Jose Garcia... | Another remark about the release ECL.12.12.1 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Juan Jose Garcia... | Upgraded release number |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Juan Jose Garcia... | Updated the CHANGELOG for the next release. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Juan Jose Garcia... | The init function in a compiled file also may need... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Juan Jose Garcia... | Upgraded both ASDF and ASDF-BUNDLE |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | GENERIC-FUNCTION-NAME is just a reader. The writer... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | REMOVE-METHOD was inlined, instead of being invoked... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | When creating the reader/writer methods, ECL did not... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | ECL's internal optimizations in extract-specializer... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | MAKE-METHOD-LAMBDA was invoked by pointer, not by symbo... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | Completely eliminated reservation macros by updating... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | Replaced reservation macros with actual declarations... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | Split out t3local-function-declaration from t3local... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Juan Jose Garcia... | Split t3local-fun into smaller functions |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Add spaces after commas in compiled function calls. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Do not write C comments when the name of the invoked... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | CATCH forms now use C blocks instead of labels. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Further C code beautification: spaces around '=', inden... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Remove also the unused labels in complex tagbodies |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | C2TAGBODY now uses UNWIND-NO-EXIT-UNTIL to avoid genera... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Split unwind-no-exit-until from unwind-no-exit |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Simplify unwind-no-exit |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Optimize (IF cond unused-value form2). |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Do not always generate one label in maybe-next-label |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Improve the C code generated for WHEN forms. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Understanding labels, we come to realize that c2if... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Last uses of braces outside IF and some in IFs updated... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Indent the C code |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Juan Jose Garcia... | Last braces which are not part of IF statements |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Inline blocks now use open/close-brace |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | The braces code is now extended to callbacks, FLET... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Use the new brace routines in BLOCK, TAGBODY, CATCH... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Make the first and last braces in the function unindented |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | New routines to open/close braces in the C code |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Remove unused files from emacs.el |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | copy-subarray is now inlined and used in arraylib.lsp |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Remove two more uses of (truly-the cons) |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Slight optimizations in ARRAY-IN-BOUNDS-P |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Inline form for array-rank |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Simplified the code in seqlib.lsp, replacing (C[AD... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | In cmparray.lsp, some assertions were produced in unsaf... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | Simplified the code for type assertions in the compiler |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Juan Jose Garcia... | fill-array-with-seq can be 'hidden' as local function |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Juan Jose Garcia... | Simplify the with-*-syntax macros using with-clean... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Juan Jose Garcia... | with-clean-symbols moved to cmuutil.lsp and used in... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Juan Jose Garcia... | In LET/LET* do not replace a read-only variable when... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Juanjo Garcia... | Update README's in the ASDF directory |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Juan Jose Garcia... | When exiting the asynchronous signal handling thread... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Juan Jose Garcia... | Events in the signal queue should be appended, not... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Juan Jose Garcia... | Fixed typo in queue_signal(): instead of popping a... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Juan Jose Garcia... | '. returned SI:|.| while this is an internal way to... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Juan Jose Garcia... | potential_number_p() did not use the fact that potentia... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Juan Jose Garcia... | Disable slot accessor optimizations |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Juan Jose Garcia... | Replaced instance-ref-safe with clos:safe-instance... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Juan Jose Garcia... | Remove debug statements from cmppolicy.lsp |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Juan Jose Garcia... | Under no circumstance can slot-value over an slot ignor... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Juan Jose Garcia... | Several policies were activated for all SPEED declarations |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Juan Jose Garcia... | Inlining slot accessors used instance-ref instead of... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Juan Jose Garcia... | (optimize speed) does not imply (safety 0) |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Juan Jose Garcia... | The slot accessors were inlined with instance-ref inste... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Juan Jose Garcia... | The bytecodes optimized function calls to core function... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Juan Jose Garcia... | In shared-initialize, call validate-superclass _only_... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Juan Jose Garcia... | SLOT-VALUE-USING-CLASS did not invoke SLOT-UNBOUND |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Juan Jose Garcia... | The code in cmplam.lsp still used si:failed instead... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Juan Jose Garcia... | Improve closure computation type |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Juan Jose Garcia... | Link in ecl-help to avoid problems in standalone progra... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Juan Jose Garcia... | Make sb-bsd-sockets an alias for sockets listing the... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | Use mutual references to do some backtracking in LABELS... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | Keep track of mutual references between functions addin... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | (FUNCTION (LAMBDA ...)) is implemented using FLET |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | COMPUTE-CLOSURE-TYPE stops earlier when it finds that... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | Add functions referenced by children to their parent. |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | No need to compute the closure type when it is already... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | New function for updating the closure of many functions... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | compute-fun-closure-type renamed to update-fun-closure... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | In cmpflet.lsp, child-p is now a standalone, non-recurs... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | Eliminated the function fun-referenced-local-vars |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | Changed 'referred' -> 'referenced' |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Juan Jose Garcia... | Remove inexistent files from emacs.el |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Juan Jose Garcia... | Remove debug statements from compiled and optimized... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Juanjo Garcia... | Add missing configuration flag to msvc/ecl/config.h... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Juan Jose Garcia... | The value of *CURRENT-PROCESS* must be bound by ecl_imp... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Juan Jose Garcia... | Upgrade to ASDF 2.26 |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Juan Jose Garcia... | GC_allow_register_threads is only provided in recent... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Juan Jose Garcia... | Allow using a preinstalled copy of libatomic-ops |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Juan Jose Garcia... | Use the garbage collector routines to get the stack... |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Juan Jose Garcia... | We have to inform the library that we want to register... |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Juan Jose Garcia... | Fix proclamation of MAP-INTO |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Juan Jose Garcia... | The fasl file extension is now computed in a function... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Juan Jose Garcia... | Remove a line made obsolete by a change in asdf.lisp |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Juan Jose Garcia... | Change the way pathnames are constructed for compiled... |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Juan Jose Garcia... | Add the location of ECL systems to ASDF. |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Juan Jose Garcia... | The alias for the C package was not properly created... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Juan Jose Garcia... | Fixed SYS:FUNCTION-LAMBDA-LIST so that it works with... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Juan Jose Garcia... | The lambda list annotations associated to special opera... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Juan Jose Garcia... | The compiled version of DOTIMES evaluated the output... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Juan Jose Garcia... | make clean_lisp removes also the executable |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Juan Jose Garcia... | The monolithic field is no longer used and its accessor... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Juan Jose Garcia... | ASDF did not register SYS: with the central registry. |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Juan Jose Garcia... | Improve expressiveness of error messages in SHARED... |
commit | commitdiff | tree | snapshot |
next |