CVS Update: xc (branch: trunk)

Alan Coopersmith xorg-commit at pdx.freedesktop.org
Sat Oct 30 23:33:44 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	alanc at gabe.	04/10/30 13:33:44

Log message:
  2004-10-30  Alan Coopersmith  <alan.coopersmith at sun.com>
  
  	* xc/config/util/mdepend.cpp:
  	Add -d flag for compilers like the Sun C compilers that
  	produce dependency lists themselves.   To use with the Sun
  	compilers, add to host.def:
  		# define UseCCMakeDepend        YES
  		# define DependFlags            -cc $(CC) -d -xM
  	(Sun bug id #4245688 - fix by Alan Coopersmith)
  	* xc/programs/Xserver/hw/xfree86/loader/elfloader.c:
  	Add Solaris to the platforms on which mprotect is run to set
  	execute permissions when necessary.  (Sun bug id #6175128 -
  	fix by Alan Coopersmith)
  	* xc/programs/xclock/Imakefile,Clock.c,ClockP.h,xclock.c:
  	Internationalize digital output (Sun bug id #4119396 - fix by
  	Steve Swales),  add -bgpixmap option to set XPM file as background
  	(originally from STSF project version of xclock by Alan Coopersmith)
  	* xc/programs/xmodmap/handle.c,pf.c
  	xmodmap was printing line numbers which are one too low in error
   	messages (Xorg bugzilla #1739, Sun bug id 4637857 - fix by Sam Lau)

Modified files:
      ./:
        ChangeLog 
      xc/config/util/:
        mdepend.cpp 
      xc/programs/Xserver/hw/xfree86/loader/:
        elfloader.c 
      xc/programs/xclock/:
        Clock.c ClockP.h Imakefile xclock.c 
      xc/programs/xmodmap/:
        handle.c pf.c 
  
  Revision      Changes    Path
  1.494         +22 -1     xc/ChangeLog
  1.3           +25 -2     xc/config/util/mdepend.cpp
  1.3           +5 -5      xc/programs/Xserver/hw/xfree86/loader/elfloader.c
  1.3           +269 -41   xc/programs/xclock/Clock.c
  1.3           +11 -2     xc/programs/xclock/ClockP.h
  1.3           +5 -2      xc/programs/xclock/Imakefile
  1.3           +16 -0     xc/programs/xclock/xclock.c
  1.3           +2 -2      xc/programs/xmodmap/handle.c
  1.3           +1 -1      xc/programs/xmodmap/pf.c




More information about the xorg-commit mailing list