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. May 27, 2013
  3. May 04, 2013
    • Raymond Toy's avatar
      Remove the -M option that was recently added. · 431765cf
      Raymond Toy authored
      This isn't needed since we no longer set CC in the Config files.
      
       bin/build.sh::
       * Revert change that added -M
      
       bin/rebuild-lisp.sh::
       * Remove the -M option, but leave in the getops and usage changes so
         we get a little command help if needed.
      431765cf
  4. May 03, 2013
  5. Apr 14, 2013
  6. Apr 13, 2013
  7. Dec 26, 2012
    • Raymond Toy's avatar
      Add :alien-callback to *faatures* for platforms that support it. · 02f4566a
      Raymond Toy authored
      bootfiles/20d/boot-2012-12-1.lisp::
        Add :alien-callback to *features*
      
      bin/build.sh::
        Change bootstrap directory to 20d.
      
      code/lispinit.lisp::
        * Register :alien-callback feature if enabled.
        * Heap overflow checking depends on gencgc, so register that only if
          both are enabled.
      
      tools/comcom.lisp::
        Compile c-callback only if :alien-callback is a feature.
      
      tools/worldcom.lisp:
        Compile alien-callback onlf if :alien-callback is a feature.
      02f4566a
  8. Feb 19, 2012
  9. Feb 08, 2012
  10. Feb 07, 2012
  11. Feb 01, 2012
  12. Nov 05, 2011
  13. Nov 04, 2011
  14. Oct 22, 2011
  15. Oct 08, 2011
  16. Oct 01, 2011
  17. Sep 27, 2011
  18. Nov 10, 2010
  19. Nov 03, 2010
  20. Oct 14, 2010
    • rtoy's avatar
      tools/build.sh: · 9073131c
      rtoy authored
      o Add -U option.  This causes the updated translations to overwrite
        the *.po files in source tree.  Without -U, the diff of the changes
        are printed, as before.  The -U option is useful to prepare the po
        files for checking in to the CVS repository.
      
      lisp/GNUmakefile:
      o Put back the original translations target and rule, but rename the
        target to tranlations-update.  This allows developers to overwrite
        the translations in the source tree, ready for analysis or checkin,
        as appropriate.
      9073131c
  21. Sep 25, 2010
  22. Sep 16, 2010
  23. Sep 15, 2010
  24. Aug 31, 2010
  25. Aug 01, 2010
  26. Jul 12, 2010
    • rtoy's avatar
      Only update translations on the last build. · 143ddce4
      rtoy authored
      lisp/GNUmakefile:
      o Change "all" target to build just lisp.nm.  Don't also build the
        translations target.
      
      tools/build.sh:
      o Only make translations for the last build.
      143ddce4
  27. Mar 19, 2010
  28. Feb 01, 2010
    • rtoy's avatar
      build.sh: · 806697d3
      rtoy authored
      o Add RCS header
      
      make-dist.sh:
      o Add RCS header
      o Add some comments on what this does.
      806697d3
  29. Sep 17, 2009
  30. Sep 09, 2009
  31. Jun 30, 2009
  32. Jun 11, 2009
  33. Mar 24, 2009
  34. Dec 27, 2008
    • rtoy's avatar
      Replace $TIMER with time, everywhere. · 49329301
      rtoy authored
      Requested by Stelian Ionescu to support Gentoo.  Some Gentoo systems
      don't have /usr/bin/time.  (What kind of Unix system doesn't have
      /usr/bin/time?)
      49329301
  35. Dec 10, 2008
  36. Dec 02, 2008
  37. Nov 12, 2008
  38. Sep 13, 2008