Commit graph

3469 commits

Author SHA1 Message Date
Juan Jose Garcia Ripoll
8ba4fba58a We used the wrong data for the random state when dealing with bignums (src/c/num_rand.d) 2009-12-01 22:49:48 +01:00
Juan Jose Garcia Ripoll
96cd2ce15c Changed release number for the patch 2009-12-01 21:44:48 +01:00
Juan Jose Garcia Ripoll
5aac759ad1 random_integer() did not work when the input was a fixnum (src/c/num_rand.d). 2009-12-01 21:43:05 +01:00
Juan Jose Garcia Ripoll
c89d2c0ffb Note the latest ports 2009-11-30 21:49:18 +01:00
Juan Jose Garcia Ripoll
749244685e Note last change 2009-11-30 21:47:52 +01:00
Juan Jose Garcia Ripoll
8d11ca1938 The bignums generated by RANDOM did not contain enough random bits. 2009-11-30 21:47:32 +01:00
Juan Jose Garcia Ripoll
bd7b3fd6d8 The automatic generation of check-type forms for function arguments could not be suppressed when having additional declarations (src/cmp/cmplam.lsp) 2009-11-30 12:55:41 +01:00
Juan Jose Garcia Ripoll
be996c0e89 ENSURE-GENERIC-FUNCTION-USING-CLASS must interpret the generic-function-class argument when it is a symbol, looking for the appropriate class. 2009-11-30 00:27:53 +01:00
Juan Jose Garcia Ripoll
54547cabd3 1Gb memory limit for 32bits systems 2009-11-29 23:24:23 +01:00
Juan Jose Garcia Ripoll
113e36557f Increase the memory limits 2009-11-29 23:22:34 +01:00
Juan Jose Garcia Ripoll
cab8cbdaa2 Small change in define-complex-method-combination to fix an obscure bug (P. Costanza). 2009-11-29 22:49:14 +01:00
Juan Jose Garcia Ripoll
3572c83307 ENSURE-GENERIC-FUNCTION-USING-CLASS does not provide a default method class. 2009-11-29 22:47:13 +01:00
Juan Jose Garcia Ripoll
bc302c2acf The optimizer for TYPEP did not work when passed three arguments. 2009-11-29 22:40:45 +01:00
Juan Jose Garcia Ripoll
b2bb6fb94b All changes to classes cause update-instance-for-redefined-class to be called, not only when the structure changes. 2009-11-29 22:26:59 +01:00
Juan Jose Garcia Ripoll
2f0d83727a The slot accessors must check that the structures are up-to-date. 2009-11-29 22:02:52 +01:00
Juan Jose Garcia Ripoll
bf3b9a0378 Slightly faster version of ensure-up-to-date macro (src/clos/macros.lsp) which generates code that can be inlined. 2009-11-29 22:02:06 +01:00
Juan Jose Garcia Ripoll
2c3feb09d5 Provide compiler macros for the slot accessors of the root classes. 2009-11-29 22:00:29 +01:00
Juan Jose Garcia Ripoll
e8f57bdec6 When creating structures and instances, always set instance.sig to a printable value, ECL_UNBOUND 2009-11-29 22:00:00 +01:00
Juan Jose Garcia Ripoll
cf1ff95534 Provide inline forms for SI:INSTANCE-SET and MP:LOCK-COUNT. 2009-11-29 21:59:15 +01:00
Juan Jose Garcia Ripoll
96eb98b231 Update the name of the breakpoints (src/util/gdbinit) 2009-11-29 19:07:19 +01:00
Juan Jose Garcia Ripoll
01c4152b97 The field bytecodes.entry did not match the position of the same field in cfun (src/h/object.h) 2009-11-29 18:09:12 +01:00
Juan Jose Garcia Ripoll
f984aea445 Update release number to december, for the release and most patches will appear then. 2009-11-28 16:59:20 +01:00
Juan Jose Garcia Ripoll
2a726c74ca Prepare announcement 2009-11-28 16:57:58 +01:00
Juan Jose Garcia Ripoll
a582077508 OPEN with :rename did not work in mingw if the backup file existed (src/c/unixfsys) 2009-11-28 16:41:57 +01:00
Juan Jose Garcia Ripoll
87f9daaf76 Fixed typo. 2009-11-28 14:06:43 +01:00
Juan Jose Garcia Ripoll
2d967e5e31 missing "break" statement in ecl_apply_from_stack_frame (src/c/eval.d) 2009-11-28 14:03:03 +01:00
Juan Jose Garcia Ripoll
4dfa2c7ee0 When clearing the FPE exception flags we were actually activating all exceptions. 2009-11-28 13:52:40 +01:00
Juan Jose Garcia Ripoll
1d1eb0038c Undefine certain macros that collide with mingw definitions (src/h/config.h.in) 2009-11-28 13:36:58 +01:00
Juan Jose Garcia Ripoll
27440b1b1c src/c/unixfsys.d: drive_host_prefix() attempted to write on a constant string. 2009-11-28 12:32:59 +01:00
Juan Jose Garcia Ripoll
e9644a5092 src/clos/cmpclos.lsp: maybe-optimize-slot-accessor tried to optimize generic
function calls to functions that are not slot readers / writers.
2009-11-27 22:05:55 +01:00
Juan Jose Garcia Ripoll
6fb3a2f063 src/c/gfun.d: CLOS:SET-FUNCALLABLE-INSTANCE-FUNCTION broke the value if SI:INSTANCE-SIG 2009-11-27 20:18:00 +01:00
Juan Jose Garcia Ripoll
9400d37101 src/c/pathname.d,unixfsys.d: added support for Windows UNC pathnames 2009-11-27 15:47:26 +01:00
Juan Jose Garcia Ripoll
4244483c23 src/c/unixint.d: fixed typo in call to si_trap_fpe 2009-11-27 15:47:04 +01:00
Juan Jose Garcia Ripoll
1a8320a676 src/c/unixint.d: clear FPE exceptions before processing the exception. Otherwise later operations may re-signal the SAME error. 2009-11-27 12:29:29 +01:00
Juan Jose Garcia Ripoll
fc0fc51eae src/c/read.d: the previous 'fix' for the circular reader lead to infinite recursion. This actual fix reimplements SBCL's strategy, using a hash table to prevent it. 2009-11-23 22:48:05 +01:00
Juan Jose Garcia Ripoll
e8b2573355 FDEFINITION/SYMBOL-FUNCTION cause an access violation instead of an undefined function message when acting on NIL 2009-11-20 10:25:01 +01:00
Juan Jose Garcia Ripoll
dd20362b96 Fix previous corrupt commit. 2009-11-20 08:48:43 +01:00
Juan Jose Garcia Ripoll
fd014c087b Solve two problems with circular references reader:
* #n= does not immediately substitute for the value, even if known.
* #. did not use the flag recursive-p when calling READ, and thus had
  no access to previously defined #n# reader values.
