- Apr 16, 1991
-
-
ram authored
cells.
-
- Feb 08, 1991
-
-
ram authored
-
- Nov 29, 1990
-
-
ram authored
-
- Nov 27, 1990
-
-
ram authored
instances.
-
- Nov 21, 1990
-
-
wlott authored
-
- Nov 19, 1990
- Oct 05, 1990
-
-
wlott authored
-
- Oct 01, 1990
-
-
ram authored
Added DEFVARs for *print-readably* and *read-eval* so that the new code could use them as appropriate. Old code still needs to be fixed to use these vars. In FLONUM-TO-STRING, use FLOAT-PRECISION to find out the actual precision for denorms, and adjust the args to FLOAT-STRING accordingly. This is so that we don't print more digits than the real precision. Currently this case will only happen through FORMAT, since normal printing uses SCALE-EXPONENT for denorms. Hacked up SCALE-EXPONENT a bunch to work for denorms. Fixed an outright bug that would happen if the (* 10.0) loop even ran more than once. Added additional special-casing for denorms so that the EXPT won't overflow.
-
- Sep 19, 1990
-
-
ram authored
thoughtfully merged it out.
-
- Sep 18, 1990
-
-
ram authored
print as #\\a.
-
- Aug 24, 1990
-
-
wlott authored
-
- Jun 27, 1990
-
-
ram authored
pointers.
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 30, 1990
-
-
ram authored
-
- Mar 08, 1990
-
-
ram authored
-
- Mar 05, 1990
- Feb 22, 1990
-
-
ram authored
Changed print-string-stream to *print-string-stream*. Changed previous-case to *previous-case*. Added some locality to global variables. Rewrote DOSTRING. Documented some stuff. Made WRITE, PRIN1, PRINT, PRINC, etc. call OUT-SYNONYM-OF. Made the following internal printing functions take a stream argument: output-object quote-string output-symbol output-list output-integer output-float output-ration output-complex output-structure output-character output-vector output-array output-random Since these used to assume they were outputting to *standard-output*, and the entry point into the file would set this up, the system suffered serious correctness and termination problems. T and Nil were handled incorrectly for getting at *terminal-io*, and if a printign routine had been given a synonym stream referring output to '*standard-output*, the stream methods looped forever trying to find the destination stream. Removed the definition for MISC-TYPE-CODE.
-
- Feb 12, 1990
-
-
ram authored
-
- Feb 09, 1990
-
-
ram authored
print the lambda with bounded depth.
-
- Feb 06, 1990
-
-
ram authored
-