Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    a735122e
    code/intl.lisp: · a735122e
    rtoy authored
    o When saving the file name, use *compile-file-truename* instead of
      *compile-file-pathname*.  Also use enough-namestring to make a
      shorter name.  The file names that were placed in the pot file
      included search-lists which aren't understood by anything besides
      CMUCL.
    o Don't install the reader macros by default anymore.
    o Change INSTALL to accept an optional readtable that is modified with
      the reader macros and such.
    
    code/exports.lisp:
    o Export INTL::INSTALL.
    
    tools/build-world.sh:
    tools/build-utils.sh:
    o Need to install the reader macros when building so we can get
      generate the pot files.
    o Set *default-pathname-defaults* to be the (full) current build
      directory so that the pathnames in the pot file are relative to the
      build directory.
    
    These changes fix the main part of Ticket #39.
    a735122e
    History
    code/intl.lisp:
    rtoy authored
    o When saving the file name, use *compile-file-truename* instead of
      *compile-file-pathname*.  Also use enough-namestring to make a
      shorter name.  The file names that were placed in the pot file
      included search-lists which aren't understood by anything besides
      CMUCL.
    o Don't install the reader macros by default anymore.
    o Change INSTALL to accept an optional readtable that is modified with
      the reader macros and such.
    
    code/exports.lisp:
    o Export INTL::INSTALL.
    
    tools/build-world.sh:
    tools/build-utils.sh:
    o Need to install the reader macros when building so we can get
      generate the pot files.
    o Set *default-pathname-defaults* to be the (full) current build
      directory so that the pathnames in the pot file are relative to the
      build directory.
    
    These changes fix the main part of Ticket #39.