Skip to content
  1. Sep 12, 2013
    • Raymond Toy's avatar
      Allow disabling the use of git for the file-comment. · 7e2a98ee
      Raymond Toy authored
       * src/compiler/main.lisp:
         * Add *FILE-COMMENT-FROM-GIT* to control whether to use git to
           derive the file-comment.  Default is T.  Otherwise, the actual
           file-comment is used.
         * Update PROCESS-FILE-COMMENT to use *FILE-COMMENT-FROM-GIT*.
      
       * bin/build-all.sh
       * bin/build.sh
       * bin/build-world.sh
         * Add -G option to control whether file-comment's are derived from
           git.
      7e2a98ee
  2. Nov 04, 2011
  3. Jul 12, 2010
    • rtoy's avatar
      tools/build-world.sh: · 93bbfb9f
      rtoy authored
      o Load all the external formats so we can save the strings to the pot
        file.
      
      external-formats/*.lisp:
      o Set the text domain to cmucl for all of the files.
      93bbfb9f
  4. Apr 18, 2010
  5. Apr 14, 2010
    • rtoy's avatar
      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
  6. Mar 19, 2010
  7. Oct 21, 2005
  8. Sep 09, 2005
    • rtoy's avatar
      tools/build.sh: · 22428223
      rtoy authored
      o Add -i <n> option to allow you to control whether the build <n> is
        interactive or not.  Default is still non-interactive so the compile
        is logged to a file.
      
      tools/build-world.sh:
      o Support the -i option from build.sh (by checking to see if the
        envvar INTERACTIVE was set by build.sh).
      22428223
  9. Apr 15, 2004
  10. Oct 17, 2003