Skip to content
Snippets Groups Projects
  1. Nov 05, 1991
  2. Oct 31, 1991
  3. Oct 28, 1991
  4. Oct 24, 1991
  5. Oct 23, 1991
  6. Oct 22, 1991
  7. Oct 20, 1991
  8. Oct 08, 1991
  9. Oct 05, 1991
  10. Oct 04, 1991
  11. Oct 03, 1991
  12. Oct 02, 1991
    • ram's avatar
      Use CODE-TN instead of allocating a temporary in CODE, which is rather random, · 33dc8f2b
      ram authored
      and confuses the lifetime checker.
      33dc8f2b
    • ram's avatar
      In save-dynamic-state, init the NPF result even if there isn't any NFP. Might · 06c38186
      ram authored
      cause GC lossage, and confuses the assembly lifetime checker.
      06c38186
    • ram's avatar
      Changed (fixed?) argument/result parsing to default lifetimes, SCs and targets · 56d620ad
      ram authored
      from the inherited operand of the same name.  This eliminates the need for the
      inheriting VOP to respecify values that are really internal to the inherited
      VOP.
      56d620ad
    • chiles's avatar
      · 46a1b13a
      chiles authored
      Fixed lossage concerning the following compiler output:
         Definition has N args, but the previous definition had M.
      This used to be a note, but it should be a warning.
      
      If it is a warning that users change the definitions of structures, then it
      should be a warning when users change the definitions of functions.  In both
      cases, code might be lying around assuming an incorrect interface.  I think
      this is equally dangerous.  Also, changing the redefinition of arg counts to a
      warning makes it more compatible with the warning that someone supposedly
      called a routine with the wrong number of args.
      46a1b13a
  13. Oct 01, 1991
  14. Sep 29, 1991
  15. Sep 28, 1991
Loading