Skip to content
  1. Oct 14, 2010
  2. Dec 03, 2009
  3. Apr 25, 2009
    • Luís Oliveira's avatar
      Various improvements to the test suite. · aedc2090
      Luís Oliveira authored
      - Rename RUN-TESTS to RUN and export it from BABEL-TESTS.
      - New test CODE-CHAR-NILNESS checks whether we can encode all
        code points below BABEL:UNICODE-CHAR-CODE-LIMIT.
      - TEST-UNICODE-ROUNDTRIP: don't try to encode non-characters.
      - UTF8-ILLEGAL-CODE-POSITIONS: new test adapted from MGK's UTF8
        test suite.
      - Disable a few tests for CCL: UTF-8B.* and CODE-CHAR-NILNESS.
      aedc2090
    • Luís Oliveira's avatar
      Honor *READ-SUPPRESS* in our #\ reader. · f3527eeb
      Luís Oliveira authored
      - Add regression test: SHARP-BACKSLASH.3.
      f3527eeb
  4. Sep 19, 2008
  5. Jul 29, 2008
  6. Jul 28, 2008
  7. Jun 24, 2008
  8. Apr 18, 2008
  9. Apr 06, 2008
  10. Feb 24, 2008
  11. Feb 23, 2008
  12. Dec 10, 2007
  13. Dec 04, 2007
  14. Dec 03, 2007
  15. Aug 13, 2007
  16. Aug 11, 2007
  17. Jul 27, 2007
  18. Jul 26, 2007
  19. Jul 17, 2007
    • Luís Oliveira's avatar
      Bugfixes · 8016e6a4
      Luís Oliveira authored
      - Split accessors into getters and setters.  The setf expanders
        didn't work on several Lisps.
      - Rewrite the UTF-8 octet counter to make CLISP happy.
      - Fix coding-error :buffer initarg.
      - Fix missing ONCE-ONLY macro in strings.lisp.
      - Fix tests for Lispworks which doesn't understand #\uXXXX.
      8016e6a4
  20. Jun 05, 2007
    • Luís Oliveira's avatar
      First patch. · e186f4b9
      Luís Oliveira authored
      Supported encodings: EBCDIC-US, ASCII, ISO-8859-1, UTF-8, UTF-16 and UTF-32.
      e186f4b9