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