Skip to content
Snippets Groups Projects
  1. Jul 17, 2012
  2. May 30, 2012
  3. May 26, 2012
  4. May 25, 2012
  5. May 06, 2012
  6. Apr 25, 2012
  7. Apr 21, 2012
    • Raymond Toy's avatar
      Fix bug in handling the state BOM marker and also extend to work · b040afc2
      Raymond Toy authored
      composing external formats.  The state BOM marker also needs to
      indicate how long the BOM is.
      
       * src/code/stream.lisp
         * Handle the BOM marker correctly for composed format. 
         * Handle the new values for the state BOM marker.
      
       * src/pcl/simple-streams/external-formats/utf-16.lisp
         * Change BOM state marker to +2 and -2 instead of 1 and 2 to
           indicate the length of the BOM.
      
       * src/pcl/simple-streams/external-formats/utf-32.lisp
         * Change BOM state marker to +4 and -4 instead of 1 and 2 to
           indicate the length of the BOM.
      b040afc2
  8. Apr 20, 2012
  9. Apr 19, 2012
    • Raymond Toy's avatar
      Fix ticket:58. Handle the BOM character for utf-16 and utf-32. This · f3db74d4
      Raymond Toy authored
      is a bit of a hack.
      
       * src/code/stream.lisp:
        * Check the state to see if a BOM was read.  This critically depends
          on knowing the format of the state variable for utf16 and utf32
          formats, but the stream code shouldn't have to know the state
          internals. 
      
       * src/general-info/release-20d.txt
         * Update.
      f3db74d4
  10. Mar 27, 2012
  11. Mar 03, 2012
  12. Feb 05, 2012
    • Raymond Toy's avatar
      Update to Unicode 6.1.0. · 537cc9bb
      Raymond Toy authored
        src/code/unidata.lisp:: Update Unicode version.
      
        src/tools/build-unidata.lisp:: Update Unicode version and update for
        change of format of NameAliases.txt.
      
        src/i18n/unidata.bin:: Updated with new data.
      
        src/general-info/release-20d.txt:: Updated.
      
        src/i18n/BidiMirroring.txt:: Updated to Unicode 6.1.0.
        src/i18n/CaseFolding.txt:: Updated to Unicode 6.1.0.
        src/i18n/CompositionExclusions.txt:: Updated to Unicode 6.1.0.
        src/i18n/DerivedNormalizationProps.txt:: Updated to Unicode 6.1.0.
        src/i18n/NameAliases.txt:: Updated to Unicode 6.1.0.
        src/i18n/NormalizationCorrections.txt:;
        src/i18n/SpecialCasing.txt:: Updated to Unicode 6.1.0.
        src/i18n/UnicodeData.txt:: Updated to Unicode 6.1.0.
        src/i18n/WordBreakProperty.txt:: Updated to Unicode 6.1.0.
        src/i18n/tests/NormalizationTest.txt:: Updated to Unicode 6.1.0.
        src/i18n/tests/WordBreakTest.txt:: Updated to Unicode 6.1.0.
      537cc9bb
  13. Feb 04, 2012
  14. Feb 01, 2012
  15. Jan 29, 2012
    • Raymond Toy's avatar
      Update textdomains. · 8e96bc91
      Raymond Toy authored
       * Use cmucl-sparc-vm instead of cmucl-sparc-svr4
      8e96bc91
    • Raymond Toy's avatar
      Update textdomains. · 86b95ac8
      Raymond Toy authored
       * Use cmucl-sparc-vm instead of cmucl-sparc-svr4
       * Use cmucl-ppc-vm instead of cmucl-ppc.
       * code/ppc-vm.lisp should be in the cmucl-ppc textdomain instead of cmucl.
      86b95ac8
  16. Jan 27, 2012
  17. Jan 12, 2012
    • Raymond Toy's avatar
      Fix ticket:53 by adding UTF-8 to the core. · 63ecc76a
      Raymond Toy authored
      code/extfmts.lisp:
      * Move the utf-8 implementation to this file
      * Update %find-external-format to return quickly for :utf-8. 
      
      code/fd-stream-comp.lisp:
      * Precompile utf-8 functions.
      
      pcl/simple-streams/external-formats/utf-8.lisp:
      * Add note that this is only used for reference now because it's in
        the core.
      63ecc76a
  18. Jan 06, 2012
  19. Dec 08, 2011
    • Raymond Toy's avatar
      Fix ticket:50 · a4e33b76
      Raymond Toy authored
      Check if "" (and "/") is in the list of directories and signal an
      error so that we use the #P(...) syntax to print out the pathname
      readably.
      
      Update the pot and po files accordingly.
      a4e33b76
    • Raymond Toy's avatar
      Fix ticket:50 · 2a93478c
      Raymond Toy authored
      Catch the case of " " and signal an error so that we can print such
      pathnames using the #P(...) syntax.  Also catch the case where the
      directory includes an explicit directory separator, "/", which would
      not be printed readably either.
      
      Update the pot file too.
      2a93478c
  20. Nov 04, 2011
Loading