- Apr 13, 2006
-
-
rtoy authored
apply the appropriate ones to the dummy loop counter. Also get the appropriate declarations for the loop counter so they can be applied to the result-form of the loop.
-
- Apr 07, 2006
-
-
fgilham authored
package.
-
- Apr 03, 2006
-
-
rtoy authored
-
- Mar 18, 2006
-
-
rtoy authored
o Add HANDLE-AND-INST to handle reset of pseudo-atomic flag. o Adjust MAYBE-ADD-NOTES accordingly.
-
- Mar 17, 2006
-
-
rtoy authored
o Add function get_h_errno to extract h_errno. code/internet.lisp: o On Linux, call the get_h_errno function to get h_errno instead of calling __h_errno_location ourselves since that's not part of the public API.
-
- Mar 14, 2006
-
-
rtoy authored
o The error message in CONNECT-TO-INET-SOCKET could be getting the wrong message if closing the socket causes an error. o The function (FLET DOTTED-QUAD CONNECT-TO-INET-SOCKET/NON-BLOCKING) was not using its argument. (No actual change in behavior because all uses of DOTTED-QUAD were with an arg of ADDR anyway.)
-
rtoy authored
o Make UNPARSE-UNIX-PIECE honor *IGNORE-WILDCARDS*. Requested by Lynn Quam so namestrings can be given to run-program and friends without pathname wildcards escaped.
-
rtoy authored
to return the address of the (thread-local) h_errno variable, so use that to get the value of h_errno. Add GET-H-ERRNO function to return the value of h_errno.
-
- Feb 27, 2006
- Feb 25, 2006
-
-
rtoy authored
foreign symbol error trap.
-
- Feb 20, 2006
-
-
rtoy authored
tracing of flet/labels was added.
-
- Feb 19, 2006
- Feb 18, 2006
-
-
rtoy authored
fixes SET-SYNTAX-FROM-CHAR.SINGLE-ESCAPE.1, SET-SYNTAX-FROM-CHAR.MULTIPLE-ESCAPE, SET-SYNTAX-FROM-CHAR.SHARP.1, SET-SYNTAX-FROM-CHAR.SHARP.2. o Fix up CHAR-CLASS, CHAR-CLASS2, and CHAR-CLASS3 to return the correct class. Based on SBCL. o SET-SYNTAX-FROM-CHAR shouldn't set the attribute from the secondary attribute. (I think.)
-
- Feb 17, 2006
- Feb 15, 2006
-
-
rtoy authored
flet/labels as lists.
-
- Feb 08, 2006
- Feb 07, 2006
- Feb 06, 2006
-
-
rtoy authored
something useful with them. Patch from Erik Huelsmann, cmucl-imp, 2006-02-05.
-
- Feb 04, 2006
-
-
rtoy authored
enabled). o I think we should call update_dynamic_space_free_pointer for sparc and ppc, at the very least to set last_free_page.
-
- Feb 03, 2006
-
-
rtoy authored
-
rtoy authored
-
rtoy authored
This patch is from Jon Boone, via Patrick Nordebo (KingNato) and Gary Byers. assembly/ppc/arith.lisp: o Change uses of mcrxr to mtxer compiler/ppc/insts.lisp: o Comment out the definition of mcrxr.
-
rtoy authored
objects. Gives a more useful report instead of segfaulting on x86/linux for something like (read (make-array 5)).
-
- Jan 31, 2006
-
-
rtoy authored
-
rtoy authored
scavenge_interrupt_context.
-
rtoy authored
registers, in case they're pointing into our heap and what they're pointing to has moved. lisp/Darwin-os.c: o Add support for getting the LR and CTR registers from the context. lisp/gencgc.c: o Handle LR and CTR registers when scavenging the interrupt context. lisp/ppc-lispregs.h: o Define reg_LR and reg_CTR appropriately.
-
- Jan 27, 2006
- Jan 25, 2006
-
-
rtoy authored
o Add *disassemble-flets* to control whether we disassemble flets/labels, in case there's an mistake in the implementation of this.
-
- Jan 24, 2006