Skip to content
Snippets Groups Projects
  1. Jul 17, 2012
  2. Jul 13, 2012
  3. Jul 12, 2012
    • Raymond Toy's avatar
      Clean up alloc overflow routine. Cross-compile needed. · 2e95a0bb
      Raymond Toy authored
      src/bootfiles/20c/boot-2012-07-1-x86-cross.lisp:
      o X86 cross-compile script
      
      src/compiler/x86/macros.lisp:
      o New inline-allocation to call our new overflow routine.
      
      src/lisp/x86-assem.S:
      o New alloc_overflow routine.
      
      src/tools/cross-scripts/cross-x86-x86.lisp:
      o Export all symbols in VM that are external symbols in OLD-VM with
        the corresponding symbol name.
      2e95a0bb
  4. Jul 05, 2012
  5. Jun 30, 2012
  6. Jun 15, 2012
  7. Jun 12, 2012
  8. Jun 02, 2012
  9. Jun 01, 2012
  10. May 30, 2012
  11. May 28, 2012
  12. May 26, 2012
  13. May 25, 2012
  14. May 10, 2012
  15. May 06, 2012
  16. May 01, 2012
  17. Apr 25, 2012
  18. Apr 21, 2012
    • Raymond Toy's avatar
      Fix some typos, change url to cmucl.org and add url to · ceba057c
      Raymond Toy authored
      trac.common-lisp.net/cmucl.
      ceba057c
    • 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
  19. Apr 20, 2012
Loading