- May 09, 2015
-
-
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 08, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
friends. The command line args aren't relevant to lisp.
-
- May 07, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
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
-
- Apr 22, 2015
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
contrib/unix/unix.lisp. Why are these macros anyway? Can't they be functions?
-
- Apr 18, 2015
-
-
Raymond Toy authored
unix package functions. This is for backward copmatibility.
-
Raymond Toy authored
-
Raymond Toy authored
-
- Apr 17, 2015
-
-
Raymond Toy authored
-
- Mar 08, 2015
-
-
Raymond Toy authored
Submitted by Fred Gilham, who updated and enhanced the version from Bill Chiles, Christopher Hoover, and Skef Wholey.
-
- Jan 17, 2015
-
-
Raymond Toy authored
We only support Solaris now so remove the old SunOS stuff. (Besides we haven't built for SunOS in decades.) * globals.h: * Solaris uses ELF, so don't prefix names with _. * sparc-assem.S: * Remove SunOS support. * Don't prefix names with _.
-
Raymond Toy authored
value directly.
-
- Jan 03, 2015
-
-
Raymond Toy authored
These paths don't depend on the config so GNUMakefile is the right place.
-
- Dec 04, 2014
-
- Dec 03, 2014
-
-
Raymond Toy authored
They were identical before anyway, so make it so.
-
Raymond Toy authored
-
Raymond Toy authored
builtin_image_flag is set.
-
Raymond Toy authored
used. Mostly as information on who uses what, but otherwise not necessary.
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
-
- Dec 02, 2014
-
-
Raymond Toy authored
be needed, especially the __LINKEDIT address, like on i386.
-
- Dec 01, 2014
-
-
Raymond Toy authored
the new executable.
-
Raymond Toy authored
* make clean should remove lisp.a * Use $(RM) instead of rm. * Use $(AR) instead of ar.
-
Raymond Toy authored
we'll ever install motif on that machine.
-
Raymond Toy authored
* src/code/irrat.lisp: * Fix LOG2 to handle the case of negative rational numbers. * Fix LOG of rational to a rational base. We want to convert the log of the number to a single float because log2 isn't intended to handle single-float type. * tests/irrat.lisp: * Add test for log of rational to rational base. * Add some additional tests for dd-%log2.
-
- Nov 30, 2014
-
-
Raymond Toy authored
-
Raymond Toy authored
The tests still fail (along with others), but the test suite will finish. * code/float-trap.lisp: * Update SET-FLOATING-POINT-MODES: * When we clear out bits in float-invalid-op-1-byte, clear out the float-invalid-op-2-byte. Not necessary for this fix, but those bits signal other invalid operations from sqrt and such. * When clearing the exceptions, clear the sticky exceptions summary bit too. * Fix SIGFPE-HANDLER: * As above, clear out the bit in float-invalid-op-2-byte and the exceptions summary bit. * Only clear out the new exception bits, as done for SSE2. * Mask out the float-invalid-op-2-byte and the summary bit before setting the new modes. * compiler/ppc/parms.lisp * Define float-exceptions-summary-byte. * code/exports.lisp: * Export FLOAT-INVALID-OP-2-BYTE
-
- Nov 29, 2014
-
-
Raymond Toy authored
(floating-point status and control register).
-
- Nov 28, 2014
-
-
Raymond Toy authored
Fixes ticket:95, along with changeset:[2b39eb]
-