Skip to content
Snippets Groups Projects
  1. Jul 31, 2000
  2. 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
  3. 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
  4. Jul 11, 2000
  5. Jul 10, 2000
  6. Jul 09, 2000
  7. Jul 07, 2000
  8. Jul 06, 2000
  9. Jul 01, 2000
  10. Jun 29, 2000
  11. Jun 27, 2000
  12. Jun 26, 2000
  13. Jun 22, 2000
  14. Jun 21, 2000
  15. Jun 19, 2000
  16. Jun 18, 2000
    • dtc's avatar
      Ensure that continuation references stored within the lexical · bfbe4f7e
      dtc authored
      environment, for block exits and tagbody entries, are updated when
      continuations are substituted. Add a cont-ref structure, and a new
      slot to continuations which holds the list of these references to be
      be updated when the continuation is substituted. Based on the work of
      Tim Moore.
      bfbe4f7e
Loading