CVS Update: xc (branch: trunk)

2003-02-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/23 12:26:50

Log message:
   943. Add support for multi-head on ZX1-based Itanium2 systems  (Marc La France
with documentation and assistance from Hewlett-Packard).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Imakefile ia64Pci.c 
Added files:
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
e8870PCI.c e8870PCI.h zx1PCI.c zx1PCI.h 
  
  Revision  ChangesPath
  3.2578+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.30  +3 -3  xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile
  1.3   +9 -1  xc/programs/Xserver/hw/xfree86/os-support/bus/ia64Pci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-02-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/24 12:34:56

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_cursor.c 
  
  Revision  ChangesPath
  1.23  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_cursor.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-02-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/24 12:43:54

Log message:
  A correction to CHANGELOG #913 to fix hardware cursor glitches after mode
  switches.

Modified files:
  xc/programs/Xserver/hw/xfree86/ramdac/:
xf86Cursor.c 
  
  Revision  ChangesPath
  1.20  +5 -4  xc/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-02-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/24 12:46:54

Log message:
  Immunise atimisc against the possible backing-out of CHANGELOG #913.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atimach64.c 
  
  Revision  ChangesPath
  1.51  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-02-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/24 13:29:36

Log message:
   948. Fix reversed logic for VGA locking/unlocking (Nat Ersoz).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/vgahw/:
vgaHW.c 
  
  Revision  ChangesPath
  3.2581+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.57  +3 -3  xc/programs/Xserver/hw/xfree86/vgahw/vgaHW.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-02-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/25 09:58:13

Log message:
   953. Fix atimisc bug in restoring colourmaps after a VT switch
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atidac.c 
  
  Revision  ChangesPath
  3.2583+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.18  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-02-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/27 14:19:21

Log message:
  Low-impact bug fix.  So low, in fact, that there's not much point in commiting
  this to 4.3's stable branch.

Modified files:
  xc/lib/font/util/:
private.c 
  
  Revision  ChangesPath
  1.9   +4 -3  xc/lib/font/util/private.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-04 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/04 08:25:11

Log message:
   970. Make setjmp/longjmp emulation save/restore blocked signal masks on all
libc5  glibc systems (Marc La France).
   969. Fix setjmp/longjmp emulation for glibc 2.2.[01] systems and remove
HasGlibc21Sigsetjmp override (Marc La France).
   968. setjmp/longjmp-related compilation fixes for libc5 systems
(Marc La France).
   967. Fix minor glitch in the generation of Makefiles for libraries that don't
need threads support (Marc La France).
  
   NOTE:  setjmp/longjmp emulation does not yet work on libc5 systems.  To be
  fixed later.  But, at least it compiles now.

Modified files:
  xc/config/cf/:
Library.tmpl linux.cf xfree86.cf 
  xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/:
mysetjmp.h 
  xc/extras/ogl-sample/main/gfx/lib/glu/libutil/:
quad.c 
  xc/lib/GLU/libnurbs/internals/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:
Imakefile xf86sym.c 
  xc/programs/Xserver/hw/xfree86/os-support/shared/:
libc_wrapper.c 
  xc/programs/Xserver/hw/xfree86/xf86cfg/:
Imakefile loadmod.c 
  
  Revision  ChangesPath
  3.22  +3 -1  xc/config/cf/Library.tmpl
  3.202 +1 -8  xc/config/cf/linux.cf
  3.440 +1 -10 xc/config/cf/xfree86.cf
  1.2   +3 -2  
xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mysetjmp.h
  1.4   +2 -1  xc/extras/ogl-sample/main/gfx/lib/glu/libutil/quad.c
  1.10  +3 -1  xc/lib/GLU/libnurbs/internals/Imakefile
  3.2590+9 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.36  +2 -6  xc/programs/Xserver/hw/xfree86/loader/Imakefile
  1.228 +8 -3  xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  1.89  +21 -6 
xc/programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c
  1.23  +2 -6  xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile
  1.15  +8 -3  xc/programs/Xserver/hw/xfree86/xf86cfg/loadmod.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/12 08:40:28

Log message:
   975. Fix compatibility problem between modules generated without the recent
setjmp/longjmp work and a server generated using glibc = 2.2.*
(Marc La France).
   974. setjmp/longjmp related fixes for Linux/libc5 systems (Marc La France).

Modified files:
  xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/:
mysetjmp.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:
xf86sym.c 
  xc/programs/Xserver/hw/xfree86/os-support/:
xf86_ansic.h 
  xc/programs/Xserver/hw/xfree86/os-support/shared/:
libc_wrapper.c 
  xc/programs/Xserver/hw/xfree86/xf86cfg/:
loadmod.c 
  
  Revision  ChangesPath
  1.3   +31 -1 
xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mysetjmp.h
  3.2593+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.229 +3 -1  xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  3.50  +3 -2  xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
  1.90  +9 -2  
xc/programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c
  1.16  +3 -1  xc/programs/Xserver/hw/xfree86/xf86cfg/loadmod.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: xf-4_3-branch)

2003-03-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/12 20:10:50

Log message:
  Resync with the trunk's setjmp  libc5 changes.

Modified files:
  xc/config/cf/:Tag: xf-4_3-branch
linux.cf xfree86.cf 
  xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/:Tag: 
xf-4_3-branch
mysetjmp.h 
  xc/lib/GLU/libnurbs/internals/:   Tag: xf-4_3-branch
Imakefile 
  xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_3-branch
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:   Tag: xf-4_3-branch
Imakefile xf86sym.c 
  xc/programs/Xserver/hw/xfree86/os-support/:   Tag: xf-4_3-branch
xf86_ansic.h 
  xc/programs/Xserver/hw/xfree86/os-support/shared/:Tag: xf-4_3-branch
libc_wrapper.c 
  xc/programs/Xserver/hw/xfree86/xf86cfg/:  Tag: xf-4_3-branch
Imakefile loadmod.c 
  
  Revision  ChangesPath
  3.201.2.1 +1 -8  xc/config/cf/linux.cf
  3.439.2.1 +1 -10 xc/config/cf/xfree86.cf
  1.1.1.1.8.1   +33 -2 
xc/extras/ogl-sample/main/gfx/lib/glu/libnurbs/internals/mysetjmp.h
  1.9.2.1   +3 -1  xc/lib/GLU/libnurbs/internals/Imakefile
  3.2588.2.3+11 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.35.2.1  +2 -6  xc/programs/Xserver/hw/xfree86/loader/Imakefile
  1.227.2.1 +10 -3 xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  3.49.2.1  +3 -2  xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
  1.88.2.1  +28 -6 
xc/programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c
  1.22.2.1  +2 -6  xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile
  1.14.2.1  +10 -3 xc/programs/Xserver/hw/xfree86/xf86cfg/loadmod.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-13 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/13 13:47:38

Log message:
  Another setjmp fix

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/shared/:
libc_wrapper.c 
  
  Revision  ChangesPath
  1.91  +5 -1  
xc/programs/Xserver/hw/xfree86/os-support/shared/libc_wrapper.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/20 07:11:27

Log message:
23. int10 fix for all ix86 non-Linux systems (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/int10/:
generic.c 
  
  Revision  ChangesPath
  3.2600+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.26  +5 -3  xc/programs/Xserver/hw/xfree86/int10/generic.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: xf-4_3-branch)

2003-03-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/20 07:14:26

