- Oct 25, 1991
-
-
ram authored
-
- Oct 22, 1991
-
-
chiles authored
Modified COMPLETE-FILE to correctly complete files relative to the defaults. It was previously relying on MERGE-PATHNAMES solely, but MERGE-PATHNAMES cannot do what COMPLETE-FILE requires when presented with a partial (non-absolute) pathname that includes some directories. What the user wants is the partial pathname to be merged with the absolute defaults including any directories specified in pathname. MERGE-PATHNAMES cannot do this since partial pathnames have independent uses, and it cannot clobber a non-nil slot in the partial pathname structure. However, COMPLETE-FILE obtains its partial pathnames from users specifying against defaults with the intent of deriving an absolute name, so when the defaults contain an absolute directory slot, the partial directory spec of the supplied pathname (if any) gets tacked onto the end of the defaults directory spec. This fixes a long standing Hemlock problem: you could find files relative to the defaults with subdirectory specs, but you could not complete them. Fixed DIRECTORY to no longer signal errors. It's job is to return a list of files matching its argument, and it should return nil when the spec is in accurate.
-
ram authored
100dpi devices.
-
ram authored
some of the comments.
-
- Oct 20, 1991
- Oct 17, 1991
-
-
ram authored
-
- Oct 16, 1991
-
-
chiles authored
Fixed "DEBUG" package to no longer require USE'ing the "SYSTEMS" or "EXTENSIONS".
-
- Oct 15, 1991
-
-
chiles authored
Restored "DI" package to no longer require USE'ing the "KERNEL", "SYSTEM", and "EXT" packages.
-
- Oct 14, 1991
-
-
chiles authored
Changed calls to SYMBOL-MACRO-LET to be SYMBOL-MACROLET.
-
- Oct 13, 1991
- Oct 12, 1991
-
-
chiles authored
Documented some code someone added that was confusing. Added an optional argument to PRINT-FRAME-CALL-1, an internal function, to control whether it precedes its output with a newline.
-
chiles authored
The latest alpha test breakpoint interface is available as described in the Debugging Tools Programmer's Interface. Also, support for setting breakpoints from the editor has been changed to use the "WIRE" package directly. There is a new interface for deleting breakpoints set by the editor. This is all alpha test code.
-
- Oct 05, 1991
-
-
chiles authored
Added export of remote-object, the name of a type, from the "WIRE" package.
-
- Oct 03, 1991
-
-
ram authored
-
- Oct 01, 1991
-
-
ram authored
Fixed SUBSTITUTE & friends to pass arguments to the TEST in the right order. Fixed SUBSTITUTE not to randomly apply the KEY to the OLD value. Changed LIST NSUBSTITUTE & friends to work in the :FROM-END case.
-
ram authored
LINEFEED, ALTMODE and RUBOUT (when printing.)
-
wlott authored
them.
-
- Sep 27, 1991
-
-
wlott authored
as is.
-
- Sep 25, 1991
-
-
wlott authored
close-on-exec bit. This allows mach:unix-execve to do it's consing under SunOS where the segv handler needs to use the fds.
-
- Sep 13, 1991
- Sep 12, 1991
-
-
chiles authored
Removed compiler conditionals based on new-compiler.
-
- Sep 04, 1991
- Sep 03, 1991
- Aug 30, 1991
-
-
ram authored
-
ram authored
syscalls. Use SYSTEM:GET-SYSTEM-INFO for os-independent operation.
-
ram authored
linker, etc.
-
ram authored
-
ram authored
constants to XXX-os.
-
ram authored
-
ram authored
library:site-init. Moved path: initialization here from lispinit. Only call EVAL:FLUSH-INTERPRETED-FUNCTION-CACHE if it is fbound.
-
ram authored
have separate site and OS init files.
-
ram authored
-
ram authored
-
- Aug 23, 1991
-
-
ram authored
when it isn't.
-