Skip to content
Snippets Groups Projects
  1. Jan 29, 2012
    • 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
    • Raymond Toy's avatar
      Changes so we can cross-compile from x86 to ppc. This will produce a · 1c6efe85
      Raymond Toy authored
      core that appears to work.  More testing needed.
      
      src/compiler/ppc/c-call.lisp:
      o Use the old vops that only store floats in float registers.  We
        don't need them also stored in integer registers.  This causes an
        error during cross-compile about %NL1 conflicting with a wired tn.
      
      src/tools/cross-scripts/cross-x86-ppc-darwin.lisp:
      o Copy over similar features from cross-x86-sparc.lisp so that the
        cross-compile will work.
      1c6efe85
  2. Jan 28, 2012
  3. Jan 27, 2012
  4. Jan 23, 2012
  5. Jan 22, 2012
  6. Jan 21, 2012
  7. 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
  8. Jan 08, 2012
  9. Jan 07, 2012
  10. Jan 06, 2012
  11. Jan 04, 2012
  12. 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
  13. Dec 22, 2011
  14. Dec 21, 2011
  15. Dec 16, 2011
  16. Dec 14, 2011
  17. Dec 08, 2011
Loading