Skip to content
  1. Oct 22, 2011
  2. Oct 15, 2011
  3. Sep 25, 2011
  4. Sep 03, 2011
  5. Jun 28, 2011
  6. Jun 06, 2011
  7. May 31, 2011
    • rtoy's avatar
      Add -unidata option to specify unidata.bin file. · d9b73849
      rtoy authored
      This change requires a cross-compile.  Use boot-2011-04-01-cross.lisp
      as the cross-compile script.
      
      bootfiles/20b/boot-2011-04-01-cross.lisp:
      o New cross-compile bootstrap file
      
      lisp/lisp.c:
      o Recognize -unidata option and setup *UNIDATA-PATH* appropriately.
      
      code/commandline.lisp:
      o Add defswitch for unidata so we don't get complaints about unknown
        switch.
      
      code/unidata.lisp:
      o Rename +UNIDATA-PATH+ to *UNIDATA-PATH*, since it's not a constant
        anymore.
      o Update code to use new name.
      
      code/print.lisp:
      o Update code to use *UNIDATA-PATH*
      
      compiler/sparc/parms.lisp:
      o Add *UNIDATA-PATH* to list of static symbols.
      o Add back in spare-9 and spare-8 static symbols since we need to do a
        cross-compile for this change anyway.
      
      compiler/x86/parms.lisp:
      o Add *UNIDATA-PATH* to list of static symbols.
      o Reorder the static symbols in a more logical arrangment so that the
        spare symbols are at the end.
      
      i18n/local/cmucl.pot:
      o Update
      d9b73849
  8. Dec 02, 2010
  9. Nov 08, 2010
  10. Oct 27, 2010
  11. Sep 26, 2010
  12. Sep 20, 2010
  13. Sep 15, 2010
  14. Sep 13, 2010
  15. Jul 14, 2010
  16. Jul 12, 2010
  17. May 29, 2010
  18. May 16, 2010
  19. Apr 20, 2010
  20. Mar 19, 2010