2010-02-13 |
Juan Jose Garcia... | When using threads and sockets, the stream is a two... ECL.10.2.1 |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Juan Jose Garcia... | Extend the set of types supported by UFFI (Matthew... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Juan Jose Garcia... | Finalize CHANGELOG for the 10.2.1 release. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Juan Jose Garcia... | Socket streams are now two-way streams. |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Juan Jose Garcia... | Reorganize the code for OP_LABELS/OP_FLET in ecl_interp... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Juan Jose Garcia... | Factor out some error conditions from the interpreter... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Juan Jose Garcia... | Mark in stacks.h the error conditions with ecl_unlikely(). |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Juan Jose Garcia... | Remove bogus inline forms for FLOOR and TRUNCATE |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Juan Jose Garcia... | Avoid using ecl_internal_error() also in ecl_bds_overfl... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Juan Jose Garcia... | ecl_cs_overflow() and SIGSEGV handler now share the... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Juan Jose Garcia... | ECL accepts FTYPE proclamations for SETF-functions. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Avoid using _ecl_big_register_normalize() in alloc_2.d |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Number of allocated bytes was didn't have to be multipl... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Turn warnings about ECL not being able to cope with... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Until we merge in the new code for type handling, we... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Implemented SBCL's extension EXT:*INVOKE-DEBUGGER-HOOK* |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | In compiler-debugger, do not muffle errors because... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Simplified the SETF expansion of GETF: it no longer... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Solved a problem with packages to be created in a compi... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Fixed typo. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Export *SUPPRESS-COMPILER-{NOTES,WARNINGS,MESSAGES}* |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Variables in the PPRINT-LOGICAL-BLOCK macro must be... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Decrease verbosity in compiler note printing. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Fixed a typo in EXT:GC-STATS that left statistics print... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Added an ignorable dclaration to the expansion of HANDL... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | In compiler messages, print the actual toplevel form... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Remove useless compiler note about keywords being reused |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Fixed typo in the implementation of THE. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Remove debug statement |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | The compiler now uses THE forms with a VALUES type. |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | When parsing a function type that contained &optional... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Symbols SI:+{IO,ECL}-SYNTAX-PROGV-LIST+ were not declar... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Internal variable SI:*ALLOW-WITH-INTERRUPTS* not declar... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Fixed typo in CHANGELOG |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | Variables declared ignorable no longer produce a warnin... |
commit | commitdiff | tree | snapshot |
2010-02-07 |
Juan Jose Garcia... | When inlining an APPLY form, the variable for processin... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Juan Jose Garcia... | (EXT:GC-STATS :FULL) now tells the garbage collector... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Juan Jose Garcia... | Improve previous change. |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Juan Jose Garcia... | Mingw defines 'environ' to be a macro instead of a... |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Juan Jose Garcia... | Upgraded to ASDF 1.604 to solve a problem with restarts. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Juan Jose Garcia... | Upgraded ASDF to 1.603. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Juan Jose Garcia... | Use __builtin_expect() in the dispatch functions. |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Juan Jose Garcia... | Reduce the size of the core using GCC's __attribute__... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Juan Jose Garcia... | Replace use of __builtin_expect() with two macros,... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | Mark FEprogram_error as noreturn. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | FEinvalid_function and FEundefined_function marked... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | Use of __builtin_expect() to mark rare error conditions... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | CLOS::*NEXT-METHODS* and CLOS::.COMBINED-METHOD-ARGS... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | Undo previous garbage collector change. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | Pushed version number forward. |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | New variables c:*user-ld-flags* and c:*user-cc-flags* |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | When marking the environment, only mark pages that... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | ECL now ships with ASDF version 1.596 |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Juan Jose Garcia... | ECL now ships with ASDF version 1.596 |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Juan Jose Garcia... | Fixed typo. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Juan Jose Garcia... | Own marking routine for garbage collection. |
commit | commitdiff | tree | snapshot |
2010-02-02 |
Juan Jose Garcia... | Dispatch allocation to functions using pointers. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Juan Jose Garcia... | Do not define the free list and new kind unless needed. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Juan Jose Garcia... | We are using __builtin_expect() which is not portable... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Juan Jose Garcia... | Activated code for inline allocation. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Juan Jose Garcia... | Changed header so that we can use GC_arrays from ECL. |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Juan Jose Garcia... | Group the precise marking code so that it builds also... |
commit | commitdiff | tree | snapshot |
2010-02-01 |
Juan Jose Garcia... | Implemented precise marking of objects using Boehm... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Juan Jose Garcia... | Do not shrink bignum registers. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | Moved more uses of _ecl_big_register*() out of sources... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | Intoduced _ecl_fix_times_fix, _ecl_big_ceiling and... |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | Created _ecl_fix_times_fix and used it in num_arith.d |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | Reactivate allocating compact bignums. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | Introduced _ecl_big_negate. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | Fixed and used _ecl_fix_minus_big and _ecl_big_minus_big. |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | Fixed and used _ecl_big_plus_{fix,big} |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Juan Jose Garcia... | New functions for adding, subtracting and multiplying... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Juan Jose Garcia... | Fixed typo in big.d |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Juan Jose Garcia... | In 'dpp.c', the value of the environment is reused... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Juan Jose Garcia... | Replaced ecl_symbol_slot and ecl_set_symbol with ecl_bd... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Juan Jose Garcia... | No bds check is needed in compiled functions, since... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Juan Jose Garcia... | In critical circumstances, a newly bound special variab... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Juan Jose Garcia... | Changes to make the MSVC port work again, including... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Juan Jose Garcia... | Fixed typo in ext:external-process-status |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Juan Jose Garcia... | Sometimes, in external-process-wait, the value of code... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Juan Jose Garcia... | Introduced EXT:EXTERNAL-PROCESS structure. RUN-PROCESS... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Juan Jose Garcia... | Missing argument for a warning |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Juan Jose Garcia... | Missing arguments to several warnings (S. Bourakev). |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Juan Jose Garcia... | MP:PROCESS-ENABLE did not return the process object. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Juan Jose Garcia... | EXT:RUN-PROGRAM now accepts an :ENVIRON argument. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Juan Jose Garcia... | New function EXT:ENVIRON |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Juan Jose Garcia... | Use inline functions also for the single threaded version |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Juan Jose Garcia... | The code for binding special variables is now in inline... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Juan Jose Garcia... | In alloc_2.d, when recycling a symbol binding index... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Juan Jose Garcia... | Inline ecl_bds_push() and simplify ecl_symbol_slot... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Juan Jose Garcia... | Remove unused variables in stacks.d |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Juan Jose Garcia... | Save another few bytes by redefining ecl_bds_overflow... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Juan Jose Garcia... | Another variant in which the memory address of the... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Juan Jose Garcia... | Remove one test from the implementation of ecl_bds_bind(). |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Juan Jose Garcia... | Special variable bindings using a thread-local array... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Juan Jose Garcia... | Some comments on thread_entry_point(). |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Juan Jose Garcia... | The environment of a thread is now allocated and manage... |
commit | commitdiff | tree | snapshot |
2010-01-21 |
Juan Jose Garcia... | ecl_init_env() split into ecl_init_env and ecl_cs_set_o... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Juan Jose Garcia... | New macro _hash_eq |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Juan Jose Garcia... | Reorganize the code for variable binding for better... |
commit | commitdiff | tree | snapshot |
next |