Skip to content
  1. May 21, 2013
  2. Feb 02, 2013
  3. Jan 23, 2013
  4. Dec 23, 2012
  5. Dec 03, 2012
  6. Aug 04, 2012
  7. Jun 01, 2012
  8. May 26, 2012
  9. May 01, 2012
  10. Feb 04, 2012
  11. Jan 21, 2012
  12. 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
  13. Nov 04, 2011
  14. Oct 22, 2011
  15. Oct 15, 2011
  16. Sep 25, 2011
  17. Sep 03, 2011
  18. Jun 28, 2011
  19. Jun 06, 2011
  20. 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
  21. Dec 02, 2010
  22. Nov 08, 2010
  23. Oct 27, 2010
  24. Sep 26, 2010
  25. Sep 20, 2010
  26. Sep 15, 2010
  27. Sep 13, 2010
  28. Jul 14, 2010
  29. Jul 12, 2010
  30. May 29, 2010
  31. May 16, 2010
  32. Apr 20, 2010
  33. Mar 19, 2010