Skip to content
Snippets Groups Projects
  1. Feb 01, 2012
  2. Jan 31, 2012
  3. Jan 29, 2012
  4. Jan 28, 2012
  5. Jan 27, 2012
  6. Jan 23, 2012
  7. Jan 22, 2012
  8. Jan 21, 2012
  9. 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
  10. Jan 08, 2012
  11. Jan 07, 2012
  12. Jan 06, 2012
  13. Jan 04, 2012
  14. Dec 23, 2011
    • Raymond Toy's avatar
      Fix more compiler warnings. · 771b7ee4
      Raymond Toy authored
      Linux-os.c:
      o Fix warning about pointer to int warning.
      
      lisp.c:
      o Linux needs time.h to define tzset.
      o Fix warning about unused result from getwcd.  If getcwd fails, we
        now just exit with a message because we can't find anything.
      771b7ee4
  15. Dec 22, 2011
Loading