Skip to content
Snippets Groups Projects
  1. Jul 16, 2009
  2. Jul 13, 2009
  3. Jul 10, 2009
  4. Jul 07, 2009
    • rtoy's avatar
      Add new config for sparc/solaris, matching what was done for x86. The · d80ed711
      rtoy authored
      sun4_solaris_gcc and sun4_solaris_sunc configs are now obsolete, but
      we leave the around for now.
      
      Tested both configs and they work.
      
      lisp/Config.sparc_common:
      o New file for common config for gcc and Sun C builds on Solaris
      
      lisp/Config.sparc_gcc:
      o New file for building on sparc/solaris with gcc
      
      lisp/Config.sparc_sunc:
      o New file for building on sparc/solaris with Sun C
      
      tools/create-target.sh:
      o Change default from sun4_solaris_gcc to sparc_gcc to use new
        configuration.
      d80ed711
    • rtoy's avatar
      o Fix a compiler warning about inconsistent arg types. · c5b3b076
      rtoy authored
      o Fix some typos.
      o Clean up consecutive allocation heuristic:
        - Add comments to alloc_stats slots.
        - Removed regions_differ_count slot
        - Reset abandon_region_count when saved_region is updated.
      c5b3b076
    • rtoy's avatar
      Fix compiler warning on sparc. · 0fc8f462
      rtoy authored
      0fc8f462
  5. Jul 06, 2009
  6. Jul 02, 2009
    • rtoy's avatar
      boot-2009-07.lisp: · 67fc4ac5
      rtoy authored
      o Bootstrap file needed to compile this change (because the current
        shrink-vector derive-type optimizer didn't handle union types).
      
      compiler/fndb.lisp:
      o Make the compiler warn if the result of lisp::shrink-vector is not
        used.  This is a problem because the compiler doesn't know that
        shrink-vector destructively modifies the length of a vector.  As a
        partial solution, warn the user if the result of shrink-vector is
        not.
      
      code/hash-new.lisp:
      code/seq.lisp:
      o Make sure the result of shrink-vector is used, to get rid of a new
        compiler warning.
      
      code/unidata.lisp:
      o Modify %unicode-full-case so that it doesn't use shrink-vector
        anymore.
      
      compiler/seqtran.lisp:
      o Fix shrink-vector derive-type optimizer to handle union types.
      
      tools/build-unidata.lisp:
      o Fix typo that someone got in.
      o Make sure the result of shrink-vector is used, to get rid of a new
        compiler warning.
      67fc4ac5
  7. Jun 30, 2009
  8. Jun 29, 2009
  9. Jun 25, 2009
  10. Jun 24, 2009
  11. Jun 21, 2009
  12. Jun 20, 2009
  13. Jun 19, 2009
  14. Jun 18, 2009
  15. Jun 17, 2009
  16. Jun 16, 2009
    • rtoy's avatar
      Cleanups for non-unicode build. · 8f28c28f
      rtoy authored
      code/stream.lisp:
      o Only define (setf stream-external-format) for Unicode builds.
      o In stream-external-format, don't try to look up the external format
        from the fd-stream structure, which doesn't exist in non-unicode
        builds.
      
      code/strings.lisp:
      o Conditionalize out things that will only work if unicode is
        available.
      
      tools/worldcom.lisp:
      o Only compile fd-stream-extfmt for unicode builds.
      8f28c28f
    • rtoy's avatar
      code/string.lisp: · a826481f
      rtoy authored
      o Only define STRING-TO-NFD, STRING-TO-NFKD, and STRING-TO-NFKC for
        Unicode builds.  Conditionalize out their support functions too.
      o Update export list to be conditional on Unicode too.
      o Use new name for get-pairwise-composition.
      
      code/exports.lisp:
      o Update export list to be conditional on Unicode for above changes
        in string.lisp.
      
      code/unidata.lisp:
      o Change name from GET-PAIRWISE-COMPOSITION to
        UNICODE-PAIRWISE-COMPOSITION to match other Unicode function names.
      a826481f
Loading