Skip to content
Snippets Groups Projects
  1. Aug 25, 2000
  2. Aug 24, 2000
  3. Aug 23, 2000
    • dtc's avatar
      o Rework %enumerate-directories to handle :wild and :wild-inferiors · 1e8bacb7
      dtc authored
        within the pathname; noted by Christophe Rhodes. Further maintain a
        list of the directory inode and device numbers which are used to avoid
        paths loops during :wild-inferiors searches.
      
      o Enhance %enumerate-directories to accept a new follow-links argument to
        allow the following of symbolic links to be disabled. Similarly add
        follow-links keyword argument to interface macro enumerate-matches.
      1e8bacb7
  4. Aug 20, 2000
  5. Aug 19, 2000
  6. Aug 17, 2000
  7. Aug 12, 2000
  8. Aug 10, 2000
  9. Aug 09, 2000
  10. Aug 08, 2000
  11. Aug 07, 2000
  12. Aug 06, 2000
    • dtc's avatar
      o Add the new function order-layout-inherits to correctly order the · 9793164a
      dtc authored
        layouts within the layout-inherits vector. This ensures that
        the compiler can generate inline type tests for hierarchical classes.
      
      o Modify the definition of the stream class to be hierarchical.
      
      o Have the condition classes correctly order their layout-inherits
        so that the hierarchical condition class is placed at it specified depth.
      
      o Enhance the compiler instance typep transform to generate inline
        type tests for hierarchical classes, not just for structures.
      9793164a
    • dtc's avatar
      Just grab the lisp class direct-superclasses for the pcl · ad770090
      dtc authored
      structure-class direct superclasses. This handles both normal
      structures with a single superclass, and other structure like classes
      such as conditions and streams which may have multiple superclasses.
      ad770090
    • dtc's avatar
      4bfa19a9
  13. Aug 04, 2000
  14. Aug 03, 2000
    • pw's avatar
      These changes remove some obsolete and unused type system interface codes, · 94577d17
      pw authored
      and introduces code to "inform-type-system-about-std-class". The effect
      of this new code is to put minimal class definitions into the compile-time
      environment to prevent undefined-type warnings. These definitions are
      replaced with the correct class defs at load-time.
      94577d17
  15. Aug 01, 2000
  16. Jul 31, 2000
  17. Jul 23, 2000
    • dtc's avatar
      When read-sequence is using the read-n-bin method, loop if the number · 645e50b8
      dtc authored
      of bytes returned is less than required, and until either done or zero
      bytes is returned indicating an EOF.
      645e50b8
    • dtc's avatar
      Fix the handling of :unread and :clear-input in the stream · 40f31f66
      dtc authored
      misc functions synonym-misc, two-way-misc, and concatenated-misc.
      These streams encapsulate other input streams which may have an input
      buffer so they need to call unread-char and clear-input on the
      encapsulated stream rather than directly calling the encapsulated
      streams misc method as the misc methods are below the layer of the
      input buffer.
      40f31f66
  18. Jul 13, 2000
    • dtc's avatar
      o Fix the generation of new variable leafs by the proclaim functions. · b8bbec47
      dtc authored
        The new variables were being created by copying the old leafs which
        incorrectly copied over any refs, or sets etc, which should have been
        cleared in the new leafs.
      
      o Fix the handling of the 'special identifier in the proclaim IR1
        translator which had been incorrectly using the identifier rather than
        the variable name when updating the hash tables.
      b8bbec47
  19. Jul 11, 2000
  20. Jul 10, 2000
Loading