CVS Update: xc (branch: trunk)

Egbert Eich xorg-commit at pdx.freedesktop.org
Thu May 6 20:31:17 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich at pdx.	04/05/06 10:31:17

Log message:
          BugZilla #601:
          Fixing makedepend choking on floating point exception because
          CHAR_BIT is defined to __CHAR_BIT__ which is a compiler intrinsic
          define.
          BugZilla #605:
          Fixing build on IA64 which is broken due to the inclusion of
          the kernel header asm/page.h. Kernel headers however don't work with
          -ansi. The inclusion of asm/page.h can however savely be removed
          as it there are plenty of other ways to determine the page size.

Modified files:
      ./:
        ChangeLog 
      xc/config/cf/:
        X11.tmpl host.def 
      xc/config/imake/:
        imakemdep.h 
      xc/lib/Xaw/:
        OS.c 
      xc/lib/Xxf86dga/:
        XF86DGA.c 
      xc/lib/font/FreeType/module/:
        Imakefile 
      xc/programs/Xserver/hw/xfree86/fbdevhw/:
        fbdevhw.c 
      xc/programs/xedit/lisp/:
        lisp.c 
  
  Revision      Changes    Path
  1.20          +24 -2     xc/ChangeLog
  1.7           +3 -3      xc/config/cf/X11.tmpl
  1.2           +1 -0      xc/config/cf/host.def
  1.3           +3 -0      xc/config/imake/imakemdep.h
  1.3           +2 -1      xc/lib/Xaw/OS.c
  1.3           +2 -1      xc/lib/Xxf86dga/XF86DGA.c
  1.4           +4 -5      xc/lib/font/FreeType/module/Imakefile
  1.3           +8 -1      xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.c
  1.3           +2 -1      xc/programs/xedit/lisp/lisp.c





More information about the xorg-commit mailing list