2009-12-02 |
Juan Jose Garcia... | Do not free the input / output buffers to avoid consing... ECL_9_12_2 |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Juan Jose Garcia... | Methods now show up in the debugger with their original... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Juan Jose Garcia... | Enlarged the string buffers used for reading and parsin... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Juan Jose Garcia... | The function EXTRACT-TYPE-CHECKS is now better isolated... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Juan Jose Garcia... | We used the wrong data for the random state when dealin... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Juan Jose Garcia... | Changed release number for the patch |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Juan Jose Garcia... | random_integer() did not work when the input was a... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Juan Jose Garcia... | Note the latest ports |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Juan Jose Garcia... | Note last change |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Juan Jose Garcia... | The bignums generated by RANDOM did not contain enough... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Juan Jose Garcia... | The automatic generation of check-type forms for functi... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | ENSURE-GENERIC-FUNCTION-USING-CLASS must interpret... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | 1Gb memory limit for 32bits systems |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | Increase the memory limits |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | Small change in define-complex-method-combination to... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | ENSURE-GENERIC-FUNCTION-USING-CLASS does not provide... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | The optimizer for TYPEP did not work when passed three... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | All changes to classes cause update-instance-for-redefi... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | The slot accessors must check that the structures are... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | Slightly faster version of ensure-up-to-date macro... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | Provide compiler macros for the slot accessors of the... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | When creating structures and instances, always set... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | Provide inline forms for SI:INSTANCE-SET and MP:LOCK... |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | Update the name of the breakpoints (src/util/gdbinit) |
commit | commitdiff | tree | snapshot |
2009-11-29 |
Juan Jose Garcia... | The field bytecodes.entry did not match the position... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | Update release number to december, for the release... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | Prepare announcement |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | OPEN with :rename did not work in mingw if the backup... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | Fixed typo. |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | missing "break" statement in ecl_apply_from_stack_frame... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | When clearing the FPE exception flags we were actually... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | Undefine certain macros that collide with mingw definit... |
commit | commitdiff | tree | snapshot |
2009-11-28 |
Juan Jose Garcia... | src/c/unixfsys.d: drive_host_prefix() attempted to... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Juan Jose Garcia... | src/clos/cmpclos.lsp: maybe-optimize-slot-accessor... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Juan Jose Garcia... | src/c/gfun.d: CLOS:SET-FUNCALLABLE-INSTANCE-FUNCTION... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Juan Jose Garcia... | src/c/pathname.d,unixfsys.d: added support for Windows... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Juan Jose Garcia... | src/c/unixint.d: fixed typo in call to si_trap_fpe |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Juan Jose Garcia... | src/c/unixint.d: clear FPE exceptions before processing... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Juan Jose Garcia... | src/c/read.d: the previous 'fix' for the circular reade... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Juan Jose Garcia... | FDEFINITION/SYMBOL-FUNCTION cause an access violation... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Juan Jose Garcia... | Fix previous corrupt commit. |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Juan Jose Garcia... | Solve two problems with circular references reader: |
commit | commitdiff | tree | snapshot |
2009-11-19 |
Juan Jose Garcia... | Patch for tracker bug ID: 2900631. Losing non-primary... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Juan Jose Garcia... | Upgrade ASDF to v1.369 |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Juan Jose Garcia... | Simplify LOG/LOG1P so that when passed a NaN they do... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Juan Jose Garcia... | src/clos/slot.lsp: parse-slot did not retrieve the... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Juan Jose Garcia... | LOG on #C(x x) produces a more accurate result which... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Juan Jose Garcia... | src/clos/standard.lsp: a previous patch prevented class... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Juan Jose Garcia... | src/c/list.d: in APPEND, add back error detection for... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Juan Jose Garcia... | Rewrite c_multiple_value_bind using a switch instead... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Juan Jose Garcia... | Note the change which is now common to the compiler... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/lsp/setf.lsp: setf-expand-1 can be simplified now... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/c/compiler.d: the interpreter optimizes MULTIPLE... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/cmp/cmpmulti.lsp: c1multiple-value-bind replaces... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | APPEND copied also the last argument. |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/clos/method.lsp: use the (APPEND ... NIL) idiom... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/lsp/defstruct.lsp: APPEND -> NCONC when using fresh... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/c/pathname.d: use the (APPEND ... NIL) idiom to... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/lsp/defmacro: cleaned up the code in sys:expand... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/lsp/defmacro.lsp: simplified the expander of DESTRU... |
commit | commitdiff | tree | snapshot |
2009-11-14 |
Juan Jose Garcia... | src/cmp/cmpmain.lsp: in C:BUILDER, when using SI:SAFE... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Juan Jose Garcia... | Output a newline character after the version number. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Juan Jose Garcia... | New command line option --version to print version... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Juan Jose Garcia... | Remove debug statement. |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Juan Jose Garcia... | FIND-SYMBOL now only accepts strings |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Juan Jose Garcia... | LOAD works on special files (/dev/null and the like). |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Juan Jose Garcia... | EXT:QUIT now stores the exit code of the program and... |
commit | commitdiff | tree | snapshot |
2009-11-09 |
Juan Jose Garcia... | BREAK must set *DEBUGGER-HOOK* to NIL. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Juan Jose Garcia... | The IGNORE/IGNORABLE declarations accept (but ignore... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Juan Jose Garcia... | SAFE-EVAL never returned the error value when passed... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Juan Jose Garcia... | src/cmp/cmpmain.lsp: when building a standalone executa... |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Juan Jose Garcia... | Increase release number. |
commit | commitdiff | tree | snapshot |
2009-11-08 |
Juan Jose Garcia... | New function EXT:ARRAY-RAW-DATA returns an array of... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Alexander Gavrilov | Fix shared slot initialization. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Alexander Gavrilov | Fix propagation of class finalization. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Juan Jose Garcia... | * Created a new class, FUNCALLABLE-STANDARD-CLASS. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Alexander Gavrilov | built-in-class should be an instance of standard-class. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Alexander Gavrilov | Fix the +the-standard-class+ constant. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Juan Jose Garcia... | src/lsp/predlib.lsp: SUBTYPEP fails when one of the... |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Juan Jose Garcia... | ECL's compiler now interprets the IGNORABLE declaration. |
commit | commitdiff | tree | snapshot |
2009-11-07 |
Juan Jose Garcia... | Removed a spurious warning in ffi:def-foreign-var ... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | src/c/load.d: |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | si:copy-file must be protected against interrupts |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | In cygwin, the DLL has to be installed in two locations |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | FEwin32_error is exported also in cygwin |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | Note latest fixes in CHANGELOG. |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | contrib/asdf/asdf-ecl.lisp: |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | The :prologue-code in cmp:builder is now executed after... |
commit | commitdiff | tree | snapshot |
2009-11-01 |
Juan Jose Garcia... | NO-APPLICABLE-METHOD now shows the types of the argumen... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Juan Jose Garcia... | Note last change. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
Juan Jose Garcia... | When creating a unified fasl, the init function name... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
Juan Jose Garcia... | Legacy, HP-UX 'make' command does not handle well and... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
Juan Jose Garcia... | src/h/config.h.in: disable use of feenableexcept()... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Samium Gromoff | Generalise the ASDF epilogue code fix to monolithic... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Juan Jose Garcia... | Document last change |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Juan Jose Garcia... | contrib/sockets/sockets.lisp: Implemente SO_LINGER... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Juan Jose Garcia... | contrib/sockets/sockets.lisp: two more typos fixed... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Juan Jose Garcia... | contrib/sockets/sockets.lisp: added a new argument... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Juan Jose Garcia... | src/c/unixint.d: cl_core.default_sigmask is not used... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Juan Jose Garcia... | src/lsp/top.lsp: in multithreaded ECL, when interruptin... |
commit | commitdiff | tree | snapshot |
next |