Log message:
   973. int10 fix for all ix86 non-Linux systems (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_3-branch
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/int10/:Tag: xf-4_3-branch
generic.c 
  
  Revision  ChangesPath
  3.2588.2.4+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.25.2.1  +5 -3  xc/programs/Xserver/hw/xfree86/int10/generic.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/21 14:26:11

Log message:
24. Another int10 fix.  This time for adapters found at PCI:0:0:0.  This
fix is particularly important for ZX1-based systems (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/int10/:
xf86int10.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.h xf86Pci.h 
  
  Revision  ChangesPath
  3.2601+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.11  +8 -8  xc/programs/Xserver/hw/xfree86/int10/xf86int10.c
  1.37  +1 -3  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.37  +3 -1  xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/26 11:16:15

Log message:
  Build fix

Modified files:
  xc/programs/xterm/:
main.c 
  
  Revision  ChangesPath
  3.165 +3 -3  xc/programs/xterm/main.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-03-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/26 12:44:01

Log message:
28. Various build and warning fixes (#A.1703, Peter Breitenlohner).
27. Avoid overlapping strcpy() in imake.c (Dan Nelson).

Modified files:
  xc/config/imake/:
imake.c 
  xc/config/makedepend/:
main.c 
  xc/lib/GL/mesa/src/drv/gamma/:
gamma_vb.c 
  xc/lib/GL/mesa/src/drv/i810/:
i810vb.c 
  xc/lib/GL/mesa/src/drv/mga/:
mga_xmesa.c mgavb.c 
  xc/lib/GL/mesa/src/drv/r128/:
r128_screen.c r128_vb.c 
  xc/lib/GL/mesa/src/drv/r200/:
r200_screen.c r200_swtcl.c 
  xc/lib/GL/mesa/src/drv/radeon/:
radeon_screen.c radeon_swtcl.c 
  xc/lib/Xft/:
xftfreetype.c 
  xc/lib/Xft1/:
xftname.c 
  xc/lib/Xmu/:
EditresCom.c 
  xc/lib/font/FreeType/:
ft.h fttools.c 
  xc/lib/xkbfile/:
xkbmisc.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xcursorgen/handhelds/:
Imakefile 
  xc/programs/xcursorgen/redglass/:
Imakefile 
  xc/programs/xcursorgen/whiteglass/:
Imakefile 
  xc/programs/xman/:
vendor.h 
  xc/programs/xmodmap/:
xmodmap.c 
  xc/programs/xprop/:
xprop.c 
  xc/programs/xsm/:
prop.c 
  xc/programs/xstdcmap/:
xstdcmap.c 
  
  Revision  ChangesPath
  3.64  +2 -2  xc/config/imake/imake.c
  3.32  +3 -3  xc/config/makedepend/main.c
  1.4   +2 -2  xc/lib/GL/mesa/src/drv/gamma/gamma_vb.c
  1.13  +2 -2  xc/lib/GL/mesa/src/drv/i810/i810vb.c
  1.19  +2 -2  xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c
  1.15  +2 -2  xc/lib/GL/mesa/src/drv/mga/mgavb.c
  1.9   +2 -2  xc/lib/GL/mesa/src/drv/r128/r128_screen.c
  1.16  +2 -2  xc/lib/GL/mesa/src/drv/r128/r128_vb.c
  1.3   +4 -4  xc/lib/GL/mesa/src/drv/r200/r200_screen.c
  1.4   +3 -3  xc/lib/GL/mesa/src/drv/r200/r200_swtcl.c
  1.7   +3 -3  xc/lib/GL/mesa/src/drv/radeon/radeon_screen.c
  1.5   +3 -3  xc/lib/GL/mesa/src/drv/radeon/radeon_swtcl.c
  1.30  +3 -3  xc/lib/Xft/xftfreetype.c
  1.4   +2 -2  xc/lib/Xft1/xftname.c
  1.18  +2 -2  xc/lib/Xmu/EditresCom.c
  1.20  +1 -2  xc/lib/font/FreeType/ft.h
  1.5   +3 -3  xc/lib/font/FreeType/fttools.c
  1.5   +2 -2  xc/lib/xkbfile/xkbmisc.c
  3.2605+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.5   +2 -2  xc/programs/xcursorgen/handhelds/Imakefile
  1.10  +2 -2  xc/programs/xcursorgen/redglass/Imakefile
  1.4   +2 -2  xc/programs/xcursorgen/whiteglass/Imakefile
  1.12  +6 -12 xc/programs/xman/vendor.h
  1.8   +4 -1  xc/programs/xmodmap/xmodmap.c
  1.13  +5 -5  xc/programs/xprop/xprop.c
  1.6   +3 -3  xc/programs/xsm/prop.c
  1.9   +4 -1  xc/programs/xstdcmap/xstdcmap.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: Cvs-commit digest, Vol 1 #968 - 2 msgs

2003-04-04 Thread Marc Aurele La France
On Wed, 26 Mar 2003, Thomas Dickey wrote:

 On Wed, Mar 26, 2003 at 12:00:02PM -0800, [EMAIL PROTECTED] wrote:

  Message: 2
  Date: Wed, 26 Mar 2003 11:16:15 -0800 (PST)
  From: Marc Aurele La France [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: CVS Update: xc (branch: trunk)

  CVSROOT:/home/x-cvs
  Module name:xc
  Changes by: [EMAIL PROTECTED]   03/03/26 11:16:15

  Log message:
Build fix

 That's too vague.  Which system declared pututline() as void?

libc5, for one

 (the proposed fix compiles, but is not correct anyway).

... but still an improvement.

  Modified files:
xc/programs/xterm/:
  main.c

Revision  ChangesPath
3.165 +3 -3  xc/programs/xterm/main.c

Marc.

+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 Core Team member.  ATI driver and X server internals.

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 09:06:06

Log message:
  Cosmetic change

Modified files:
  xc/config/cf/:
Imake.rules 
  
  Revision  ChangesPath
  3.117 +2 -2  xc/config/cf/Imake.rules

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 09:11:05

Log message:
  typo

Modified files:
  xc/programs/Xserver/hw/xfree86/:
XF86Conf.cpp 
  
  Revision  ChangesPath
  3.46  +2 -2  xc/programs/Xserver/hw/xfree86/XF86Conf.cpp

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 09:31:27

Log message:
   189. Allow building of a libXfont without font cache support (Marc La France).

Modified files:
  xc/lib/font/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.36  +4 -4  xc/lib/font/Imakefile
  3.2711+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 09:43:03

Log message:
   191. Fix makedepend for IRIX 6.5 (Marc La France).

Modified files:
  xc/config/imake/:
imakemdep.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.70  +27 -17xc/config/imake/imakemdep.h
  3.2713+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 09:45:41

Log message:
  Build fix

Modified files:
  xc/extras/Xpm/cxpm/:
cxpm.c 
  
  Revision  ChangesPath
  1.3   +5 -3  xc/extras/Xpm/cxpm/cxpm.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 09:47:35

Log message:
  Warning fix

Modified files:
  xc/extras/expat/lib/:
xmlparse.c 
  
  Revision  ChangesPath
  1.2   +2411 -1770xc/extras/expat/lib/xmlparse.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 10:01:07

Log message:
  Warning fixes

Modified files:
  xc/lib/Xmu/:
EditresCom.c 
  
  Revision  ChangesPath
  1.19  +9 -10 xc/lib/Xmu/EditresCom.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 11:08:34

Log message:
  Build fix

Modified files:
  xc/programs/luit/:
Imakefile 
  
  Revision  ChangesPath
  1.3   +4 -4  xc/programs/luit/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 13:11:06

Log message:
  Signedness buglet

Modified files:
  xc/programs/xedit/lisp/:
lisp.c 
  
  Revision  ChangesPath
  1.87  +4 -4  xc/programs/xedit/lisp/lisp.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 13:15:10

Log message:
  Build fix

Modified files:
  xc/programs/xman/:
Imakefile 
  
  Revision  ChangesPath
  1.9   +3 -3  xc/programs/xman/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 14:56:44

Log message:
   193. Clean up confusion in Imakefiles between XONLYLIB and XLIBONLY (and
between DEPXONLYLIB and the previously non-existent DEPXLIBONLY)
(Marc La France).

Modified files:
  xc/config/cf/:
FreeBSD.cf NetBSD.cf OpenBSD.cf WinLib.tmpl X11.tmpl 
bsdLib.tmpl bsdiLib.tmpl cygwin.tmpl darwinLib.tmpl 
gnuLib.tmpl hpLib.tmpl ibmLib.tmpl lnxLib.tmpl 
os2Lib.tmpl osfLib.tmpl sgiLib.tmpl 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.131 +2 -2  xc/config/cf/FreeBSD.cf
  3.111 +2 -2  xc/config/cf/NetBSD.cf
  3.85  +3 -3  xc/config/cf/OpenBSD.cf
  1.4   +7 -7  xc/config/cf/WinLib.tmpl
  1.206 +3 -1  xc/config/cf/X11.tmpl
  3.17  +5 -5  xc/config/cf/bsdLib.tmpl
  3.2   +7 -7  xc/config/cf/bsdiLib.tmpl
  3.15  +7 -8  xc/config/cf/cygwin.tmpl
  1.12  +5 -5  xc/config/cf/darwinLib.tmpl
  1.4   +10 -10xc/config/cf/gnuLib.tmpl
  1.2   +36 -2 xc/config/cf/hpLib.tmpl
  1.4   +7 -7  xc/config/cf/ibmLib.tmpl
  3.16  +4 -4  xc/config/cf/lnxLib.tmpl
  3.15  +4 -4  xc/config/cf/os2Lib.tmpl
  1.4   +6 -6  xc/config/cf/osfLib.tmpl
  3.3   +6 -1  xc/config/cf/sgiLib.tmpl
  3.2715+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/27 15:27:14

Log message:
   194. IRIX 6.5 build fixes and noise reductions (Marc La France).

Modified files:
  xc/config/cf/:
sgi.cf sgiLib.tmpl 
  xc/config/pswrap/:
pswfile.c 
  xc/extras/Xpm/lib/:
create.c 
  xc/extras/freetype2/src/bdf/:
bdflib.c 
  xc/extras/freetype2/src/pcf/:
pcfread.c 
  xc/extras/freetype2/src/sfnt/:
sfdriver.c sfobjs.c ttcmap0.c 
  xc/extras/freetype2/src/type1/:
t1objs.c 
  xc/extras/rman/:
rman.c 
  xc/include/:
Xarch.h 
  xc/lib/ICE/:
process.c 
  xc/lib/SM/:
sm_process.c 
  xc/lib/X11/:
KeyBind.c XKBBind.c XKBSetGeom.c Xlibint.h imInsClbk.c 
imThaiFlt.c lcDB.c lcGenConv.c omGeneric.c omXChar.c 
  xc/lib/X11/lcUniConv/:
big5.h gb2312.h jisx0208.h jisx0212.h ksc5601.h 
  xc/lib/Xaw/:
Command.c TextAction.c XawIm.c 
  xc/lib/Xft/:
xftcore.c xftxlfd.c 
  xc/lib/Xft1/:
xftdpy.c xftglyphs.c xftxlfd.c 
  xc/lib/Xmu/:
EditresCom.c 
  xc/lib/Xrandr/:
Xrandr.c 
  xc/lib/Xt/:
Converters.c Error.c Shell.c TMparse.c 
  xc/lib/dps/:
csconndi.c csfindNX.c cslibext.c 
  xc/lib/font/Speedo/:
set_trns.c spfont.c 
  xc/lib/font/Type1/:
arith.c cidchar.c hints.c lines.c objects.c objects.h 
paths.c regions.c scanfont.c spaces.c t1funcs.c t1info.c 
token.c type1.c 
  xc/lib/font/bitmap/:
bdfread.c bitscale.c 
  xc/lib/font/fc/:
fsconvert.c fserve.c fsio.c 
  xc/lib/font/fontfile/:
ffcheck.c fontfile.c printerfont.c 
  xc/lib/fontconfig/fc-list/:
fc-list.c 
  xc/lib/fontconfig/src/:
fccache.c fccharset.c fcdir.c fcpat.c fcxml.c 
  xc/lib/psres/:
PSres.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/bitmap/:
BitEdit.c 
  xc/programs/editres/:
actions.c 
  xc/programs/ico/:
ico.c 
  xc/programs/lbxproxy/di/:
lbxfuncs.c pm.c utils.c 
  xc/programs/mkcfm/:
mkcfm.c 
  xc/programs/oclock/:
oclock.c 
  xc/programs/proxymngr/:
main.c 
  xc/programs/rstart/:
server.c 
  xc/programs/twm/:
menus.c 
  xc/programs/viewres/:
viewres.c 
  xc/programs/x11perf/:
do_simple.c do_traps.c 
  xc/programs/xbiff/:
xbiff.c 
  xc/programs/xcalc/:
math.c 
  xc/programs/xclipboard/:
xclipboard.c 
  xc/programs/xconsole/:
xconsole.c 
  xc/programs/xditview/:
parse.c xditview.c 
  xc/programs/xdm/:
Imakefile choose.c mitauth.c 
  xc/programs/xdm/greeter/:
Imakefile 
  xc/programs/xedit/:
commands.c 
  xc/programs/xedit/lisp/:
bytecode.c compile.c core.c format.c helper.c internal.h 
io.h lisp.c private.h read.c string.c write.c 
  xc/programs/xedit/lisp/modules/:
Imakefile 
  xc/programs/xfindproxy/:
xfindproxy.c 
  xc/programs/xfontsel/:
xfontsel.c 
  xc/programs/xfs/difs/:
atom.c resource.c 
  xc/programs/xfwp/:
pm.c 
  xc/programs/xgamma/:
Imakefile 
  xc/programs/xgc/:
getfile.c main.c 
  xc/programs/xkbcomp/:
xkbcomp.c 
  xc/programs/xkbprint/:
xkbprint.c 
  xc/programs/xmag/:
xmag.c 
  xc/programs/xman/:
ScrollByL.c misc.c 
  xc/programs/xmh/:
tocintrnl.h 
  xc/programs/xmodmap/:
xmodmap.c 
  xc/programs/xrx/libxplugin/:
Imakefile 
  xc/programs/xrx/plugin/:
Main.c 
  xc/programs/xrx/rx/:
XDpyName.c 
  xc/programs/xset/:
xset.c 
  xc/programs/xsetmode/:
xsetmode.c 
  xc/programs/xsetpointer/:
xsetpointer.c 
  xc/programs/xsm/:
choose.c 
  xc/programs/xterm/:
Tekproc.c charproc.c main.c misc.c screen.c 
  xc/programs/xtrap/:
chparse.c xtrapin.c xtrapproto.c 
  xc/programs/xvidtune/:
xvidtune.c 
  xc/programs/xwd/:
multiVis.c 
  
  Revision  ChangesPath
  1.10  +19 -2 xc/config/cf/sgi.cf
  3.4   +1 -2  xc/config/cf/sgiLib.tmpl
  1.6   +1 -5  xc/config/pswrap/pswfile.c
  1.4   +1 -11 xc/extras/Xpm/lib/create.c
  1.2   +3 -4  xc/extras/freetype2/src/bdf/bdflib.c
  1.2   +376 -377  xc/extras/freetype2/src/pcf/pcfread.c
  1.2   +138 -44   xc/extras/freetype2/src/sfnt/sfdriver.c
  1.2   +371 -172  xc/extras/freetype2/src/sfnt/sfobjs.c
  1.3   +5 -7  xc/extras/freetype2/src/sfnt/ttcmap0.c
  1.2   +294 -107  xc/extras/freetype2/src/type1/t1objs.c
  1.16  +4 -8  xc/extras/rman/rman.c
  1.11  +3 -3  

CVS Update: xc (branch: trunk)

2003-05-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/28 07:03:51

Log message:
  Fix up previous change

Modified files:
  xc/programs/xterm/:
screen.c 
  
  Revision  ChangesPath
  3.63  +5 -4  xc/programs/xterm/screen.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/28 07:08:03

Log message:
  Missing symbol

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atimodule.c 
  
  Revision  ChangesPath
  1.16  +2 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/28 07:14:41

Log message:
  Warning fix

Modified files:
  xc/programs/xmh/:
msg.c 
  
  Revision  ChangesPath
  1.5   +2 -1  xc/programs/xmh/msg.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/28 07:13:11

Log message:
  Warning fix

Modified files:
  xc/programs/xedit/lisp/:
bytecode.c 
  
  Revision  ChangesPath
  1.18  +2 -2  xc/programs/xedit/lisp/bytecode.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/28 07:30:04

Log message:
  Lower pciMaxBusNum for VIA's APOLLO VP1/VPX

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
ix86Pci.c 
  
  Revision  ChangesPath
  1.20  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/28 08:59:58

Log message:
  Missing depend target

Modified files:
  xc/programs/xkbutils/:
Imakefile 
  
  Revision  ChangesPath
  3.3   +10 -4 xc/programs/xkbutils/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/28 09:02:36

Log message:
   195. Remove unnecessary links of libm (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/dpsexec/:
Imakefile 
  xc/programs/dpsinfo/:
Imakefile 
  xc/programs/listres/:
Imakefile 
  xc/programs/luit/:
Imakefile 
  xc/programs/mkfontscale/:
Imakefile 
  xc/programs/viewres/:
Imakefile 
  xc/programs/xbiff/:
Imakefile 
  xc/programs/xdpyinfo/:
Imakefile 
  xc/programs/xfd/:
Imakefile 
  
  Revision  ChangesPath
  3.2717+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.4   +1 -2  xc/programs/dpsexec/Imakefile
  1.5   +1 -2  xc/programs/dpsinfo/Imakefile
  1.2   +5 -1  xc/programs/listres/Imakefile
  1.4   +2 -2  xc/programs/luit/Imakefile
  1.4   +2 -2  xc/programs/mkfontscale/Imakefile
  1.2   +5 -1  xc/programs/viewres/Imakefile
  1.2   +5 -1  xc/programs/xbiff/Imakefile
  3.17  +1 -3  xc/programs/xdpyinfo/Imakefile
  1.4   +2 -2  xc/programs/xfd/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/29 08:16:12

Log message:
  Missing rule override

Modified files:
  xc/config/cf/:
sgi.cf 
  
  Revision  ChangesPath
  1.11  +13 -1 xc/config/cf/sgi.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/29 08:20:57

Log message:
  Additional libm cleanup

Modified files:
  xc/programs/xlogo/:
Imakefile RenderLogo.c 
  
  Revision  ChangesPath
  1.4   +2 -2  xc/programs/xlogo/Imakefile
  1.4   +7 -8  xc/programs/xlogo/RenderLogo.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-05-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/05/29 08:22:21

Log message:
  Cosmetic change

Modified files:
  xc/programs/xclock/:
Imakefile 
  
  Revision  ChangesPath
  1.5   +2 -2  xc/programs/xclock/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-06-05 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/04 12:43:10

Log message:
  Typo noticed by Joe Moss

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86MiscExt.c 
  
  Revision  ChangesPath
  1.14  +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86MiscExt.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-06-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/12 09:04:51

Log message:
  Warning fixes

Modified files:
  xc/lib/font/FreeType/:
ftfuncs.c 
  
  Revision  ChangesPath
  1.30  +2 -3  xc/lib/font/FreeType/ftfuncs.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-06-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/15 09:45:51

Log message:
  Build fix

Modified files:
  xc/extras/freetype2/src/bdf/:
bdfdrivr.c 
  
  Revision  ChangesPath
  1.2   +271 -90   xc/extras/freetype2/src/bdf/bdfdrivr.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-06-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/06/15 09:53:14

Log message:
   216. (Re-)fix portability of gccmakedep and generate ccmakedep on all
platforms (Marc La France).

Modified files:
  xc/config/util/:
Imakefile gccmdep.cpp 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.48  +2 -3  xc/config/util/Imakefile
  3.11  +5 -13 xc/config/util/gccmdep.cpp
  3.2738+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-07 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 10:06:21

Log message:
  Ident line

Modified files:
  xc/programs/fonttosfnt/:
util.c 
  
  Revision  ChangesPath
  1.5   +1 -0  xc/programs/fonttosfnt/util.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/08 08:39:49

Log message:
  Build  warning fixes;  #include guards;  Ident lines.

Modified files:
  xc/lib/X11/:
imLcLkup.c 
  xc/lib/Xi/:
XGetVers.c 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_driver.c radeon_macros.h 
  xc/programs/Xserver/hw/xfree86/drivers/via/:
regrec.c 
  xc/programs/fonttosfnt/:
Imakefile fonttosfnt.c fonttosfnt.h fonttosfnt.man read.c 
struct.c util.c write.c 
  xc/programs/mkfontscale/:
data.h hash.c hash.h ident.c ident.h list.c list.h 
Added files:
  xc/programs/fonttosfnt/:
env.c 
  
  Revision  ChangesPath
  3.9   +7 -7  xc/lib/X11/imLcLkup.c
  3.6   +2 -2  xc/lib/Xi/XGetVers.c
  1.99  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.2   +4 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_macros.h
  1.2   +2 -1  xc/programs/Xserver/hw/xfree86/drivers/via/regrec.c
  1.3   +10 -2 xc/programs/fonttosfnt/Imakefile
  1.3   +1 -0  xc/programs/fonttosfnt/fonttosfnt.c
  1.3   +7 -1  xc/programs/fonttosfnt/fonttosfnt.h
  1.3   +1 -0  xc/programs/fonttosfnt/fonttosfnt.man
  1.3   +1 -0  xc/programs/fonttosfnt/read.c
  1.2   +1 -0  xc/programs/fonttosfnt/struct.c
  1.6   +6 -2  xc/programs/fonttosfnt/util.c
  1.4   +4 -3  xc/programs/fonttosfnt/write.c
  1.4   +6 -14 xc/programs/mkfontscale/data.h
  1.3   +2 -0  xc/programs/mkfontscale/hash.c
  1.3   +6 -0  xc/programs/mkfontscale/hash.h
  1.3   +2 -0  xc/programs/mkfontscale/ident.c
  1.2   +6 -2  xc/programs/mkfontscale/ident.h
  1.6   +2 -1  xc/programs/mkfontscale/list.c
  1.3   +5 -1  xc/programs/mkfontscale/list.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/08 09:55:36

Log message:
  Mea culpa

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_macros.h 
  
  Revision  ChangesPath
  1.3   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_macros.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-08 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/08 16:50:47

Log message:
  Build fix

Modified files:
  xc/programs/fonttosfnt/:
Imakefile 
  
  Revision  ChangesPath
  1.4   +3 -2  xc/programs/fonttosfnt/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-09 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/09 08:27:41

Log message:
   300. X.Org IPv6 changes (Bugzilla #227, Alan Coopersmith, Marc La France).
See http://www.x.org/IPV6_Specific_Changes.html for details.  This has
been further modified as follows.
- Deal with small memory leaks in xdm  xauth.
- Fix a number of compilation issues.
- Where supported, use SIOCGLIFCONF to query network interfaces on more
  than only Solaris.
- Incorporate X.Org responses to comments #'s 1, 2, 4, 5, 7, 10, 11, 12,
  13, 14 and 15 (taken from an X.Org-internal document dated 2003.06.17).
- Replace HasIPv6 imake symbol with BuildIPv6, defaulting it to YES, and
  build in IPv6 support whenever BuildIPv6 is asserted _and_ the OS
  #define's AF_INET6.  This is to maximise IPv6 code exposure and
  eliminate OS.cf file changes to support IPv6.
   299. On Solaris, don't allow remote root xdm logins if CONSOLE is set in
/etc/default/login (Bugzilla #227, Alan Coopersmith).
   298. Fix SEGV in fstobdf when font server is not specified and FSServerName()
returns NULL (Bugzilla #227, Alan Coopersmith).
   297. Fix XDMCP bug that could cause local host entries in /etc/X0.hosts to be
lost (Bugzilla #227, Alan Coopersmith).
   296. Make certain xtrans static variable volatile to avoid optimisation issues
that occur when they are modified by SIGALRM handlers
(Bugzilla #227, Alan Coopersmith).
   295. Use %p instead of %x to print pointer values in xtrans debug messages to
avoid overflow on platforms with 32-bit ints  64-bit pointers
(Bugzilla #227, Alan Coopersmith).
   294. Change SUN-RPC code to use authdes_seccreate() call rather than the
deprecated authdes_create() (Bugzilla #227, Alan Coopersmith).
   293. Add xdm /dev/random handling for Solaris
(Bugzilla #227, Alan Coopersmith).
   292. Solaris compile fixes (Bugzilla #227, Alan Coopersmith).
   291. Update X.Org version numbers to X11R6.6 or X11R6.7 and replace old
references to X Consortium with X.Org (Bugzilla #227, Alan Coopersmith).

Modified files:
  ./:
LABEL registry 
  xc/config/cf/:
NetBSD.cf X11.tmpl sun.cf 
  xc/doc/man/general/:
security.man 
  xc/doc/specs/SM/:
xsmp.ms 
  xc/doc/specs/X11/:
CH02 CH09 abstract.t 
  xc/doc/specs/XDMCP/:
xdmcp.ms 
  xc/doc/specs/XProtocol/:
X11.encoding X11.protocol 
  xc/doc/specs/xtrans/:
Xtrans.mm 
  xc/include/:
X.h 
  xc/include/fonts/:
FS.h 
  xc/lib/SM/:
sm_genid.c 
  xc/lib/X11/:
ConnDis.c 
  xc/lib/Xdmcp/:
Xdmcp.h 
  xc/lib/xtrans/:
Xtrans.c Xtrans.h Xtranssock.c Xtransutil.c 
  xc/programs/Xserver/:
Xserver.man 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/os/:
access.c connection.c utils.c xdmcp.c 
  xc/programs/fstobdf/:
fstobdf.c 
  xc/programs/lbxproxy/di/:
Imakefile pm.c 
  xc/programs/proxymngr/:
Imakefile main.c 
  xc/programs/xauth/:
Imakefile gethost.c parsedpy.c process.c xauth.c xauth.h 
xauth.man 
  xc/programs/xdm/:
Imakefile access.c auth.c choose.c chooser.c dm.c dm.h 
dpylist.c genauth.c greet.h netaddr.c resource.c 
session.c socket.c streams.c xdm.man xdmcp.c 
  xc/programs/xdm/config/:
Xaccess 
  xc/programs/xdm/greeter/:
Login.c greet.c verify.c 
  xc/programs/xfs/os/:
access.c connection.c 
  xc/programs/xhost/:
xhost.c xhost.man 
  xc/programs/xrx/helper/:
Imakefile 
  
  Revision  ChangesPath
  1.2   +67 -44xc/LABEL
  1.8   +3 -1  xc/registry
  3.112 +8 -1  xc/config/cf/NetBSD.cf
  1.211 +49 -7 xc/config/cf/X11.tmpl
  3.68  +6 -2  xc/config/cf/sun.cf
  1.5   +3 -3  xc/doc/man/general/security.man
  1.2   +20 -19xc/doc/specs/SM/xsmp.ms
  1.2   +43 -27xc/doc/specs/X11/CH02
  1.2   +25 -19xc/doc/specs/X11/CH09
  1.2   +9 -7  xc/doc/specs/X11/abstract.t
  1.2   +1170 -882 xc/doc/specs/XDMCP/xdmcp.ms
  1.2   +45 -42xc/doc/specs/XProtocol/X11.encoding
  1.4   +33 -22xc/doc/specs/XProtocol/X11.protocol
  1.2   +11 -7 xc/doc/specs/xtrans/Xtrans.mm
  1.6   +3 -2  xc/include/X.h
  1.9   +2 -1  xc/include/fonts/FS.h
  3.17  +39 -4 xc/lib/SM/sm_genid.c
  3.26  +5 -1  xc/lib/X11/ConnDis.c
  3.7   +6 -2  xc/lib/Xdmcp/Xdmcp.h
  3.30  +35 -22xc/lib/xtrans/Xtrans.c
  3.19  +13 -3 xc/lib/xtrans/Xtrans.h
  3.57  +380 -62   xc/lib/xtrans/Xtranssock.c
  3.26  +84 -8 

CVS Update: xc (branch: trunk)

2003-07-12 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/12 08:33:18

Log message:
  Missed occurrence of s/inetv6/inet6/

Modified files:
  xc/lib/xtrans/:
Xtranssock.c 
  
  Revision  ChangesPath
  3.58  +2 -2  xc/lib/xtrans/Xtranssock.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-17 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/17 08:08:23

Log message:
   315. Change DEVID macro to work around glitch in SCO's C compiler
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
460gxPCI.c Pci.h e8870PCI.c ix86Pci.c sparcPci.c zx1PCI.c 
  
  Revision  ChangesPath
  3.2778+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.3   +8 -7  xc/programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.c
  1.39  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.2   +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/e8870PCI.c
  1.22  +9 -9  xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c
  1.13  +3 -3  xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c
  1.3   +13 -10xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/18 07:51:43

Log message:
  Ident line

Modified files:
  xc/programs/mkfontdir/:
mkfontdir 
  
  Revision  ChangesPath
  1.2   +3 -1  xc/programs/mkfontdir/mkfontdir

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/18 08:39:53

Log message:
   316. IPv6 build fixes for older Linux systems;  Many of these are derived from
a suggestion by Alan Coopersmith (Marc La France).

Modified files:
  xc/lib/xtrans/:
Xtranssock.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/os/:
xdmcp.c 
  xc/programs/xdm/:
socket.c 
  xc/programs/xhost/:
xhost.c 
  
  Revision  ChangesPath
  3.59  +4 -5  xc/lib/xtrans/Xtranssock.c
  3.2779+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.24  +21 -21xc/programs/Xserver/os/xdmcp.c
  3.13  +2 -2  xc/programs/xdm/socket.c
  3.23  +3 -2  xc/programs/xhost/xhost.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/18 08:53:29

Log message:
   317. IPv6:  2003.07.11 update to X.Org's response to comment #13;  i.e.
s/FamilyInternetV6/FamilyInternet6/g  (Marc La France).

Modified files:
  xc/doc/specs/X11/:
CH09 
  xc/include/:
X.h 
  xc/include/fonts/:
FS.h 
  xc/lib/xtrans/:
Xtransutil.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/os/:
access.c 
  xc/programs/xauth/:
gethost.c parsedpy.c process.c 
  xc/programs/xdm/:
access.c auth.c chooser.c netaddr.c xdmcp.c 
  xc/programs/xhost/:
xhost.c 
  
  Revision  ChangesPath
  1.3   +3 -3  xc/doc/specs/X11/CH09
  1.7   +2 -2  xc/include/X.h
  1.10  +2 -2  xc/include/fonts/FS.h
  3.27  +3 -3  xc/lib/xtrans/Xtransutil.c
  3.2780+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.48  +12 -12xc/programs/Xserver/os/access.c
  3.19  +5 -5  xc/programs/xauth/gethost.c
  3.8   +2 -2  xc/programs/xauth/parsedpy.c
  3.22  +2 -2  xc/programs/xauth/process.c
  3.12  +2 -2  xc/programs/xdm/access.c
  3.29  +2 -2  xc/programs/xdm/auth.c
  3.26  +2 -2  xc/programs/xdm/chooser.c
  3.8   +2 -2  xc/programs/xdm/netaddr.c
  3.23  +6 -6  xc/programs/xdm/xdmcp.c
  3.24  +9 -9  xc/programs/xhost/xhost.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/18 17:23:03

Log message:
  Not all IPv6-capable platforms have socklen_t, so replace it with
  'unsigned int'.

Modified files:
  xc/programs/Xserver/os/:
xdmcp.c 
  
  Revision  ChangesPath
  3.25  +2 -2  xc/programs/Xserver/os/xdmcp.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/19 06:16:40

Log message:
  Warning fix

Modified files:
  xc/lib/font/Type1/:
t1funcs.c 
  
  Revision  ChangesPath
  3.33  +2 -3  xc/lib/font/Type1/t1funcs.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/19 06:32:53

Log message:
  Remove unnessary #include path.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
Imakefile 
  
  Revision  ChangesPath
  1.49  +2 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/19 08:26:54

Log message:
  Correct stupid typo and bump version.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atimach64xv.c ativersion.h 
  
  Revision  ChangesPath
  1.6   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64xv.c
  1.61  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/19 08:59:23

Log message:
  Finish stripping out cfb

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
Imakefile r128_driver.c radeon_driver.c 
  
  Revision  ChangesPath
  1.50  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.78  +7 -101xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
  1.102 +5 -78 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/20 09:12:21

Log message:
   318. More IPv6 changes from Alan Coopersmith as follows:
- Add support for IPv6 bracketed numeric addresses, similar to RFC 2732
  syntax to a number of areas.
- Fix some issues with colon parsing and determining which addresses are
  DECnet (two colons between hostname and display number) and which are
  non-bracketed IPv6 numeric addresses ending in two colons, followed by
  another colon and the display number (three colons in a row).
- Fix additional places Fabio forgot to change the string length when
  switching inetv6 to inet6.
- Use MAXHOSTNAMELEN if it is defined for MAXHOSTNAME in xrdb.  (Perhaps
  NI_MAXHOST should be used as well on platforms that support it.)
- Make #include sys/socket.h in Xtrans.h look like the other places
  it's included in the tree, with checks for Lynx  Win32

Modified files:
  xc/lib/X11/:
ConnDis.c 
  xc/lib/Xp/:
XpNotifyPdm.c 
  xc/lib/xtrans/:
Xtrans.c Xtrans.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/os/:
access.c 
  xc/programs/lbxproxy/di/:
pm.c 
  xc/programs/xhost/:
xhost.c 
  xc/programs/xrdb/:
xrdb.c 
  xc/programs/xrx/helper/:
GetUrl.c 
  xc/programs/xrx/rx/:
XUrls.c 
  xc/programs/xrx/xnest-plugin/:
XnestDis.c 
  xc/programs/xsm/:
choose.c 
  
  Revision  ChangesPath
  3.27  +18 -4 xc/lib/X11/ConnDis.c
  1.7   +6 -4  xc/lib/Xp/XpNotifyPdm.c
  3.31  +29 -4 xc/lib/xtrans/Xtrans.c
  3.21  +8 -1  xc/lib/xtrans/Xtrans.h
  3.2781+14 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.49  +2 -2  xc/programs/Xserver/os/access.c
  1.13  +100 -11   xc/programs/lbxproxy/di/pm.c
  3.25  +7 -7  xc/programs/xhost/xhost.c
  3.17  +21 -8 xc/programs/xrdb/xrdb.c
  1.5   +16 -3 xc/programs/xrx/helper/GetUrl.c
  1.12  +17 -9 xc/programs/xrx/rx/XUrls.c
  1.3   +9 -0  xc/programs/xrx/xnest-plugin/XnestDis.c
  1.7   +7 -2  xc/programs/xsm/choose.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/21 07:58:19

Log message:
  IRIX 6.5 doesn't support IPv6, but #define's AF_INET6.  Go figure...

Modified files:
  xc/config/cf/:
sgi.cf 
  
  Revision  ChangesPath
  1.12  +6 -1  xc/config/cf/sgi.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/21 08:06:57

Log message:
  Link cleanup

Modified files:
  xc/programs/xfs/:
Imakefile 
  
  Revision  ChangesPath
  3.24  +4 -9  xc/programs/xfs/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/24 15:08:29

Log message:
   327. Add Mach64 I2C framework.  Derived from GATOS project (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
Imakefile aticonsole.c atiload.c atiload.h atimisc.c 
atipreinit.c atistruct.h ativersion.h 
Added files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiaudio.c atiaudio.h atidecoder.c atidecoder.h atii2c.c 
atii2c.h atimach64i2c.c atimach64i2c.h atituner.c 
atituner.h 
  
  Revision  ChangesPath
  3.2785+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.51  +21 -9 xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.21  +4 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c
  1.14  +12 -1 xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c
  1.6   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.h
  1.7   +2 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/atimisc.c
  1.67  +107 -18   xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c
  1.39  +2 -1  xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
  1.62  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/24 18:17:06

Log message:
  A few I2C-related cleanups

Modified files:
  xc/programs/Xserver/hw/xfree86/ddc/:
xf86DDC.c 
  xc/programs/Xserver/hw/xfree86/drivers/apm/:
apm_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/:
smi_driver.c 
  
  Revision  ChangesPath
  1.24  +19 -19xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.c
  1.62  +1 -4  xc/programs/Xserver/hw/xfree86/drivers/apm/apm_driver.c
  1.31  +1 -7  
xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/25 07:17:01

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/xfree86/ddc/:
xf86DDC.c 
  
  Revision  ChangesPath
  1.25  +2 -2  xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-07-25 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/25 08:48:42

Log message:
  Disable IPv6 on Cygwin (Harold L Hunt II).

Modified files:
  xc/config/cf/:
cygwin.cf 
  
  Revision  ChangesPath
  3.51  +9 -3  xc/config/cf/cygwin.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-14 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/13 12:12:10

Log message:
   373. Be a little more precise about differentiating between active and
inactive non-video PCI resources (Marc La France).
  
+ small fix to previous commit.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86pciBus.c 
  
  Revision  ChangesPath
  3.2806+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.73  +33 -25xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/19 10:32:36

Log message:
  Build fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/linux/:
lnx_io.c lnx_kbd.c 
  
  Revision  ChangesPath
  3.25  +2 -1  xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
  1.3   +12 -2 xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/23 10:10:43

Log message:
  Fix formatting

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atipreinit.c 
  
  Revision  ChangesPath
  1.69  +11 -5 xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/23 16:11:07

Log message:
   394. Fix bug in detection of multi-function PCI devices (Marc La France, in
partial resolution of Bugzilla #574).
  
  + minor cleanups.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c 
  
  Revision  ChangesPath
  3.2818+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.78  +8 -8  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/24 10:35:14

Log message:
  Build fix

Modified files:
  xc/lib/xtrans/:
Xtranssock.c 
  
  Revision  ChangesPath
  3.62  +5 -5  xc/lib/xtrans/Xtranssock.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/24 10:35:35

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/linux/drm/:
xf86drm.c 
  
  Revision  ChangesPath
  1.36  +1 -3  
xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/24 12:43:35

Log message:
  Remove extraneous link libraries

Modified files:
  xc/programs/xfs/:
Imakefile 
  
  Revision  ChangesPath
  3.25  +3 -3  xc/programs/xfs/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/24 13:31:43

Log message:
  Fix for non-XFree86 builds

Modified files:
  ./:
Imakefile 
  
  Revision  ChangesPath
  3.30  +5 -1  xc/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/26 08:22:27

Log message:
  Warning fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/glint/:
glint_driver.c 
  
  Revision  ChangesPath
  1.159 +3 -3  xc/programs/Xserver/hw/xfree86/drivers/glint/glint_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/26 08:38:40

Log message:
  Build fixes

Modified files:
  xc/lib/xtrans/:
Xtransdnet.c Xtranslcl.c Xtransos2.c Xtranstli.c 
  
  Revision  ChangesPath
  3.8   +2 -2  xc/lib/xtrans/Xtransdnet.c
  3.41  +2 -2  xc/lib/xtrans/Xtranslcl.c
  3.10  +2 -2  xc/lib/xtrans/Xtransos2.c
  3.13  +3 -3  xc/lib/xtrans/Xtranstli.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/26 08:42:11

Log message:
  Warning fixes

Modified files:
  xc/programs/xev/:
xev.c 
  
  Revision  ChangesPath
  1.11  +3 -3  xc/programs/xev/xev.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-26 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/26 12:00:36

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_kbdEv.c 
  
  Revision  ChangesPath
  1.5   +2 -2  xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_kbdEv.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/27 08:16:16

Log message:
  Build, warning and portability fixes;
  Ident lines, #include guards, etc., etc., etc.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/via/:
ddmpeg.h ginfo.h via.h via_bandwidth.c via_bandwidth.h 
via_bios.c via_bios.h via_capture.h via_ch7019.h 
via_common.h via_compose.h via_cursor.c via_dga.c 
via_dri.c via_dri.h via_driver.c via_driver.h via_fs454.h 
via_gpioi2c.c via_gpioi2c.h via_hwdiff.c via_i2c.c 
via_mode.h via_overlay.c via_overlay.h via_priv.h 
via_refresh.h via_regrec.h via_regs.h via_saa7108.h 
via_shadow.c via_swov.c via_swov.h via_tv2.h via_tv3.h 
via_utility.c via_utility.h via_video.c via_video.h 
via_vt1622a.h via_xvpriv.h 
  
  Revision  ChangesPath
  1.4   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/ddmpeg.h
  1.3   +5 -0  xc/programs/Xserver/hw/xfree86/drivers/via/ginfo.h
  1.4   +5 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via.h
  1.2   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_bandwidth.c
  1.2   +6 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_bandwidth.h
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_bios.c
  1.3   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_bios.h
  1.2   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_capture.h
  1.2   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_ch7019.h
  1.2   +5 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_common.h
  1.2   +4 -4  xc/programs/Xserver/hw/xfree86/drivers/via/via_compose.h
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_cursor.c
  1.4   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_dga.c
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_dri.c
  1.2   +6 -4  xc/programs/Xserver/hw/xfree86/drivers/via/via_dri.h
  1.11  +1 -7  xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.c
  1.5   +4 -5  xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.h
  1.2   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_fs454.h
  1.2   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_gpioi2c.c
  1.2   +6 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_gpioi2c.h
  1.2   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_hwdiff.c
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_i2c.c
  1.3   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_mode.h
  1.2   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_overlay.c
  1.2   +5 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_overlay.h
  1.3   +5 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_priv.h
  1.3   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_refresh.h
  1.2   +5 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_regrec.h
  1.3   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_regs.h
  1.2   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_saa7108.h
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_shadow.c
  1.4   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_swov.c
  1.4   +5 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_swov.h
  1.3   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_tv2.h
  1.2   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_tv3.h
  1.3   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_utility.c
  1.3   +5 -0  xc/programs/Xserver/hw/xfree86/drivers/via/via_utility.h
  1.7   +25 -24xc/programs/Xserver/hw/xfree86/drivers/via/via_video.c
  1.3   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_video.h
  1.2   +4 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_vt1622a.h
  1.5   +5 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_xvpriv.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/27 09:47:52

Log message:
  Warning fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
sis310_accel.h sis_driver.c 
  
  Revision  ChangesPath
  1.10  +143 -143  xc/programs/Xserver/hw/xfree86/drivers/sis/sis310_accel.h
  1.115 +12 -8 xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/27 14:39:38

Log message:
  Somehow, my last commit to these two didn't quite take

Modified files:
  xc/lib/Xt/:
Manage.c Resources.c 
  
  Revision  ChangesPath
  3.11  +3 -1  xc/lib/Xt/Manage.c
  1.12  +2 -2  xc/lib/Xt/Resources.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/27 14:58:28

Log message:
  Oops

Modified files:
  xc/lib/xtrans/:
Xtransint.h 
  
  Revision  ChangesPath
  3.40  +17 -16xc/lib/xtrans/Xtransint.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-28 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/27 17:35:24

Log message:
  Previous version still not quite right.

Modified files:
  xc/lib/xtrans/:
Xtransint.h 
  
  Revision  ChangesPath
  3.41  +2 -3  xc/lib/xtrans/Xtransint.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-28 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/28 09:11:32

Log message:
  Small simplification

Modified files:
  xc/programs/twm/:
Imakefile 
  
  Revision  ChangesPath
  3.15  +2 -2  xc/programs/twm/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/29 13:49:09

Log message:
   411. Rip out incorrect limits on the number of PCI buses an ix86 chipset can
handle and implement an improved solution for avoiding phantom PCI
buses (Marc La France, Bugzilla #604).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c Pci.h ix86Pci.c 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  3.2834+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.151 +1 -15 xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.80  +26 -8 xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.41  +1 -6  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.24  +1 -36 xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c
  1.13  +37 -1 xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-29 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/29 14:08:16

Log message:
  s/busses/buses/g
  
  Note that this generates a minor incompatibility with 4.3.99.4+ servers.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86pciBus.c 
  xc/programs/Xserver/hw/xfree86/doc/:
README.tseng 
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
tseng.sgml 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atii2c.c atiload.c radeon_cursor.c 
  xc/programs/Xserver/hw/xfree86/drivers/tseng/:
tseng_driver.c 
  xc/programs/Xserver/hw/xfree86/i2c/:
xf86i2c.c xf86i2c.h 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
460gxPCI.c Pci.h 
  
  Revision  ChangesPath
  3.2835+3 -3  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.75  +7 -7  xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
  3.43  +4 -4  xc/programs/Xserver/hw/xfree86/doc/README.tseng
  3.35  +3 -3  xc/programs/Xserver/hw/xfree86/doc/sgml/tseng.sgml
  1.2   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atii2c.c
  1.15  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.c
  1.25  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_cursor.c
  1.94  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/tseng/tseng_driver.c
  1.15  +4 -4  xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c
  1.11  +2 -2  xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.h
  1.4   +4 -4  xc/programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.c
  1.42  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-31 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/30 18:02:09

Log message:
  Warning fix

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/via/:
ginfo.h via_driver.c via_swov.c 
  
  Revision  ChangesPath
  1.4   +3 -1  xc/programs/Xserver/hw/xfree86/drivers/via/ginfo.h
  1.12  +1 -3  xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.c
  1.5   +136 -152  xc/programs/Xserver/hw/xfree86/drivers/via/via_swov.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-31 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/31 05:59:58

Log message:
  Build fix

Modified files:
  xc/programs/Xserver/hw/xfree86/:
Imakefile 
  
  Revision  ChangesPath
  3.85  +3 -3  xc/programs/Xserver/hw/xfree86/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-08-31 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/08/31 05:58:58

Log message:
  Build fix

Modified files:
  xc/programs/Xserver/lbx/:
Imakefile 
  
  Revision  ChangesPath
  1.5   +2 -2  xc/programs/Xserver/lbx/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-09-01 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/09/01 14:20:41

Log message:
   412. Allow building libOSMesa during non-XFree86 builds (Marc La France).

Modified files:
  xc/config/cf/:
Imake.rules X11.tmpl xf86.rules 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.121 +53 -1 xc/config/cf/Imake.rules
  1.214 +2 -2  xc/config/cf/X11.tmpl
  3.35  +2 -54 xc/config/cf/xf86.rules
  3.2836+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-09-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/09/02 10:13:41

Log message:
  Typo

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86Init.c 
  
  Revision  ChangesPath
  3.205 +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-09-02 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/09/02 11:19:17

Log message:
   413. Add missing REQUEST_SIZE_MATCH() to xSyncSetCounter protocol request
(noticed by Ruben Nunez Francisco).

Modified files:
  xc/programs/Xserver/Xext/:
sync.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.13  +5 -5  xc/programs/Xserver/Xext/sync.c
  3.2837+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/21 10:41:47

Log message:
   517. Add rules to generate post-processed and assembler source from C++ files
(Marc La France).
   516. Change `make World` so that well it interrupts itself to build a utility
(makedepend, pswrap, etc), it only builds that utility.  Some things were
being built too early (Marc La France).
  
  + IRIX build fixes  whitespace cleanup.

Modified files:
  ./:
Makefile 
  xc/config/cf/:
Imake.rules Imake.tmpl Library.tmpl ServerLib.tmpl 
X11.tmpl cygwin.rules os2.rules sgi.cf 
  xc/config/imake/:
Imakefile 
  xc/config/makedepend/:
Imakefile 
  xc/config/pswrap/:
Imakefile 
  xc/config/util/:
Imakefile 
  xc/lib/dps/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.29  +3 -3  xc/Makefile
  3.126 +65 -55xc/config/cf/Imake.rules
  3.149 +20 -12xc/config/cf/Imake.tmpl
  3.24  +9 -7  xc/config/cf/Library.tmpl
  3.1   +5 -4  xc/config/cf/ServerLib.tmpl
  1.228 +20 -20xc/config/cf/X11.tmpl
  3.25  +33 -33xc/config/cf/cygwin.rules
  3.24  +4 -4  xc/config/cf/os2.rules
  1.13  +42 -17xc/config/cf/sgi.cf
  3.18  +8 -4  xc/config/imake/Imakefile
  3.13  +6 -4  xc/config/makedepend/Imakefile
  1.9   +3 -1  xc/config/pswrap/Imakefile
  3.49  +6 -2  xc/config/util/Imakefile
  1.17  +5 -5  xc/lib/dps/Imakefile
  3.2897+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/21 10:44:33

Log message:
  Fix pre-processing of these...

Modified files:
  xc/doc/man/GL/gl/:
enableclientstate.3gl index.3gl pushclientattrib.3gl 
  
  Revision  ChangesPath
  1.3   +14 -15xc/doc/man/GL/gl/enableclientstate.3gl
  1.3   +7 -6  xc/doc/man/GL/gl/index.3gl
  1.3   +11 -10xc/doc/man/GL/gl/pushclientattrib.3gl

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/21 11:10:10

Log message:
  IRIX warning fixes and ident lines

Modified files:
  xc/extras/FreeType/:
mkinstalldirs net.m4 
  xc/extras/FreeType/contrib/ttf2bdf/:
Makefile.in README configure.in remap.c remap.h ttf2bdf.c 
ttf2bdf.man 
  xc/extras/FreeType/contrib/ttf2bdf/maps/:
iso8859.1 iso8859.2 iso8859.3 
  xc/extras/FreeType/contrib/ttf2pfb/:
ttf2pfb.c 
  xc/extras/FreeType/lib/extend/:
ftxsbit.c 
  xc/extras/FreeType/test/:
common.c 
  
  Revision  ChangesPath
  1.3   +1 -0  xc/extras/FreeType/mkinstalldirs
  1.2   +1 -0  xc/extras/FreeType/net.m4
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/Makefile.in
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/README
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/configure.in
  1.3   +2 -0  xc/extras/FreeType/contrib/ttf2bdf/remap.c
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/remap.h
  1.3   +2 -0  xc/extras/FreeType/contrib/ttf2bdf/ttf2bdf.c
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/ttf2bdf.man
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/maps/iso8859.1
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/maps/iso8859.2
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2bdf/maps/iso8859.3
  1.3   +1 -0  xc/extras/FreeType/contrib/ttf2pfb/ttf2pfb.c
  1.2   +3 -5  xc/extras/FreeType/lib/extend/ftxsbit.c
  1.3   +1 -0  xc/extras/FreeType/test/common.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/21 14:15:12

Log message:
   518. Prevent some compilers from optimising out Mesa's X11 error interface
(Marc La France).

Modified files:
  xc/extras/Mesa/src/X/:
xm_api.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.8   +2 -2  xc/extras/Mesa/src/X/xm_api.c
  3.2898+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-22 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/22 08:27:46

Log message:
  IRIX warnings

Modified files:
  xc/extras/Mesa/src/:
api_validate.c convolve.c extensions.c mmath.c 
texcompress.c teximage.c texstore.c texutil_tmp.h 
vpparse.c 
  xc/extras/Mesa/src/OSmesa/:
osmesa.c 
  xc/extras/Mesa/src/X/:
fakeglx.c xm_dd.c 
  xc/extras/Mesa/src/swrast/:
s_drawpix.c s_pointtemp.h 
  xc/extras/Mesa/src/tnl/:
t_pipeline.c t_vb_lighttmp.h 
  
  Revision  ChangesPath
  1.4   +4 -5  xc/extras/Mesa/src/api_validate.c
  1.6   +4 -12 xc/extras/Mesa/src/convolve.c
  1.16  +2 -1  xc/extras/Mesa/src/extensions.c
  1.8   +1 -4  xc/extras/Mesa/src/mmath.c
  1.2   +18 -11xc/extras/Mesa/src/texcompress.c
  1.24  +1 -14 xc/extras/Mesa/src/teximage.c
  1.6   +5 -6  xc/extras/Mesa/src/texstore.c
  1.4   +11 -10xc/extras/Mesa/src/texutil_tmp.h
  1.2   +2 -2  xc/extras/Mesa/src/vpparse.c
  1.15  +3 -3  xc/extras/Mesa/src/OSmesa/osmesa.c
  1.19  +2 -6  xc/extras/Mesa/src/X/fakeglx.c
  1.9   +4 -2  xc/extras/Mesa/src/X/xm_dd.c
  1.4   +1 -7  xc/extras/Mesa/src/swrast/s_drawpix.c
  1.4   +8 -4  xc/extras/Mesa/src/swrast/s_pointtemp.h
  1.4   +7 -1  xc/extras/Mesa/src/tnl/t_pipeline.c
  1.4   +165 -133  xc/extras/Mesa/src/tnl/t_vb_lighttmp.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-22 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/22 08:44:44

Log message:
  Resync ident lines

Modified files:
  xc/extras/Mesa/src/:
dd.h glheader.h glthread.h mmath.h points.c 
  xc/extras/Mesa/src/X/:
xm_span.c 
  xc/extras/Mesa/src/X86/:
assyntax.h common_x86.c common_x86_asm.h x86_cliptest.S 
x86_xform2.S x86_xform3.S x86_xform4.S 
  xc/extras/Mesa/src/math/:
m_debug_clip.c m_debug_norm.c m_debug_xform.c m_matrix.c 
m_xform.c 
  xc/extras/Mesa/src/swrast/:
s_tritemp.h 
  xc/extras/Mesa/src/tnl/:
t_context.c 
  xc/extras/Mesa/src/tnl_dd/:
t_dd_dmatmp2.h t_dd_triemit.h 
  
  Revision  ChangesPath
  1.19  +1 -0  xc/extras/Mesa/src/dd.h
  1.22  +0 -1  xc/extras/Mesa/src/glheader.h
  1.6   +1 -1  xc/extras/Mesa/src/glthread.h
  1.22  +1 -0  xc/extras/Mesa/src/mmath.h
  1.11  +1 -0  xc/extras/Mesa/src/points.c
  1.7   +0 -1  xc/extras/Mesa/src/X/xm_span.c
  1.14  +0 -1  xc/extras/Mesa/src/X86/assyntax.h
  1.14  +1 -1  xc/extras/Mesa/src/X86/common_x86.c
  1.7   +1 -1  xc/extras/Mesa/src/X86/common_x86_asm.h
  1.6   +0 -1  xc/extras/Mesa/src/X86/x86_cliptest.S
  1.5   +0 -1  xc/extras/Mesa/src/X86/x86_xform2.S
  1.5   +0 -1  xc/extras/Mesa/src/X86/x86_xform3.S
  1.5   +0 -1  xc/extras/Mesa/src/X86/x86_xform4.S
  1.5   +1 -1  xc/extras/Mesa/src/math/m_debug_clip.c
  1.5   +1 -1  xc/extras/Mesa/src/math/m_debug_norm.c
  1.5   +1 -1  xc/extras/Mesa/src/math/m_debug_xform.c
  1.5   +0 -1  xc/extras/Mesa/src/math/m_matrix.c
  1.5   +1 -1  xc/extras/Mesa/src/math/m_xform.c
  1.7   +1 -1  xc/extras/Mesa/src/swrast/s_tritemp.h
  1.5   +1 -1  xc/extras/Mesa/src/tnl/t_context.c
  1.4   +0 -1  xc/extras/Mesa/src/tnl_dd/t_dd_dmatmp2.h
  1.2   +0 -1  xc/extras/Mesa/src/tnl_dd/t_dd_triemit.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-22 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/22 09:00:09

Log message:
  Small correction to previous change

Modified files:
  xc/extras/Mesa/src/swrast/:
s_tritemp.h 
  
  Revision  ChangesPath
  1.8   +0 -1  xc/extras/Mesa/src/swrast/s_tritemp.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-22 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/22 09:25:49

Log message:
  IRIX warnings

Modified files:
  xc/extras/X-TrueType/:
xttcap.c xttcconv.c xttchinfo.c xttdump.c xttfuncs.c 
xttmisc.c xttprop.c 
  xc/extras/X-TrueType/ARABIC/:
CP1256toUCS2.c IRANSYSTEMtoUCS2.c ISIRI3342toUCS2.c 
MULEARABICtoUCS2.c URDUNAQSHtoUCS2.c XATERMtoUCS2.c 
main.c 
  xc/extras/X-TrueType/ARMSCII8/:
ARMSCII8toUCS2.c main.c 
  xc/extras/X-TrueType/BIG5/:
BIG5toUCS2.c main.c 
  xc/extras/X-TrueType/BIG5HKSCS/:
BIG5HKSCStoUCS2.c main.c 
  xc/extras/X-TrueType/DOSENCODING/:
DOSENCODINGtoUCS2.c main.c 
  xc/extras/X-TrueType/GB18030/:
GB18030toUCS2.c main.c 
  xc/extras/X-TrueType/GB2312/:
GB2312toUCS2.c main.c 
  xc/extras/X-TrueType/GBK/:
GBKtoUCS2.c main.c 
  xc/extras/X-TrueType/GEORGIAN/:
GEORGIANtoUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.1/:
ISO8859_1toAROMAN.c main.c 
  xc/extras/X-TrueType/ISO8859.10/:
ISO8859_10toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.11/:
ISO8859_11toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.13/:
ISO8859_13toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.14/:
ISO8859_14toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.15/:
main.c 
  xc/extras/X-TrueType/ISO8859.2/:
ISO8859_2toACNTRO.c ISO8859_2toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.3/:
ISO8859_3toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.4/:
ISO8859_4toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.5/:
ISO8859_5toACYRIL.c ISO8859_5toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.6/:
ISO8859_6toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.7/:
ISO8859_7toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.8/:
ISO8859_8toUCS2.c main.c 
  xc/extras/X-TrueType/ISO8859.9/:
ISO8859_9toUCS2.c main.c 
  xc/extras/X-TrueType/JISX0201/:
JISX0201toUCS2.c main.c 
  xc/extras/X-TrueType/JISX0208/:
JISX0208toUCS2.c main.c 
  xc/extras/X-TrueType/JISX0212/:
JISX0212toUCS2.c main.c 
  xc/extras/X-TrueType/KOI8/:
KOI8_RtoUCS2.c KOI8_UNItoUCS2.c main.c 
  xc/extras/X-TrueType/KSC5601/:
KSC5601toUCS2.c main.c 
  xc/extras/X-TrueType/KSCJOHAB/:
KSCJOHABtoUCS2.c main.c 
  xc/extras/X-TrueType/MULEENCODING/:
ASCIILAOtoUCS2.c MULELAOtoUCS2.c MULETIBETANtoUCS2.c 
main.c 
  xc/extras/X-TrueType/TCVN/:
TCVNtoUCS2.c main.c 
  xc/extras/X-TrueType/VISCII/:
VISCIItoUCS2.c main.c 
  
  Revision  ChangesPath
  1.3   +3 -0  xc/extras/X-TrueType/xttcap.c
  1.13  +3 -1  xc/extras/X-TrueType/xttcconv.c
  1.2   +4 -1  xc/extras/X-TrueType/xttchinfo.c
  1.4   +3 -0  xc/extras/X-TrueType/xttdump.c
  1.21  +29 -29xc/extras/X-TrueType/xttfuncs.c
  1.3   +3 -0  xc/extras/X-TrueType/xttmisc.c
  1.5   +11 -8 xc/extras/X-TrueType/xttprop.c
  1.4   +3 -1  xc/extras/X-TrueType/ARABIC/CP1256toUCS2.c
  1.2   +3 -0  xc/extras/X-TrueType/ARABIC/IRANSYSTEMtoUCS2.c
  1.2   +3 -0  xc/extras/X-TrueType/ARABIC/ISIRI3342toUCS2.c
  1.2   +16 -13xc/extras/X-TrueType/ARABIC/MULEARABICtoUCS2.c
  1.2   +3 -0  xc/extras/X-TrueType/ARABIC/URDUNAQSHtoUCS2.c
  1.3   +3 -1  xc/extras/X-TrueType/ARABIC/XATERMtoUCS2.c
  1.3   +3 -0  xc/extras/X-TrueType/ARABIC/main.c
  1.3   +3 -0  xc/extras/X-TrueType/ARMSCII8/ARMSCII8toUCS2.c
  1.2   +4 -1  xc/extras/X-TrueType/ARMSCII8/main.c
  1.5   +3 -1  xc/extras/X-TrueType/BIG5/BIG5toUCS2.c
  1.2   +14 -11xc/extras/X-TrueType/BIG5/main.c
  1.3   +3 -1  xc/extras/X-TrueType/BIG5HKSCS/BIG5HKSCStoUCS2.c
  1.3   +3 -1  xc/extras/X-TrueType/BIG5HKSCS/main.c
  1.4   +3 -1  xc/extras/X-TrueType/DOSENCODING/DOSENCODINGtoUCS2.c
  1.3   +3 -0  xc/extras/X-TrueType/DOSENCODING/main.c
  1.2   +3 -0  xc/extras/X-TrueType/GB18030/GB18030toUCS2.c
  1.2   +3 -0  xc/extras/X-TrueType/GB18030/main.c
  1.3   +3 -1  xc/extras/X-TrueType/GB2312/GB2312toUCS2.c
  1.2   +4 -1  xc/extras/X-TrueType/GB2312/main.c
  1.2   +3 -1  xc/extras/X-TrueType/GBK/GBKtoUCS2.c
  1.2   +3 -1  xc/extras/X-TrueType/GBK/main.c
  1.2   +3 -0  xc/extras/X-TrueType/GEORGIAN/GEORGIANtoUCS2.c
  1.2   +3 -0  xc/extras/X-TrueType/GEORGIAN/main.c
  1.2   +4 -1  xc/extras/X-TrueType/ISO8859.1/ISO8859_1toAROMAN.c
  1.2   +4 -1  xc/extras/X-TrueType/ISO8859.1/main.c
  1.2   +4 -1  xc/extras/X-TrueType/ISO8859.10/ISO8859_10toUCS2.c
  1.2   +4 

CVS Update: xc (branch: trunk)

2003-10-22 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/22 10:15:23

Log message:
  IRIX warning

Modified files:
  xc/extras/fontconfig/src/:
fcint.h 
  
  Revision  ChangesPath
  1.2   +3 -3  xc/extras/fontconfig/src/fcint.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


<    1   2   3   4   5   6   7   8   9   10   >