[Xorg-commit] xc/lib/X11 imLcPrs.c,1.1.4.4,1.1.4.5 imThaiFlt.c,1.1.4.4,1.1.4.5 lcStd.c,1.1.4.3,1.1.4.4

Kaleb Keithley xorg-commit at pdx.freedesktop.org
Mon Dec 15 23:38:50 EET 2003


Committed by: kaleb

Update of /cvs/xorg/xc/lib/X11
In directory pdx:/home/kaleb/xorg/xc.XORG-CURRENT/lib/X11

Modified Files:
      Tag: XORG-CURRENT
	imLcPrs.c imThaiFlt.c lcStd.c 
Log Message:
use consistent capitalization


Index: imLcPrs.c
===================================================================
RCS file: /cvs/xorg/xc/lib/X11/imLcPrs.c,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- imLcPrs.c	8 Dec 2003 16:42:30 -0000	1.1.4.4
+++ imLcPrs.c	15 Dec 2003 21:38:47 -0000	1.1.4.5
@@ -47,7 +47,7 @@
     int		len
 );
 
-extern int _XFree86mbstoUtf8(
+extern int _XFree86mbstoutf8(
     char	*ustr,
     const char	*str,
     int		len
@@ -584,7 +584,7 @@
     }
     memcpy((char *)rhs_string_wc, (char *)local_wc_buf, (l + 1) * sizeof(wchar_t) );
 
-    l = _XFree86mbstoUtf8(local_utf8_buf, rhs_string_mb, LOCAL_UTF8_BUFSIZE - 1);
+    l = _XFree86mbstoutf8(local_utf8_buf, rhs_string_mb, LOCAL_UTF8_BUFSIZE - 1);
     if (l == LOCAL_UTF8_BUFSIZE - 1) {
 	local_wc_buf[l] = '\0';
     }

Index: imThaiFlt.c
===================================================================
RCS file: /cvs/xorg/xc/lib/X11/imThaiFlt.c,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- imThaiFlt.c	9 Dec 2003 18:59:33 -0000	1.1.4.4
+++ imThaiFlt.c	15 Dec 2003 21:38:47 -0000	1.1.4.5
@@ -1366,7 +1366,7 @@
     _Xlcwcstombs(ic->core.im->core.lcd, ic->private.local.composed->mb,
 		 ic->private.local.composed->wc, 10);
 
-    _XFree86lcmbstoUtf8(ic->core.im->core.lcd, ic->private.local.composed->utf8,
+    _XFree86lcmbstoutf8(ic->core.im->core.lcd, ic->private.local.composed->utf8,
 		  ic->private.local.composed->mb, 10);
 
     /* Remember the last character inputted

Index: lcStd.c
===================================================================
RCS file: /cvs/xorg/xc/lib/X11/lcStd.c,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- lcStd.c	8 Dec 2003 16:42:30 -0000	1.1.4.3
+++ lcStd.c	15 Dec 2003 21:38:47 -0000	1.1.4.4
@@ -319,7 +319,7 @@
 
 
 int
-_XFree86lcmbstoUtf8(
+_XFree86lcmbstoutf8(
     XLCd lcd,
     char *ustr,
     const char *str,
@@ -358,10 +358,10 @@
 }
 
 int
-_XFree86mbstoUtf8(
+_XFree86mbstoutf8(
     char *ustr,
     const char *str,
     int len)
 {
-    return _XFree86lcmbstoUtf8((XLCd) NULL, ustr, str, len);
+    return _XFree86lcmbstoutf8((XLCd) NULL, ustr, str, len);
 }





More information about the xorg-commit mailing list