xserver/hw/xgl xgl.h, 1.3, 1.4 xglbstore.c, 1.1, 1.2 xglcmap.c, 1.1,
1.2 xglcomp.c, 1.1, 1.2 xglcopy.c, 1.1, 1.2 xglfill.c, 1.1,
1.2 xglgc.c, 1.3, 1.4 xglgeometry.c, 1.1, 1.2 xglget.c, 1.1,
1.2 xglinput.c, 1.2, 1.3 xgloffscreen.c, 1.1, 1.2 xgloutput.c,
1.2, 1.3 xglparse.c, 1.1, 1.2 xglpict.c, 1.1, 1.2 xglpixel.c,
1.2, 1.3 xglpixmap.c, 1.3, 1.4 xglscreen.c, 1.1,
1.2 xglsolid.c, 1.1, 1.2 xglsync.c, 1.1, 1.2 xgltile.c, 1.1,
1.2 xglwindow.c, 1.1, 1.2
David Reveman
xserver-commit at pdx.freedesktop.org
Fri Nov 5 05:26:09 PST 2004
Committed by: davidr
Update of /cvs/xserver/xserver/hw/xgl
In directory gabe:/tmp/cvs-serv29133/hw/xgl
Modified Files:
xgl.h xglbstore.c xglcmap.c xglcomp.c xglcopy.c xglfill.c
xglgc.c xglgeometry.c xglget.c xglinput.c xgloffscreen.c
xgloutput.c xglparse.c xglpict.c xglpixel.c xglpixmap.c
xglscreen.c xglsolid.c xglsync.c xgltile.c xglwindow.c
Log Message:
Use UTF-8 encoding in Xgl sources
Index: xgl.h
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xgl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xgl.h 5 Nov 2004 12:46:29 -0000 1.3
+++ xgl.h 5 Nov 2004 13:26:06 -0000 1.4
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglbstore.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglbstore.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglbstore.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglbstore.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglcmap.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglcmap.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglcmap.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglcmap.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglcomp.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglcomp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglcomp.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglcomp.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglcopy.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglcopy.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglcopy.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglcopy.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglfill.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglfill.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglfill.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglfill.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglgc.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglgc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xglgc.c 5 Nov 2004 12:46:29 -0000 1.3
+++ xglgc.c 5 Nov 2004 13:26:06 -0000 1.4
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglgeometry.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglgeometry.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglgeometry.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglgeometry.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglget.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglget.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglget.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglget.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglinput.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglinput.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xglinput.c 4 Nov 2004 23:19:13 -0000 1.2
+++ xglinput.c 5 Nov 2004 13:26:06 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xgloffscreen.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xgloffscreen.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xgloffscreen.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xgloffscreen.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xgloutput.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xgloutput.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xgloutput.c 4 Nov 2004 23:19:13 -0000 1.2
+++ xgloutput.c 5 Nov 2004 13:26:06 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglparse.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglparse.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglparse.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglparse.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglpict.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglpict.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglpict.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglpict.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglpixel.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglpixel.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xglpixel.c 5 Nov 2004 12:46:29 -0000 1.2
+++ xglpixel.c 5 Nov 2004 13:26:06 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglpixmap.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglpixmap.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xglpixmap.c 5 Nov 2004 12:46:29 -0000 1.3
+++ xglpixmap.c 5 Nov 2004 13:26:06 -0000 1.4
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglscreen.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglscreen.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglscreen.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglscreen.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglsolid.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglsolid.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglsolid.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglsolid.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglsync.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglsync.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglsync.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglsync.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xgltile.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xgltile.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xgltile.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xgltile.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
Index: xglwindow.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglwindow.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xglwindow.c 4 Nov 2004 23:19:13 -0000 1.1
+++ xglwindow.c 5 Nov 2004 13:26:06 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
More information about the xserver-commit
mailing list