- 31 May, 2011 1 commit
-
-
rtoy authored
Comment from Paul Foley: Problem: FD-OPEN calls NEXT-VERSION with the namestring; NEXT-VERSION calls EXTRACT-NAME-TYPE-AND-VERSION, which builds a "pattern" when it sees globbing characters in the name, and NEXT-VERSION promptly crashes when it tries to concatenate strings. Fix: Bind *IGNORE-WILDCARDS* to T in NEXT-VERSION (in fd-stream.lisp)
-
- 11 May, 2011 1 commit
-
-
rtoy authored
-
- 12 Apr, 2011 1 commit
-
-
rtoy authored
-
- 11 Apr, 2011 2 commits
- 03 Apr, 2011 2 commits
- 02 Apr, 2011 3 commits
- 30 Mar, 2011 1 commit
-
-
rtoy authored
cmucl.
-
- 28 Mar, 2011 2 commits
- 24 Mar, 2011 1 commit
-
-
rtoy authored
-
- 03 Mar, 2011 2 commits
-
-
rtoy authored
-
rtoy authored
The issue is caused by FAST-READ-CHAR-STRING-REFILL. In some situations the number of octets converted is not exactly the same as the length of the buffer because the last octets in the buffer don't hold a complete encoded character. This is ok, but we didn't update the ibuf-head pointer to indicate that some octets haven't actually been converted. This confuses FILE-POSITION.
-
- 01 Mar, 2011 2 commits
- 28 Feb, 2011 1 commit
-
-
rtoy authored
SQRT.
-
- 23 Feb, 2011 1 commit
-
-
rtoy authored
#\latin_small_letter_a. This failure is caused by the new SEARCH-DICTIONARY function that does partial completion, and UNICODE-NAME-TO-CODEPOINT function wan't aware of the new way. We could change UNICODE-NAME-TO-CODEPOINT to do the appropriate thing with the new way, but I (rtoy) decided it would be nice to have the old function around too. Hence, restore the old version and use it.
-
- 22 Feb, 2011 1 commit
-
-
rtoy authored
catching setf functions previously.
-
- 17 Feb, 2011 2 commits
-
-
rtoy authored
(OPEN PN :DIRECTION :IO :IF-DOES-NOT-EXIST NIL) no longer signals an error. code/fd-stream.lisp: o Don't try to create a new version if there's no existing file general-info/release-20c.txt: o Update.
-
rtoy authored
This fixes ansi-test COMPILE-FILE.14. compiler/fndb.lisp: o Tell compiler that :OUTPUT-FILE can also be a stream. general-info/release-20c.txt: o Update.
-
- 02 Feb, 2011 4 commits
- 01 Feb, 2011 1 commit
-
-
rtoy authored
to trace a local function was checking for the wrong thing.
-
- 27 Jan, 2011 1 commit
-
-
rtoy authored
attribute-table-limit and if the newvalue is #'read-token, we don't actually add the entry to the character-macro-hash-table, because that is the default value for the hash-table. This helps to keep the hash-table size small.
-
- 21 Jan, 2011 1 commit
-
-
rtoy authored
we produce 32-bit binaries instead of the default 64-bit (on 10.6 and later).
-
- 12 Jan, 2011 1 commit
-
-
rtoy authored
suggested by Helmut Eller on cmucl-imp, 2011-01-08.
-
- 09 Jan, 2011 1 commit
-
-
rtoy authored
the resulting binary still works on 10.5. lisp/Config.x86_darwin: o Add -m32 flag to build and link a 32-bit binary. lisp/Darwin-os.h: o Include <sys/ucontext.h> instead of <ucontext.h> to get rid of the error about deprecated functions in ucontext.h. lisp/gencgc.h: o Mac OS X defines PAGE_SIZE in a header and that conflicts with our name. Rename our PAGE_SIZE to GC_PAGE_SIZE. lisp/gencgc.c: o Rename PAGE_SIZE to GC_PAGE_SIZE.
-
- 07 Jan, 2011 2 commits
- 27 Dec, 2010 2 commits
- 26 Dec, 2010 4 commits
-
-
rtoy authored
FIND-FOREIGN-FUNCTION-NAME.
-
rswindells authored
registers. The test is a stub on everything except NetBSD for now.
-
rtoy authored
-
rtoy authored
from Rob Warnock.
-