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