summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:16 +0000
committerMarkus Kuhn <Markus.Kuhn@cl.cam.ac.uk>2004-12-04 00:43:16 +0000
commit5581ed55c6918f69786d63e9a401f9d8b33a66d2 (patch)
tree245195948fd333bb8ba67b5c4aaaac130456e123
parent4d6b4556b8517ac36d6f87837dfb936872581b12 (diff)
Encoding of numerous files changed to UTF-8
-rw-r--r--hook.c2
-rw-r--r--ispell.c80
-rw-r--r--lisp.c2
-rw-r--r--lisp/bytecode.c2
-rw-r--r--lisp/bytecode.h2
-rw-r--r--lisp/compile.c2
-rw-r--r--lisp/core.c2
-rw-r--r--lisp/core.h2
-rw-r--r--lisp/debugger.c2
-rw-r--r--lisp/debugger.h2
-rw-r--r--lisp/format.c2
-rw-r--r--lisp/format.h2
-rw-r--r--lisp/hash.c2
-rw-r--r--lisp/hash.h2
-rw-r--r--lisp/helper.c2
-rw-r--r--lisp/helper.h2
-rw-r--r--lisp/internal.h4
-rw-r--r--lisp/io.c2
-rw-r--r--lisp/io.h2
-rw-r--r--lisp/lisp.c2
-rw-r--r--lisp/lisp.h2
-rw-r--r--lisp/lsp.c2
-rw-r--r--lisp/math.c2
-rw-r--r--lisp/math.h2
-rw-r--r--lisp/mathimp.c2
-rw-r--r--lisp/modules/indent.lsp2
-rw-r--r--lisp/modules/lisp.lsp2
-rw-r--r--lisp/modules/progmodes/c.lsp2
-rw-r--r--lisp/modules/progmodes/html.lsp2
-rw-r--r--lisp/modules/progmodes/imake.lsp2
-rw-r--r--lisp/modules/progmodes/lisp.lsp2
-rw-r--r--lisp/modules/progmodes/make.lsp2
-rw-r--r--lisp/modules/progmodes/man.lsp2
-rw-r--r--lisp/modules/progmodes/patch.lsp2
-rw-r--r--lisp/modules/progmodes/rpm.lsp2
-rw-r--r--lisp/modules/progmodes/sgml.lsp2
-rw-r--r--lisp/modules/progmodes/sh.lsp2
-rw-r--r--lisp/modules/progmodes/xconf.lsp2
-rw-r--r--lisp/modules/progmodes/xlog.lsp2
-rw-r--r--lisp/modules/progmodes/xrdb.lsp2
-rw-r--r--lisp/modules/psql.c2
-rw-r--r--lisp/modules/syntax.lsp2
-rw-r--r--lisp/modules/x11.c2
-rw-r--r--lisp/modules/xaw.c2
-rw-r--r--lisp/modules/xedit.lsp4
-rw-r--r--lisp/modules/xt.c2
-rw-r--r--lisp/mp/mp.c12
-rw-r--r--lisp/mp/mp.h2
-rw-r--r--lisp/mp/mpi.c2
-rw-r--r--lisp/mp/mpr.c2
-rw-r--r--lisp/package.c2
-rw-r--r--lisp/package.h2
-rw-r--r--lisp/pathname.c2
-rw-r--r--lisp/pathname.h2
-rw-r--r--lisp/private.h4
-rw-r--r--lisp/re/re.c2
-rw-r--r--lisp/re/re.h2
-rw-r--r--lisp/re/rec.c2
-rw-r--r--lisp/re/reo.c2
-rw-r--r--lisp/re/rep.h2
-rw-r--r--lisp/re/tests.c2
-rw-r--r--lisp/re/tests.txt2
-rw-r--r--lisp/read.c2
-rw-r--r--lisp/read.h2
-rw-r--r--lisp/regex.c2
-rw-r--r--lisp/regex.h2
-rw-r--r--lisp/require.c2
-rw-r--r--lisp/require.h2
-rw-r--r--lisp/stream.c2
-rw-r--r--lisp/stream.h2
-rw-r--r--lisp/string.c4
-rw-r--r--lisp/string.h2
-rw-r--r--lisp/struct.c2
-rw-r--r--lisp/struct.h2
-rw-r--r--lisp/test/hello.lsp2
-rw-r--r--lisp/test/list.lsp2
-rw-r--r--lisp/test/math.lsp2
-rw-r--r--lisp/test/regex.lsp2
-rw-r--r--lisp/test/stream.lsp2
-rw-r--r--lisp/test/widgets.lsp2
-rw-r--r--lisp/time.c2
-rw-r--r--lisp/time.h2
-rw-r--r--lisp/write.c2
-rw-r--r--lisp/write.h2
-rw-r--r--lisp/xedit.c2
-rw-r--r--lisp/xedit.h2
-rw-r--r--options.c2
87 files changed, 135 insertions, 135 deletions
diff --git a/hook.c b/hook.c
index 9352ea4..13a8b94 100644
--- a/hook.c
+++ b/hook.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/hook.c,v 1.9 2003/01/08 05:07:40 paulo Exp $ */
diff --git a/ispell.c b/ispell.c
index 1d13103..9ee7a2f 100644
--- a/ispell.c
+++ b/ispell.c
@@ -24,10 +24,10 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
-/* $XdotOrg: xc/programs/xedit/ispell.c,v 1.3 2004/05/30 22:44:00 gisburn Exp $ */
+/* $XdotOrg: xc/programs/xedit/ispell.c,v 1.5 2004/09/02 08:40:32 kem Exp $ */
/* $XFree86: xc/programs/xedit/ispell.c,v 1.19 2002/10/19 20:04:20 herrb Exp $ */
#include "xedit.h"
@@ -833,60 +833,60 @@ IspellConvertHtmlAmp(char *buf)
}
else if (strcmp(&buf[1], "acute") == 0) {
switch (*buf) {
- case 'a': ch = 'á'; break;
- case 'e': ch = 'é'; break;
- case 'i': ch = 'í'; break;
- case 'o': ch = 'ó'; break;
- case 'u': ch = 'ú'; break;
- case 'A': ch = 'Á'; break;
- case 'E': ch = 'É'; break;
- case 'I': ch = 'Í'; break;
- case 'O': ch = 'Ó'; break;
- case 'U': ch = 'Ú'; break;
+ case 'a': ch = 0xe1; break;
+ case 'e': ch = 0xe9; break;
+ case 'i': ch = 0xed; break;
+ case 'o': ch = 0xf3; break;
+ case 'u': ch = 0xfa; break;
+ case 'A': ch = 0xc1; break;
+ case 'E': ch = 0xc9; break;
+ case 'I': ch = 0xcd; break;
+ case 'O': ch = 0xd3; break;
+ case 'U': ch = 0xda; break;
}
}
else if (strcmp(&buf[1], "grave") == 0) {
switch (*buf) {
- case 'a': ch = 'à'; break;
- case 'e': ch = 'è'; break;
- case 'i': ch = 'ì'; break;
- case 'o': ch = 'ò'; break;
- case 'u': ch = 'ù'; break;
- case 'A': ch = 'À'; break;
- case 'E': ch = 'È'; break;
- case 'I': ch = 'Ì'; break;
- case 'O': ch = 'Ò'; break;
- case 'U': ch = 'Ù'; break;
+ case 'a': ch = 0xe0; break;
+ case 'e': ch = 0xe8; break;
+ case 'i': ch = 0xec; break;
+ case 'o': ch = 0xf2; break;
+ case 'u': ch = 0xf9; break;
+ case 'A': ch = 0xc0; break;
+ case 'E': ch = 0xc8; break;
+ case 'I': ch = 0xcc; break;
+ case 'O': ch = 0xd2; break;
+ case 'U': ch = 0xd9; break;
}
}
else if (strcmp(&buf[1], "tilde") == 0) {
switch (*buf) {
- case 'a': ch = 'ã'; break;
- case 'o': ch = 'õ'; break;
- case 'n': ch = 'ñ'; break;
- case 'A': ch = 'ã'; break;
- case 'O': ch = 'Õ'; break;
- case 'N': ch = 'Ñ'; break;
+ case 'a': ch = 0xe3; break;
+ case 'o': ch = 0xf5; break;
+ case 'n': ch = 0xf1; break;
+ case 'A': ch = 0xe3; break;
+ case 'O': ch = 0xd5; break;
+ case 'N': ch = 0xd1; break;
}
}
else if (strcmp(&buf[1], "circ") == 0) {
switch (*buf) {
- case 'a': ch = 'â'; break;
- case 'e': ch = 'ê'; break;
- case 'i': ch = 'î'; break;
- case 'o': ch = 'ô'; break;
- case 'u': ch = 'û'; break;
- case 'A': ch = 'Â'; break;
- case 'E': ch = 'Ê'; break;
- case 'I': ch = 'Î'; break;
- case 'O': ch = 'Ô'; break;
- case 'U': ch = 'Û'; break;
+ case 'a': ch = 0xe2; break;
+ case 'e': ch = 0xea; break;
+ case 'i': ch = 0xee; break;
+ case 'o': ch = 0xf4; break;
+ case 'u': ch = 0xfb; break;
+ case 'A': ch = 0xc2; break;
+ case 'E': ch = 0xca; break;
+ case 'I': ch = 0xce; break;
+ case 'O': ch = 0xd4; break;
+ case 'U': ch = 0xdb; break;
}
}
else if (strcmp(&buf[1], "cedil") == 0) {
switch (*buf) {
- case 'c': ch = 'ç'; break;
- case 'C': ch = 'Ç'; break;
+ case 'c': ch = 0xe7; break;
+ case 'C': ch = 0xc7; break;
}
}
/* add more cases here */
diff --git a/lisp.c b/lisp.c
index 92a1330..7191979 100644
--- a/lisp.c
+++ b/lisp.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp.c,v 1.20tsi Exp $ */
diff --git a/lisp/bytecode.c b/lisp/bytecode.c
index 8d1fc0f..3e824d2 100644
--- a/lisp/bytecode.c
+++ b/lisp/bytecode.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/bytecode.c,v 1.17 2003/05/27 22:27:01 tsi Exp $ */
diff --git a/lisp/bytecode.h b/lisp/bytecode.h
index e8c380a..8aac701 100644
--- a/lisp/bytecode.h
+++ b/lisp/bytecode.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/bytecode.h,v 1.5tsi Exp $ */
diff --git a/lisp/compile.c b/lisp/compile.c
index 1c5c7fd..6058c67 100644
--- a/lisp/compile.c
+++ b/lisp/compile.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/compile.c,v 1.15tsi Exp $ */
diff --git a/lisp/core.c b/lisp/core.c
index 93e929a..684081a 100644
--- a/lisp/core.c
+++ b/lisp/core.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/core.c,v 1.71tsi Exp $ */
diff --git a/lisp/core.h b/lisp/core.h
index de1a3bd..bd911d4 100644
--- a/lisp/core.h
+++ b/lisp/core.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/core.h,v 1.35tsi Exp $ */
diff --git a/lisp/debugger.c b/lisp/debugger.c
index 10fd7b2..c9de39d 100644
--- a/lisp/debugger.c
+++ b/lisp/debugger.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/debugger.c,v 1.24tsi Exp $ */
diff --git a/lisp/debugger.h b/lisp/debugger.h
index 913d856..0af5134 100644
--- a/lisp/debugger.h
+++ b/lisp/debugger.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/debugger.h,v 1.7tsi Exp $ */
diff --git a/lisp/format.c b/lisp/format.c
index b7f5e44..abbb49d 100644
--- a/lisp/format.c
+++ b/lisp/format.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/format.c,v 1.29tsi Exp $ */
diff --git a/lisp/format.h b/lisp/format.h
index 7001d46..3db8136 100644
--- a/lisp/format.h
+++ b/lisp/format.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/format.h,v 1.3tsi Exp $ */
diff --git a/lisp/hash.c b/lisp/hash.c
index 396b566..5959330 100644
--- a/lisp/hash.c
+++ b/lisp/hash.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/hash.c,v 1.5 2003/04/27 18:17:32 tsi Exp $ */
diff --git a/lisp/hash.h b/lisp/hash.h
index 1ca05b2..be74f11 100644
--- a/lisp/hash.h
+++ b/lisp/hash.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/hash.h,v 1.2tsi Exp $ */
diff --git a/lisp/helper.c b/lisp/helper.c
index d4e934f..100ed2e 100644
--- a/lisp/helper.c
+++ b/lisp/helper.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/helper.c,v 1.50 2003/05/27 22:27:03 tsi Exp $ */
diff --git a/lisp/helper.h b/lisp/helper.h
index 3173a5e..797fa3b 100644
--- a/lisp/helper.h
+++ b/lisp/helper.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/helper.h,v 1.15tsi Exp $ */
diff --git a/lisp/internal.h b/lisp/internal.h
index a866084..b00db3e 100644
--- a/lisp/internal.h
+++ b/lisp/internal.h
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/xedit/lisp/internal.h,v 1.2 2004/04/23 19:54:44 eich Exp $ */
/*
* Copyright (c) 2001 by The XFree86 Project, Inc.
*
@@ -25,7 +25,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/internal.h,v 1.50tsi Exp $ */
diff --git a/lisp/io.c b/lisp/io.c
index 0b9ad2d..56da49b 100644
--- a/lisp/io.c
+++ b/lisp/io.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/io.c,v 1.16tsi Exp $ */
diff --git a/lisp/io.h b/lisp/io.h
index 36ba61f..2bb8c4d 100644
--- a/lisp/io.h
+++ b/lisp/io.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/io.h,v 1.9tsi Exp $ */
diff --git a/lisp/lisp.c b/lisp/lisp.c
index d21b4b4..87bf2cf 100644
--- a/lisp/lisp.c
+++ b/lisp/lisp.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/lisp.c,v 1.87tsi Exp $ */
diff --git a/lisp/lisp.h b/lisp/lisp.h
index b23ad08..baabb85 100644
--- a/lisp/lisp.h
+++ b/lisp/lisp.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/lisp.h,v 1.4 2002/07/16 05:19:39 paulo Exp $ */
diff --git a/lisp/lsp.c b/lisp/lsp.c
index aac2889..17c24e9 100644
--- a/lisp/lsp.c
+++ b/lisp/lsp.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/lsp.c,v 1.7tsi Exp $ */
diff --git a/lisp/math.c b/lisp/math.c
index 6476224..f9b6952 100644
--- a/lisp/math.c
+++ b/lisp/math.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/math.c,v 1.23tsi Exp $ */
diff --git a/lisp/math.h b/lisp/math.h
index 6a90125..b067c9e 100644
--- a/lisp/math.h
+++ b/lisp/math.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/math.h,v 1.6tsi Exp $ */
diff --git a/lisp/mathimp.c b/lisp/mathimp.c
index 0d30c02..f5c098f 100644
--- a/lisp/mathimp.c
+++ b/lisp/mathimp.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/mathimp.c,v 1.14tsi Exp $ */
diff --git a/lisp/modules/indent.lsp b/lisp/modules/indent.lsp
index 44c923c..6fd32a9 100644
--- a/lisp/modules/indent.lsp
+++ b/lisp/modules/indent.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/indent.lsp,v 1.6 2003/01/16 03:50:46 paulo Exp $
diff --git a/lisp/modules/lisp.lsp b/lisp/modules/lisp.lsp
index 26a7ea8..b65a067 100644
--- a/lisp/modules/lisp.lsp
+++ b/lisp/modules/lisp.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/lisp.lsp,v 1.9 2002/12/04 05:28:01 paulo Exp $
diff --git a/lisp/modules/progmodes/c.lsp b/lisp/modules/progmodes/c.lsp
index 609cf2b..e49630e 100644
--- a/lisp/modules/progmodes/c.lsp
+++ b/lisp/modules/progmodes/c.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/c.lsp,v 1.27 2004/01/12 17:53:20 paulo Exp $
diff --git a/lisp/modules/progmodes/html.lsp b/lisp/modules/progmodes/html.lsp
index ee8da50..562739e 100644
--- a/lisp/modules/progmodes/html.lsp
+++ b/lisp/modules/progmodes/html.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/html.lsp,v 1.2 2002/09/22 18:41:27 paulo Exp $
diff --git a/lisp/modules/progmodes/imake.lsp b/lisp/modules/progmodes/imake.lsp
index e3be141..c34860d 100644
--- a/lisp/modules/progmodes/imake.lsp
+++ b/lisp/modules/progmodes/imake.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/imake.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $
diff --git a/lisp/modules/progmodes/lisp.lsp b/lisp/modules/progmodes/lisp.lsp
index a3dbb3c..c15352b 100644
--- a/lisp/modules/progmodes/lisp.lsp
+++ b/lisp/modules/progmodes/lisp.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/lisp.lsp,v 1.9 2003/01/30 02:46:26 paulo Exp $
diff --git a/lisp/modules/progmodes/make.lsp b/lisp/modules/progmodes/make.lsp
index 1719c35..d40b18f 100644
--- a/lisp/modules/progmodes/make.lsp
+++ b/lisp/modules/progmodes/make.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/make.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $
diff --git a/lisp/modules/progmodes/man.lsp b/lisp/modules/progmodes/man.lsp
index 8eddb99..45c6590 100644
--- a/lisp/modules/progmodes/man.lsp
+++ b/lisp/modules/progmodes/man.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/man.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $
diff --git a/lisp/modules/progmodes/patch.lsp b/lisp/modules/progmodes/patch.lsp
index cb87276..d89bc39 100644
--- a/lisp/modules/progmodes/patch.lsp
+++ b/lisp/modules/progmodes/patch.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86$
diff --git a/lisp/modules/progmodes/rpm.lsp b/lisp/modules/progmodes/rpm.lsp
index b111974..a00ecc0 100644
--- a/lisp/modules/progmodes/rpm.lsp
+++ b/lisp/modules/progmodes/rpm.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/rpm.lsp,v 1.1 2003/01/16 03:50:46 paulo Exp $
diff --git a/lisp/modules/progmodes/sgml.lsp b/lisp/modules/progmodes/sgml.lsp
index bcffb6b..76b537c 100644
--- a/lisp/modules/progmodes/sgml.lsp
+++ b/lisp/modules/progmodes/sgml.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/sgml.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $
diff --git a/lisp/modules/progmodes/sh.lsp b/lisp/modules/progmodes/sh.lsp
index 49fa36c..b202039 100644
--- a/lisp/modules/progmodes/sh.lsp
+++ b/lisp/modules/progmodes/sh.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/sh.lsp,v 1.1 2003/01/16 03:50:46 paulo Exp $
diff --git a/lisp/modules/progmodes/xconf.lsp b/lisp/modules/progmodes/xconf.lsp
index 3353a2d..506f44b 100644
--- a/lisp/modules/progmodes/xconf.lsp
+++ b/lisp/modules/progmodes/xconf.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86$
diff --git a/lisp/modules/progmodes/xlog.lsp b/lisp/modules/progmodes/xlog.lsp
index d4c12ca..3b57201 100644
--- a/lisp/modules/progmodes/xlog.lsp
+++ b/lisp/modules/progmodes/xlog.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/xlog.lsp,v 1.1 2003/01/16 06:25:51 paulo Exp $
diff --git a/lisp/modules/progmodes/xrdb.lsp b/lisp/modules/progmodes/xrdb.lsp
index 29a5c27..a1cabac 100644
--- a/lisp/modules/progmodes/xrdb.lsp
+++ b/lisp/modules/progmodes/xrdb.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/progmodes/xrdb.lsp,v 1.2 2002/10/06 17:11:48 paulo Exp $
diff --git a/lisp/modules/psql.c b/lisp/modules/psql.c
index 25c425e..76d8d16 100644
--- a/lisp/modules/psql.c
+++ b/lisp/modules/psql.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/modules/psql.c,v 1.12tsi Exp $ */
diff --git a/lisp/modules/syntax.lsp b/lisp/modules/syntax.lsp
index 012ba19..7ae434c 100644
--- a/lisp/modules/syntax.lsp
+++ b/lisp/modules/syntax.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/modules/syntax.lsp,v 1.11 2003/01/16 03:50:46 paulo Exp $
diff --git a/lisp/modules/x11.c b/lisp/modules/x11.c
index 1b976fd..e3d8886 100644
--- a/lisp/modules/x11.c
+++ b/lisp/modules/x11.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/modules/x11.c,v 1.11tsi Exp $ */
diff --git a/lisp/modules/xaw.c b/lisp/modules/xaw.c
index 82c0dc8..70f8424 100644
--- a/lisp/modules/xaw.c
+++ b/lisp/modules/xaw.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/modules/xaw.c,v 1.15tsi Exp $ */
diff --git a/lisp/modules/xedit.lsp b/lisp/modules/xedit.lsp
index fc6a9b4..09858ef 100644
--- a/lisp/modules/xedit.lsp
+++ b/lisp/modules/xedit.lsp
@@ -24,10 +24,10 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
-;; $XdotOrg: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.11 2003/12/11 16:03:30 paulo Exp $
+;; $XdotOrg: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.2 2004/04/23 19:54:45 eich Exp $
;; $XFree86: xc/programs/xedit/lisp/modules/xedit.lsp,v 1.9 2003/01/16 03:50:46 paulo Exp $
;;
diff --git a/lisp/modules/xt.c b/lisp/modules/xt.c
index 4e89e89..5ea51b2 100644
--- a/lisp/modules/xt.c
+++ b/lisp/modules/xt.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/modules/xt.c,v 1.20tsi Exp $ */
diff --git a/lisp/mp/mp.c b/lisp/mp/mp.c
index 6aa7ce1..2afb343 100644
--- a/lisp/mp/mp.c
+++ b/lisp/mp/mp.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/mp/mp.c,v 1.2 2002/11/08 08:01:00 paulo Exp $ */
@@ -400,7 +400,7 @@ mp_base_mul(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2)
}
/* Karatsuba method
- * t + ((a0 + a1) (b0 + b1) - t - u) x + ux²
+ * t + ((a0 + a1) (b0 + b1) - t - u) x + ux²
* where t = a0b0 and u = a1b1
*
* Karatsuba method reduces the number of multiplications. Example:
@@ -410,7 +410,7 @@ mp_base_mul(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2)
* but since it is recursive, every 20*20=400 is reduced to
* 10*10+10*10+10*10=300
* and so on.
- * The multiplication by x and x² is a just a shift, as it is a
+ * The multiplication by x and x² is a just a shift, as it is a
* power of two, and is implemented below by just writting at the
* correct offset */
long
@@ -543,7 +543,7 @@ mp_karatsuba_mul(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2)
* d = d/4 (w3 = 13)
*
* RESULT:
- * w4*10^4 + w3*10³ + w2*10² + w1*10 + w0
+ * w4*10^4 + w3*10³ + w2*10² + w1*10 + w0
* 40000 + 13000 + 2800 + 270 + 18
* 10 is the base where the calculation was done
*
@@ -571,7 +571,7 @@ mp_karatsuba_mul(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2)
* w2 = (U1*V1)
*
* w1 = w - w0 - w2
- * w2x² + w1x + w0
+ * w2x² + w1x + w0
*
* See Knuth's Seminumerical Algorithms for a sample implemention
* using 4 stacks and k = [ 0 1 2 3 ... ], based on the size of the
@@ -603,7 +603,7 @@ mp_toom_mul(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2)
/* EVALUATE U AND V */
- /* Numbers are in the format U2x²+U1x+U0 and V2x²+V1x+V0 */
+ /* Numbers are in the format U2x²+U1x+U0 and V2x²+V1x+V0 */
/* U[0] = U2+U1*2+U0*4 */
diff --git a/lisp/mp/mp.h b/lisp/mp/mp.h
index d3f145d..8bcb127 100644
--- a/lisp/mp/mp.h
+++ b/lisp/mp/mp.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/mp/mp.h,v 1.5tsi Exp $ */
diff --git a/lisp/mp/mpi.c b/lisp/mp/mpi.c
index 443e8ab..fabe366 100644
--- a/lisp/mp/mpi.c
+++ b/lisp/mp/mpi.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/mp/mpi.c,v 1.12 2002/11/20 07:44:43 paulo Exp $ */
diff --git a/lisp/mp/mpr.c b/lisp/mp/mpr.c
index 2ce5718..3310a07 100644
--- a/lisp/mp/mpr.c
+++ b/lisp/mp/mpr.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86$ */
diff --git a/lisp/package.c b/lisp/package.c
index 0dd9cae..6ba23c9 100644
--- a/lisp/package.c
+++ b/lisp/package.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/package.c,v 1.20tsi Exp $ */
diff --git a/lisp/package.h b/lisp/package.h
index ce2c6b2..f6940c8 100644
--- a/lisp/package.h
+++ b/lisp/package.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/package.h,v 1.7tsi Exp $ */
diff --git a/lisp/pathname.c b/lisp/pathname.c
index 9d0f5dd..5d991fe 100644
--- a/lisp/pathname.c
+++ b/lisp/pathname.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/pathname.c,v 1.17tsi Exp $ */
diff --git a/lisp/pathname.h b/lisp/pathname.h
index a04c9e1..5b075f5 100644
--- a/lisp/pathname.h
+++ b/lisp/pathname.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/pathname.h,v 1.4tsi Exp $ */
diff --git a/lisp/private.h b/lisp/private.h
index 9df5e3d..08d3bec 100644
--- a/lisp/private.h
+++ b/lisp/private.h
@@ -24,10 +24,10 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
-/* $XdotOrg: xc/programs/xedit/lisp/private.h,v 1.42 2003/12/17 17:45:33 dawes Exp $ */
+/* $XdotOrg: xc/programs/xedit/lisp/private.h,v 1.2 2004/04/23 19:54:44 eich Exp $ */
/* $XFree86: xc/programs/xedit/lisp/private.h,v 1.41 2003/05/27 22:27:04 tsi Exp $ */
#ifndef Lisp_private_h
diff --git a/lisp/re/re.c b/lisp/re/re.c
index fd902a5..abf5cc4 100644
--- a/lisp/re/re.c
+++ b/lisp/re/re.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/re/re.c,v 1.8 2002/11/17 07:51:30 paulo Exp $ */
diff --git a/lisp/re/re.h b/lisp/re/re.h
index 146dca5..209db51 100644
--- a/lisp/re/re.h
+++ b/lisp/re/re.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/re/re.h,v 1.1 2002/09/08 02:29:50 paulo Exp $ */
diff --git a/lisp/re/rec.c b/lisp/re/rec.c
index db08199..d5f27ce 100644
--- a/lisp/re/rec.c
+++ b/lisp/re/rec.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/re/rec.c,v 1.3 2002/11/15 07:01:33 paulo Exp $ */
diff --git a/lisp/re/reo.c b/lisp/re/reo.c
index b8667d0..af47b50 100644
--- a/lisp/re/reo.c
+++ b/lisp/re/reo.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/re/reo.c,v 1.8 2002/09/29 02:55:01 paulo Exp $ */
diff --git a/lisp/re/rep.h b/lisp/re/rep.h
index 7f37f26..afd13ed 100644
--- a/lisp/re/rep.h
+++ b/lisp/re/rep.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/re/rep.h,v 1.2 2002/11/15 07:01:33 paulo Exp $ */
diff --git a/lisp/re/tests.c b/lisp/re/tests.c
index 7fe5677..6a82d41 100644
--- a/lisp/re/tests.c
+++ b/lisp/re/tests.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86$ */
diff --git a/lisp/re/tests.txt b/lisp/re/tests.txt
index 85a9578..b8d3e22 100644
--- a/lisp/re/tests.txt
+++ b/lisp/re/tests.txt
@@ -24,7 +24,7 @@
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#
-# Author: Paulo César Pereira de Andrade
+# Author: Paulo César Pereira de Andrade
#
#
# $XFree86: xc/programs/xedit/lisp/re/tests.txt,v 1.1 2002/09/08 02:29:50 paulo Exp $
diff --git a/lisp/read.c b/lisp/read.c
index d1c28b0..3c5df3e 100644
--- a/lisp/read.c
+++ b/lisp/read.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/read.c,v 1.36tsi Exp $ */
diff --git a/lisp/read.h b/lisp/read.h
index 98a6632..e36e153 100644
--- a/lisp/read.h
+++ b/lisp/read.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/read.h,v 1.3tsi Exp $ */
diff --git a/lisp/regex.c b/lisp/regex.c
index 0aaf590..5e1de6c 100644
--- a/lisp/regex.c
+++ b/lisp/regex.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/regex.c,v 1.10tsi Exp $ */
diff --git a/lisp/regex.h b/lisp/regex.h
index 4ab7173..6a110c3 100644
--- a/lisp/regex.h
+++ b/lisp/regex.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/regex.h,v 1.3tsi Exp $ */
diff --git a/lisp/require.c b/lisp/require.c
index 3596ec4..b998dc3 100644
--- a/lisp/require.c
+++ b/lisp/require.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/require.c,v 1.17tsi Exp $ */
diff --git a/lisp/require.h b/lisp/require.h
index e8fa61a..fe6858c 100644
--- a/lisp/require.h
+++ b/lisp/require.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/require.h,v 1.4tsi Exp $ */
diff --git a/lisp/stream.c b/lisp/stream.c
index 273bb25..a43e711 100644
--- a/lisp/stream.c
+++ b/lisp/stream.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/stream.c,v 1.21tsi Exp $ */
diff --git a/lisp/stream.h b/lisp/stream.h
index b63094c..10dda69 100644
--- a/lisp/stream.h
+++ b/lisp/stream.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/stream.h,v 1.8tsi Exp $ */
diff --git a/lisp/string.c b/lisp/string.c
index 5c59d6a..604fb6c 100644
--- a/lisp/string.c
+++ b/lisp/string.c
@@ -24,10 +24,10 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
-/* $XdotOrg: xc/programs/xedit/lisp/string.c,v 1.26 2003/11/27 17:28:43 paulo Exp $ */
+/* $XdotOrg: xc/programs/xedit/lisp/string.c,v 1.2 2004/04/23 19:54:44 eich Exp $ */
/* $XFree86: xc/programs/xedit/lisp/string.c,v 1.24tsi Exp $ */
#include "lisp/helper.h"
diff --git a/lisp/string.h b/lisp/string.h
index 9af560f..7615863 100644
--- a/lisp/string.h
+++ b/lisp/string.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/string.h,v 1.11tsi Exp $ */
diff --git a/lisp/struct.c b/lisp/struct.c
index 5c46149..7fbb486 100644
--- a/lisp/struct.c
+++ b/lisp/struct.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/struct.c,v 1.22tsi Exp $ */
diff --git a/lisp/struct.h b/lisp/struct.h
index 42634f8..d5cca85 100644
--- a/lisp/struct.h
+++ b/lisp/struct.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/struct.h,v 1.6tsi Exp $ */
diff --git a/lisp/test/hello.lsp b/lisp/test/hello.lsp
index a3cce0f..21ad6cf 100644
--- a/lisp/test/hello.lsp
+++ b/lisp/test/hello.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/test/hello.lsp,v 1.1 2001/08/31 15:00:15 paulo Exp $
diff --git a/lisp/test/list.lsp b/lisp/test/list.lsp
index a142a85..a06553e 100644
--- a/lisp/test/list.lsp
+++ b/lisp/test/list.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/test/list.lsp,v 1.5 2002/11/26 04:06:30 paulo Exp $
diff --git a/lisp/test/math.lsp b/lisp/test/math.lsp
index 84a4627..dd0f8ce 100644
--- a/lisp/test/math.lsp
+++ b/lisp/test/math.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/test/math.lsp,v 1.4 2002/11/30 23:13:14 paulo Exp $
diff --git a/lisp/test/regex.lsp b/lisp/test/regex.lsp
index 0610017..fa6b2fe 100644
--- a/lisp/test/regex.lsp
+++ b/lisp/test/regex.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/test/regex.lsp,v 1.1 2002/12/10 03:59:04 paulo Exp $
diff --git a/lisp/test/stream.lsp b/lisp/test/stream.lsp
index 414ee40..e483643 100644
--- a/lisp/test/stream.lsp
+++ b/lisp/test/stream.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/test/stream.lsp,v 1.3 2002/12/06 03:25:29 paulo Exp $
diff --git a/lisp/test/widgets.lsp b/lisp/test/widgets.lsp
index a528a2c..9624720 100644
--- a/lisp/test/widgets.lsp
+++ b/lisp/test/widgets.lsp
@@ -24,7 +24,7 @@
;; dealings in this Software without prior written authorization from the
;; XFree86 Project.
;;
-;; Author: Paulo César Pereira de Andrade
+;; Author: Paulo César Pereira de Andrade
;;
;;
;; $XFree86: xc/programs/xedit/lisp/test/widgets.lsp,v 1.1 2001/08/31 15:00:15 paulo Exp $
diff --git a/lisp/time.c b/lisp/time.c
index 7196e24..763ca58 100644
--- a/lisp/time.c
+++ b/lisp/time.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/time.c,v 1.9tsi Exp $ */
diff --git a/lisp/time.h b/lisp/time.h
index 16d404d..ab3dcd3 100644
--- a/lisp/time.h
+++ b/lisp/time.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/time.h,v 1.3tsi Exp $ */
diff --git a/lisp/write.c b/lisp/write.c
index 933e987..c5d7f24 100644
--- a/lisp/write.c
+++ b/lisp/write.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/write.c,v 1.31tsi Exp $ */
diff --git a/lisp/write.h b/lisp/write.h
index 42a487a..b66ba6b 100644
--- a/lisp/write.h
+++ b/lisp/write.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/write.h,v 1.9tsi Exp $ */
diff --git a/lisp/xedit.c b/lisp/xedit.c
index ff9eb32..f956543 100644
--- a/lisp/xedit.c
+++ b/lisp/xedit.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/xedit.c,v 1.25 2003/04/27 18:17:35 tsi Exp $ */
diff --git a/lisp/xedit.h b/lisp/xedit.h
index c05a798..f3db6cb 100644
--- a/lisp/xedit.h
+++ b/lisp/xedit.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/lisp/xedit.h,v 1.5tsi Exp $ */
diff --git a/options.c b/options.c
index bb6d732..e9ffb6b 100644
--- a/options.c
+++ b/options.c
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo César Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/programs/xedit/options.c,v 1.13 2002/09/22 07:09:05 paulo Exp $ */