Skip to content
Snippets Groups Projects
  1. Jan 21, 2009
  2. Jan 20, 2009
  3. Jan 19, 2009
  4. Jan 13, 2009
  5. Jan 11, 2009
    • rtoy's avatar
      Config.x86_common: · de39fd0a
      rtoy authored
      o Use += to append to variables instead of setting them.
      o Add common OS_SRC files.
      o Move rule for building e_rem_pio2.c to here.  Add CPPFLAGS too.
      
      Config.x86_common:
      o Remove common files from OS_SRC.
      o Remove rele for e_rem_pio2.c
      
      Config.x86_darwin:
      o Update to use Config.x86_common.
      
      GNUmakefile:
      o Use CPPFLAGS when building version.o
      de39fd0a
  6. Jan 10, 2009
  7. Jan 09, 2009
  8. Jan 07, 2009
  9. Jan 06, 2009
  10. Jan 05, 2009
    • rtoy's avatar
      Fix for handling arithmetic errors with x87. · 9edd3c4b
      rtoy authored
      Use bootstrap-2009-01-1.lisp to bootstrap this change.
      
      code/float-trap.lisp:
      o FLOATING-POINT-MODES for :X87 needs to massage the results into the
        expected format (SSE2 MXCSR order).
      o Update for changed VOP names too.
      
      compiler/x86/float.lisp:
      o Rename the floating-point-modes and set-floating-point-modes VOPS to
        x87-floating-point-modes and set-x87-floating-point-modes.  Change
        the translations accordingly too.
      
      compiler/x86/parms.lisp:
      o The float property bytes have been updated to match the SSE2 MXCSR
        register for both SSE2 and X87 builds because the code assumes SSE2
        format.
      
      lisp/Linux-os.c:
      o Don't OR in the SSE2 modes if we're not running an SSE2 build.
        Doing this can erroneously mask out exceptions because the Lisp code
        didn't set up the sse2 modes.  (This happens if you select the x87
        core on a chip that supports sse2.)
      
      lisp/globals.h:
      o Declare fpu_mode.
      
      lisp/lisp.c:
      o Set fpu_mode to be the mode determined from the core file.  Needed
        in Linux-os.c to process the SSE2 modes correctly with an x87 core
        on a sse2-capable chip.
      9edd3c4b
  11. Dec 31, 2008
  12. Dec 30, 2008
    • rtoy's avatar
      o Fix typo in defknown result type for %COMPLEX-DOUBLE-DOUBLE-FLOAT. · 06b67a0f
      rtoy authored
      o Use ETYPECASE instead of TYPECASE when defining %COMPLEX-foo-FLOAT.
      06b67a0f
    • rtoy's avatar
      More cleanups: · f7fb749f
      rtoy authored
      o Remove stale symbol *CHAR.
      o Forgot to move SOCKET-ERROR to internet section
      o Move *CLX-FDS-TO-DISPLAYS* to CLX section.
      f7fb749f
    • rtoy's avatar
      More EXTENSIONS symbols rearrangement. · d134c888
      rtoy authored
      o Remove stale symbols: *MAX-OLD-TRACE-INDENTATION*,
        *MAX-STEP-INDENTATION*, OLD-TRACE, OLD-UNTRACE
      o Add section for command line parsing symbols.
      o Add section for Hemlock symbols.
      o Add section for CLX extensions
      o Finish the section for internet.lisp symbols.
      d134c888
  13. Dec 29, 2008
    • rtoy's avatar
      No functional changes; just group some of the symbols in EXT together · f5aa843d
      rtoy authored
      in some logical groups instead spread all over.
      f5aa843d
    • rtoy's avatar
      Add -I and -M options: · 3dcb8151
      rtoy authored
      -I) Install CMUCL directly to the given directory, instead of creating
          a tarball
      -M) Specify which subdirectory the manpages should go.  Default is
          man/man1.
      
      make-dist.sh:
      make-main-dist.sh:
      o Recognize and handle -I and -M.
      
      make-extra-dist.sh:
      o Recognize and handle -I.
      3dcb8151
    • rtoy's avatar
      o Clean up min OSX version stuff. · b48ae430
      rtoy authored
      o 10.2.8 is not recognized as a valid min version.  Use 10.2.
      b48ae430
    • rtoy's avatar
      Support building and running on OSX 10.4 (Tiger). · c2e1d8a6
      rtoy authored
      lisp/Config.x86_darwin:
      o Add -mmacosx-version-min=10.4 so the C code can run on Tiger.
      
      lisp/Darwin.c:
      lisp/x86-lispregs.h:
      o The mcontext slot names have a prefix of "__" on 10.5, but have no
        prefix on 10.4.  Add #define's to make the source code work on either.
      c2e1d8a6
  14. 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
    • rtoy's avatar
      Clean up Config, like in linux_gencgc, removing LINKAGE, GENCGC, and · 45885699
      rtoy authored
      SSE2 flags, and adding them to RUNTIME.
      45885699
    • rtoy's avatar
      Apply patch from Stelian Ionescu on cmucl-imp, 2008/12/24 to allow · 03cd24a9
      rtoy authored
      custom CFLAGS, CC, and LDFLAGS.  Slightly modified to move -m32 from
      CC to RUNTIME.
      
      Cleaned some other items for Linux.
      
      lisp/Config.linux_gencgc:
      o Define CC only if not already defined.
      o Remove -m32 flag from CC and put it in RUNTIME.
      o Incrementally add to RUNTIME, removing the LINKAGE, GENCGC, and SSE2
        variables.
      o Add -m32 flag to OS_LINK_FLAGS
      
      lisp/GNUmakefile:
      o Define CC only if not already defined.  (Do this after loading
        Config).
      
      motif/server/Config.x86:
      o Allow custom LDFLAGS and CFLAGS when building the motif server.
      03cd24a9
  15. Dec 24, 2008
Loading