Skip to content
Snippets Groups Projects
  1. May 05, 2017
  2. Nov 07, 2016
  3. Aug 16, 2016
  4. Aug 05, 2016
  5. Aug 01, 2016
  6. Jul 18, 2016
  7. Jul 11, 2016
  8. Jun 14, 2016
    • Duane Rettig's avatar
      Allow compilation for arm64 lisp · 277dc2f3
      Duane Rettig authored
      Add new makefile for arm64 and make changes to allow
      add-ons to build cleanly
      
      %Bootstrapping: none
      %Testing:none
      
      Change-Id: I8f8bb249deb69767cb65f91feff9ad65b215a9b8
      277dc2f3
  9. May 24, 2016
    • Duane Rettig's avatar
      Add arm64 files · 0e55d587
      Duane Rettig authored
      Add Makefile.arm64
      
      Add arm64 changes to Makefile, Makefile.wnn
      
      Change-Id: I583a8b8ff64460126a30f58899c2b8171155eedd
      0e55d587
  10. May 20, 2016
  11. Apr 20, 2016
  12. Jul 23, 2015
  13. Jan 06, 2015
    • Duane Rettig's avatar
      Propagate SAVE_SOURCE_DEBUG variable · 444a39b8
      Duane Rettig authored
      bug22942: Fix the makefile so it properly propagates the
      value of the SAVE_SOURCE_DEBUG environment variable
      
      Change-Id: I2e643e51ce1fc8e76f970c0e42b3ecd445dbf0c5
      444a39b8
  14. Jul 10, 2013
    • Kevin Layer's avatar
      Fix include/lib path for Linux. · e1973a69
      Kevin Layer authored
      /usr/X11R6/ isn't used anymore, so update to use /usr/include and
      /usr/lib.
      
      Change-Id: I8bfb949b185354b06db299a920428dd35cff0572
      e1973a69
  15. Feb 26, 2013
  16. Nov 26, 2012
  17. Jul 01, 2012
  18. Oct 25, 2011
  19. Aug 26, 2011
    • Andreas Fuchs's avatar
      Fix two declarations in Xt keysym code. · 547606c4
      Andreas Fuchs authored
      I'd left those in when developing unicode input and forgot about
      them. This may speed up things, as well as fix the build on some
      platform where source-level debugging isn't available.
      
      Change-Id: Ifb32883a8dbef709fc50ca4cb33fb430d94fe993
      547606c4
  20. Aug 16, 2011
  21. May 24, 2011
    • Kevin Layer's avatar
      The 'stream' package is no more. · 57f05907
      Kevin Layer authored
      I removed references to stream:, which should be OK since
      those symbols are in the excl: package and we use that package.
      
      This change should work on all supported versions of ACL.
      
      Change-Id: I354f252a5527ecd927642acb6f5723dc83e8c8e0
      57f05907
  22. Apr 18, 2011
    • Andreas Fuchs's avatar
      spr38038: Allow setting point in motif text boxes · 26a3775d
      Andreas Fuchs authored
      The windows version of clim has long had a method called
      silica::set-selection (not exported or documented), that lets users
      set selection / point position in text entry fields and text edit
      boxes. Add this method for Motif as well.
      
      Are there user visible changes in this commit?  no
      Is bootstrapping needed?                        no
      Are tests included for new features?  Possible answers:
         no tests for new features
      Tests run:  tested manually by customer
      
      Change-Id: I0679f4f653fb4d799f4ba63c105dcffbe8f56ee9
      26a3775d
    • Andreas Fuchs's avatar
      bug20152: Improve error message if libXm fails to load on mac · 60256a39
      Andreas Fuchs authored
      Make CLIM collect foreign load errors if a required .dylib file is
      present but fails to load, and show them to the user who will
      hopefully be able to diagnose what's wrong (or at the least, send us a
      note about the error).
      
      Is bootstrapping needed?   no
      Are tests included for new features?
         no new features
      Tests run:
         Tested manually on bigmac, and by Mike Travers (SRI)
      
      Change-Id: Ida3a844d33dd8f337d6f2cf1f2f943d4f2033ccd
      60256a39
  23. Feb 19, 2011
    • Duane Rettig's avatar
      Suppress warning on Mac · 42b3da39
      Duane Rettig authored
      An unused-variable warning was showing up in Mac-specific code; I
      don't know if it has always been this way, but the change should be
      backward compatible.
      
      Change-Id: I0225682e64e9eb9bb0c3187cd8ded41856a30afb
      42b3da39
  24. Dec 04, 2010
  25. Nov 30, 2010
    • Andreas Fuchs's avatar
      Make clim load Motif from known locations on OS X. · 43f3660c
      Andreas Fuchs authored
      Since the OS X linker hard-codes libraries into climxm.dylib, users had to
      install Motif in exactly the same places we had it when we built CLIM. Now,
      use the (OS X-only) linker flag -weak-l to link climxm.dylib weakly against
      these libraries, and preload them from known locations on startup (sys::*clim-library-search-path*).
      
      This means that now, users can install Motif from source (like they were used
      to), or through Homebrew or MacPorts, without having to to worry if CLIM will
      load.
      
      This change also changes the build process to no longer use make_shared.mac
      [64], and instead uses ld directly, and re-adds /usr/local/{lib,include} to
      include and library search paths.
      43f3660c
Loading