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