2009-11-20 00:25:22 +01:00
Juan Jose Garcia Ripoll
a0017d2185 Patch for tracker bug ID: 2900631. Losing non-primary values in compiled, proclaimed function calls (Abhishek) 2009-11-19 20:21:39 +01:00
Juan Jose Garcia Ripoll
fddb943c98 Upgrade ASDF to v1.369 2009-11-17 22:52:26 +01:00
Juan Jose Garcia Ripoll
a31b91ac42 Simplify LOG/LOG1P so that when passed a NaN they do not enter an infinite recursion. 2009-11-15 23:42:37 +01:00
Juan Jose Garcia Ripoll
ab9265d06f src/clos/slot.lsp: parse-slot did not retrieve the right name of a slot and thus failed in some corner cases. 2009-11-15 22:38:38 +01:00
Juan Jose Garcia Ripoll
9e4d21f859 LOG on #C(x x) produces a more accurate result which is stable when X == 0. ATAN with #C(0 x) now gives a result without infinite depth recursion. 2009-11-15 12:29:49 +01:00
Juan Jose Garcia Ripoll
67224a4d49 src/clos/standard.lsp: a previous patch prevented class slots to be reinitialized. 2009-11-15 11:02:26 +01:00
Juan Jose Garcia Ripoll
2d675630e7 src/c/list.d: in APPEND, add back error detection for non proper lists. 2009-11-15 10:49:33 +01:00
Juan Jose Garcia Ripoll
549f4b0e26 Rewrite c_multiple_value_bind using a switch instead of concatenated ifs. 2009-11-15 09:57:02 +01:00
Juan Jose Garcia Ripoll
09ea4242f7 Note the change which is now common to the compiler and interpreter. 2009-11-15 09:55:07 +01:00
Juan Jose Garcia Ripoll
ce3a51e6f7 src/lsp/setf.lsp: setf-expand-1 can be simplified now that multiple-value-bind with one variable is automatically optimized. 2009-11-14 18:13:04 +01:00
Juan Jose Garcia Ripoll
2c0cfb74c5 src/c/compiler.d: the interpreter optimizes MULTIPLE-VALUE-BIND with zero and one variables. 2009-11-14 18:12:12 +01:00
Juan Jose Garcia Ripoll
0b3075cb96 src/cmp/cmpmulti.lsp: c1multiple-value-bind replaces multiple-value-bind with a let form when there is only one variable to be bound. 2009-11-14 18:00:56 +01:00