Skip to content
Snippets Groups Projects
  1. Feb 23, 1993
  2. Feb 19, 1993
  3. Feb 17, 1993
  4. Feb 16, 1993
  5. Feb 14, 1993
  6. Feb 13, 1993
  7. Feb 11, 1993
    • ram's avatar
      typo. · f5c30e4d
      ram authored
      f5c30e4d
    • ram's avatar
      Fix FIND-NAME-INDICES. · 109d9fb0
      ram authored
      Write SLOT-ACCESSOR-FORM to share code between raw accessors and
      the constructor.
      Fixed vector structure constructor to use AREF to store names.
      Constructors now actually work when there are R/O slots, and we also
      don't multiply fetch the raw data when initializing it.
      In typed accessors & vector constructors, intersect the vector element type
      with the slot type.
      109d9fb0
  8. Feb 10, 1993
  9. Feb 08, 1993
  10. Jan 15, 1993
  11. Dec 15, 1992
  12. Dec 10, 1992
  13. Jun 14, 1992
  14. Apr 02, 1992
  15. Mar 14, 1992
  16. Mar 13, 1992
  17. Mar 09, 1992
  18. Dec 14, 1991
  19. Dec 05, 1991
  20. Nov 07, 1991
  21. Nov 06, 1991
  22. Jun 06, 1991
  23. Mar 04, 1991
  24. Feb 08, 1991
  25. Feb 03, 1991
  26. Jan 03, 1991
  27. Dec 19, 1990
    • wlott's avatar
      typo · f352676d
      wlott authored
      f352676d
  28. Dec 18, 1990
  29. Nov 18, 1990
  30. Oct 17, 1990
  31. Oct 15, 1990
    • 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
  32. Oct 09, 1990
    • wlott's avatar
      typo. · a385cd59
      wlott authored
      a385cd59
Loading