CVS Update: xc (branch: trunk)

Egbert Eich xorg-commit at pdx.freedesktop.org
Wed May 5 20:24:41 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich at pdx.	04/05/05 10:24:41

Log message:
          BugZilla #601: fixed missing symbols in Xserver freetype module
          due to using isdigit instead of ft_isdigit, missing or faulty
          defines for digit and string functions in ftstdlib.h
          (now myftstdlib.h).
          Reverted freetype2 to upstream version, fixed CHAR_BIT in
          myftstdlib.h and made the use of a copy of ftconfig.h in
          lib/font/FreeType obsolete (Egbert Eich).

Modified files:
      ./:
        ChangeLog 
      xc/extras/freetype2/include/freetype/config/:
        ftconfig.h 
      xc/lib/font/FreeType/:
        fttools.c 
      xc/lib/font/FreeType/module/:
        Imakefile ftheader.h 
      xc/lib/freetype2/:
        Imakefile 
      xc/lib/freetype2/freetype/config/:
        Imakefile 
Added files:
      xc/lib/font/FreeType/module/:
        myftstdlib.h 
Removed files:
      xc/lib/font/FreeType/:
        ftconfig.h 
  
  Revision      Changes    Path
  1.17          +18 -1     xc/ChangeLog
  1.4           +1 -5      xc/extras/freetype2/include/freetype/config/ftconfig.h
  1.3           +1 -1      xc/lib/font/FreeType/fttools.c
  1.3           +5 -3      xc/lib/font/FreeType/module/Imakefile
  1.4           +2 -2      xc/lib/font/FreeType/module/ftheader.h
  1.4           +3 -3      xc/lib/freetype2/Imakefile
  1.3           +0 -4      xc/lib/freetype2/freetype/config/Imakefile





More information about the xorg-commit mailing list