Skip to content
Snippets Groups Projects
  1. Nov 07, 1990
  2. Nov 06, 1990
  3. Nov 05, 1990
  4. Nov 03, 1990
  5. Oct 27, 1990
    • wlott's avatar
      Typo. · 90eb7234
      wlott authored
      90eb7234
  6. Oct 25, 1990
  7. Oct 24, 1990
  8. Oct 23, 1990
  9. Oct 22, 1990
  10. Oct 18, 1990
    • ram's avatar
      Made all the C stubs be exported and maybe-inline. Put the generic · dd986228
      ram authored
      functions under (space 0) so that the stubs will be inline expanded.
      Changed some uses of INTEGER-DECODE-FLOAT to FLOAT-SIGN, since only
      the sign was being used.
      Note that EXPT is broken, since (expt -2.0 0.5) should be a complex,
      not 0.
      dd986228
  11. Oct 17, 1990
  12. Oct 16, 1990
  13. Oct 15, 1990
    • wlott's avatar
    • ram's avatar
      Added some stuff to %DEFSTRUCT to notice when a structure is being · a0b4a15a
      ram authored
      incompatibly redefined, signalling a correctable error.  If proceeded,
      we FMAKUNBOUND the old accessors.  Also, %DEFSTRUCT is now responsible
      for updating the INCLUDED-BY slot for the DEFINED-STRUCTURE-INFO, since
      the compiler's STRUCTURE-INFO may not be EQ.
      I also moved %DEFSTRUCT to be beginning of the DEFMACRO expansion.  It 
      was previously at the end, which caused %%COMPILER-DEFSTRUCT to
      create FUNCTION KIND and WHERE-FROM entries for the slot accessors.  If
      they are defined as functions in the global environment, then it just
      lets the default expression for these info types realize that they
      are functions.
      With any luck, this won't cause any horrible bootstrapping problems.
      a0b4a15a
  14. Oct 14, 1990
  15. Oct 13, 1990
Loading