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