CVS Update: xc (branch: trunk)

2003-01-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 06:15:33

Log message:
  Use libpng from the NetBSD packages system.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/:
host.def 
  
  Revision  ChangesPath
  1.6   +5 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/host.def

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 08:42:30

Log message:
  - enable AGP Gart support for OpenBSD > 3.1
  - install OpenbSDLib.tmpl
  - explicitely disable theads supports for OpenBSD ELF architectures.

Modified files:
  xc/config/cf/:
OpenBSD.cf 
  
  Revision  ChangesPath
  3.78  +14 -2 xc/config/cf/OpenBSD.cf

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 09:03:24

Log message:
  Starting with OpenBSD 3.2, OpenBSD/sparc doesn't build the Xsun*
  servers anymore.

Modified files:
  xc/config/cf/:
OpenBSD.cf 
  
  Revision  ChangesPath
  3.79  +22 -10xc/config/cf/OpenBSD.cf

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Mark Vojkovich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]03/01/12 18:20:40

Log message:
documentation updates

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/nv/:
nv.man 
  
  Revision  ChangesPath
  1.14  +4 -1  xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Mark Vojkovich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]03/01/12 18:22:51

Log message:
  

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2472+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-01-12 Thread Mark Vojkovich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]03/01/12 18:27:31

Log message:
  

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2473+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-01-12 Thread Paulo Cesar Pereira de Andrade
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 19:57:59

Log message:
  o Minor change in how objects are gc protected while being read, this
was done as an experiment to avoid "fragmentation" and a pseudo
copying-gc, since the gains where smaller than 10% I kept the old
"simpler" gc for now, but having more long lived objets stored
sequentially isn't a bad idea.
  o Added a call to XFlush before entering the lisp interpreter from the
C code, this is an attempt to fix a problem that may happen when the
computer is heavily loaded, and Xlib routines are called from the
timeout signal handler to check for user requested interrupts.
  o Some fixes for the automatic indentation for the C language.
Now it will ignore spaces followed by a collon, since it joins
everything in a single :expression token, it was treating ternary
expressions and bitfield declarations as labels (and dedenting when
the collon was typed). Fixed also the code for "fastly" finding a safe
point from where to start calculating the indentation; could become
confused with code like:
for (exp1,
 exp2;
 test;
 inc)
Also added handling for code like:
if (t1)
if (t2)
do
exp;
while (test);
Now it should correctly align the "while" with the "do". This isn't a
very important feature, as writting code without braces may become
confusing.

Modified files:
  xc/programs/xedit/lisp/:
read.c xedit.c 
  xc/programs/xedit/lisp/modules/progmodes/:
c.lsp 
  
  Revision  ChangesPath
  1.34  +10 -11xc/programs/xedit/lisp/read.c
  1.24  +2 -1  xc/programs/xedit/lisp/xedit.c
  1.24  +23 -2 xc/programs/xedit/lisp/modules/progmodes/c.lsp

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Paulo Cesar Pereira de Andrade
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 21:04:36

Log message:
  o Better handling of expressions separated with commas. In this case
should not consider code like:
  {
exp1,
exp2,
exp3
  }
as a single expression. Was incorrectly indenting as:
  {
exp1,
exp2,
exp3
  }

Modified files:
  xc/programs/xedit/lisp/modules/progmodes/:
c.lsp 
  
  Revision  ChangesPath
  1.25  +11 -4 xc/programs/xedit/lisp/modules/progmodes/c.lsp

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