- Feb 10, 2014
-
-
Raymond Toy authored
Add {{{:ELEMENT-TYPE}}} keyword option to {{{RUN-PROGRAM}}} * src/code/run-program.lisp: * Add :element-type option, and use it as needed when creating input or output streams. * tests/trac.lisp: * Add tests.
-
- Nov 04, 2011
-
-
Raymond Toy authored
-
- Sep 25, 2011
-
-
Raymond Toy authored
entries with just the file path, removing the revision number, date, author and state. The actual information is now computed during compilation and stored in the fasl itself. (See ticket:48.)
-
- Sep 20, 2010
-
-
rtoy authored
:EXTERNAL-FORMAT keyword argument to specify the format to use for any streams that RUN-PROGRAM needs to create. Patch from Paul Foley.
-
- Apr 20, 2010
-
-
rtoy authored
may get confused with source locations if the reader macros are installed.
-
- Apr 19, 2010
-
-
rtoy authored
-
- Mar 19, 2010
-
-
rtoy authored
boot-2010-02-1 as the bootstrap file. You should probably also use the new -P option for build.sh to generate and update the po files while building.
-
- Jun 11, 2009
-
-
rtoy authored
unicode-utf16-extfmt-2009-06-11.
-
- Sep 24, 2008
-
-
cshapiro authored
an available devices on our own. This resolves an issue with Linux systems that do not populate /dev with BSD pseudo-terminal devices.
-
- Feb 25, 2003
-
-
emarsden authored
:if-output-exists and :if-error-exists. The two forms below currently signal errors if the file /tmp/inexist does not exist, due to the defaulting value of the :if-exists argument to OPEN. With this change, the output/error file is created if it does not already exist. (ext:run-program "ls" '("/tmp") :output "/tmp/inexist" :if-output-exists :append) (ext:run-program "ls" '("/zob") :error "/tmp/inexist" :if-error-exists :append)
-
- Apr 10, 2001
- Jun 16, 1998
-
-
dtc authored
better hemlock tty mode support.
-
- Mar 13, 1997
-
-
pw authored
-
- Feb 08, 1997
-
-
pw authored
-
- Jul 25, 1996
- Oct 31, 1994
-
-
ram authored
-
- Oct 20, 1994
-
-
ram authored
-
- Oct 19, 1994
-
-
ram authored
-
- Jul 05, 1994
-
-
hallgren authored
-
- Apr 06, 1994
-
-
hallgren authored
-
- Feb 04, 1994
-
-
wlott authored
it can't be found in path:.
-
- Aug 04, 1993
-
-
wlott authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Jul 28, 1992
-
-
wlott authored
-
- Feb 18, 1992
-
-
wlott authored
-
- Feb 17, 1992
-
-
wlott authored
string, but instead stage through the a stack alien. This way, we can handle GCing if the read is interrupted.
-
- Feb 15, 1992
-
-
wlott authored
-
- Feb 14, 1992
-
-
wlott authored
-
- 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.
-
- Jun 17, 1991
- Feb 08, 1991
-
-
ram authored
-
- Aug 08, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
-