- Oct 11, 2015
-
-
Raymond Toy authored
Left this out in the previous commit.
-
Raymond Toy authored
-
- Oct 10, 2015
-
-
Raymond Toy authored
It's really nice to see the exit code of the process when printing out the process structure. Fix a typo too: "tings" -> "things".
-
- Sep 01, 2015
-
-
Raymond Toy authored
The previous implementation cleared *herald-items* when -quiet was given, but if the init file loaded up items that added to *herald-items*, then the items were still printed. Plus, it seems odd that -quiet actually clears *herald-items*. So, just don't print herald if -quiet is given, but also preserve *herald-items* so that (print-herald) would actually print the actual herald.
-
- Aug 30, 2015
-
-
Raymond Toy authored
These are needed for asdf and slime, respectively. These were updated for unix.lisp, but not unix-glibc2.lisp. (Time to merge them into one!!!!)
-
- Aug 01, 2015
-
-
Raymond Toy authored
o Add declaration for LIST-ELT* that the index is a kerrnel:index. o Clean up ELT to directly call LIST-ELT* instead of having an inlined version. o Fix typo: issue.5 is really issue.4. o Add tests for invalid indices for ELT and (SETF ELT) for both lists and vectors.
-
- Jun 24, 2015
-
-
Raymond Toy authored
This requires using boot-2015-06-1 to make the change. Regenerated cmucl.pot too.
-
Raymond Toy authored
Fix #7 The change to use extended names like (flet frob) broke the detection of local names for get-setf-expansion. Fix it. This reverts behavior back to what 18a used to do. A test for this is also added.
-
- Jun 22, 2015
-
-
Raymond Toy authored
Fix #3. The lookup for the names was not handling things like (FLET SQUARE TEST/PRESENT) correctly. Use VALID-FUNCTION-NAME to get the function name instead of a plain EQUAL test.
-
- Jun 14, 2015
-
-
Raymond Toy authored
code/seq.lisp: o Define internal LIST-ELT* function that executes ELT on lists, signaling an error if the index is invalid. compiler/seqtran.lisp: o Change the deftransform for ELT to use LIST-ELT* instead of NTH. tests/issues.lisp: o Add test for this issue.
-
Raymond Toy authored
Give a better error message when using T clause in case error.lisp: o Add new invalid-case condition to handle errors from case expressions. macros.lisp: o Use new invalid-case condition to signal the invalid usage of T in CASE expressions. o Replace old message with better, more informative, message. Include xref to ANSI CL spec. exports.lisp: o Export INVALID-CASE from KERNEL package.
-
- Jun 12, 2015
-
-
Raymond Toy authored
o The upcoming version of asdf wants to use unix-getenv, so add that to the core, removing from the unix contrib. o Slime wants to use unix-execve and unix-fork, so import that and the necessary support routines in to the core from the unix contrib.
-
- May 18, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
- May 17, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- May 16, 2015
-
-
Raymond Toy authored
-
- May 14, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Includes * support for large files * unix-times * unix-get-minutes-west and friends * unix-uname
-
- May 12, 2015
-
-
Raymond Toy authored
these.
-
Raymond Toy authored
-
- May 10, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
for the ones that differ.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- May 09, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
For the non-linux part, add all of the other symbols that are currently exported from the UNIX package.
-
- May 07, 2015
-
-
Raymond Toy authored
With these additions, hemlock builds now and runs. (I only tested that hemlock starts and that text can be entered.)
-
- May 04, 2015
-
-
Raymond Toy authored
This is enough to get do a full build of cmucl, but not motif. More work needed; I didn't yet check build logs for warnings or errors.
-
Raymond Toy authored
-