Skip to content
Snippets Groups Projects
  1. Apr 17, 1998
  2. Feb 11, 1998
  3. Oct 31, 1994
  4. Feb 11, 1994
  5. Aug 20, 1993
  6. Mar 15, 1993
  7. Feb 26, 1993
  8. Feb 12, 1993
    • ram's avatar
      typo. · fb0810f7
      ram authored
      fb0810f7
  9. Feb 11, 1993
  10. Jan 23, 1993
  11. Jul 10, 1992
  12. Feb 12, 1992
    • ram's avatar
      Changed all macros which ignore the numeric arg to warn if there is one. · 7fd629f8
      ram authored
      Changed all macros to use %READER-ERROR as appropriate.
      
      Changed #+/- to work correctly under *READ-SUPPRESS*.  These macros actually do
      the same thing as usual under read-suppress.  However, we have to make sure
      that *read-suppress* is nil when reading the feature expression.  Also,
      consider feature expressions with package errors to be absent.
      
      Fixed various macros to return NIL rather than the value of *read-suppress*
      when *read-suppress* is true.
      
      Fixed #: to use the new READ-EXTENDED-TOKEN return value to detect colons,
      rather than just searching (since they might be escaped.)
      
      When *read-suppress* is true and *read-eval* is false, don't signal an error
      on #.  When we do error for #., use the correct READER-ERROR.
      
      Changed #r to just bind *read-base* and call read, instead of doing all sorts
      of weird stuff to reinvent numeric reading.  Check for illegal radices.
      
      Deleted some dead code once used for #=/##.
      
      Made # a non-terminating read macro character (the only one in standard CL.)
      So you can have symbols like foo#3, or whatever.
      7fd629f8
  13. Nov 30, 1991
  14. Nov 28, 1991
  15. Aug 22, 1991
  16. Feb 14, 1991
  17. Feb 08, 1991
  18. Sep 24, 1990
  19. May 30, 1990
  20. Mar 05, 1990
  21. Feb 12, 1990
  22. Feb 06, 1990
Loading