home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: fj.sources
- Path: sparky!uunet!ccut!news.u-tokyo.ac.jp!utnet-news!glocom!wnoc-tyo-news!sh.wide!wnoc-kyo!omrongw!kuwa
- From: kuwa@nff.ncl.omron.co.jp (KUWARI Seiji)
- Subject: X11R5 contrib/lib/Xwchar patch part 3
- Message-ID: <KUWA.92Dec28125056@ultraman.nff.ncl.omron.co.jp>
- Sender: news@omrongw.wg.omron.co.jp (News Manager)
- Nntp-Posting-Host: ultraman.ari.ncl.omron.co.jp
- Organization: Computer Systems Lab., OMRON Corporation, Kyoto, Japan
- Distribution: fj
- Date: Mon, 28 Dec 1992 03:50:56 GMT
- Lines: 115
-
- $B7,(J$BM}!w%*%`%m%s$G$9!#(J
-
- X11R5/contrib/lib/Xwchar$B$N%Q%C%A%Q!<%H#3$r$*FO$1$7$^$9!#(J
- $B$3$l$O!"%*%`%m%s$+$i$N@5(J$B<0$J%Q%C%A$G$9!#(J
-
- Xwchar-patch1$B$KBP$9$k%Q%C%A$G$9!#(J
- mit-patch-level-21$B$G$NF0:n$r3NG'$7$F$$$^$9!#(J
- $B<g$J(J$BJQ99E@$O!"0J2<$NDL$j$G$9!#(J
-
- mit-patch-level-21$B$G$N(Jwcharint.h$B$NJQ99$H$N@09g@-(J
- wchar$B$N%I%-%e%a%s%H$N(J$B=$@5(J
-
- -----------------------------------------------------------------------
- $B7,M}(J $B@;Fs(J
- Seiji Kuwari (kuwa@nff.ncl.omron.co.jp)
- OMRON Corporation
- Phone: +81-75-951-5111 (ext. 3631)
- -----------------------------------------------------------------------
- diff -rc ../patch2/contrib/lib/Xwchar/wchar.h ./contrib/lib/Xwchar/wchar.h
- *** ../patch2/contrib/lib/Xwchar/wchar.h Wed Aug 5 16:40:33 1992
- --- ./contrib/lib/Xwchar/wchar.h Tue Sep 1 15:52:26 1992
- ***************
- *** 1,5 ****
- /*
- ! * $Id: wchar.h,v 1.10 1992/07/27 06:10:23 proj Exp $
- */
-
- /*
- --- 1,5 ----
- /*
- ! * $Id: wchar.h,v 1.11 1992/09/01 06:52:24 proj Exp $
- */
-
- /*
- ***************
- *** 35,42 ****
-
- #include <ctype.h>
-
- ! #ifndef WNULL
- typedef unsigned long wchar; /* must be unsigned 4-byte type, ISO10646 */
- #ifndef wchar_t
- #define wchar_t wchar
- #endif
- --- 35,44 ----
-
- #include <ctype.h>
-
- ! #ifndef _WCHAR_
- typedef unsigned long wchar; /* must be unsigned 4-byte type, ISO10646 */
- + #define _WCHAR_
- + #endif
- #ifndef wchar_t
- #define wchar_t wchar
- #endif
- ***************
- *** 44,49 ****
- --- 46,52 ----
- #define wint_t wchar
- #endif
-
- + #ifndef WNULL
- #define WNULL 0
- #define WEOF 0xffffffffL
- #endif
- diff -rc ../patch2/contrib/lib/Xwchar/doc/wchar.man ./contrib/lib/Xwchar/doc/wchar.man
- *** ../patch2/contrib/lib/Xwchar/doc/wchar.man Wed Aug 5 16:40:32 1992
- --- ./contrib/lib/Xwchar/doc/wchar.man Thu Oct 22 14:57:34 1992
- ***************
- *** 1,8 ****
- .\"
- ! .\" $Id: wchar.man,v 1.2 1992/03/18 06:07:43 proj Exp $
- .\"
- ! .\" $Header: /wiz21/cvsroot/lib/Xwchar/doc/wchar.man,v 1.2 1992/03/18 06:07:43 proj Exp $
- ! .\" $Date: 1992/03/18 06:07:43 $
- .\" Copyright 1990, 1991, 1992 OMRON Corporation
- .TH WCHAR 3 "May, 1992"
- .SH NAME
- --- 1,8 ----
- .\"
- ! .\" $Id: wchar.man,v 1.3 1992/10/22 05:57:30 proj Exp $
- .\"
- ! .\" $Header: /wiz21/cvsroot/lib/Xwchar/doc/wchar.man,v 1.3 1992/10/22 05:57:30 proj Exp $
- ! .\" $Date: 1992/10/22 05:57:30 $
- .\" Copyright 1990, 1991, 1992 OMRON Corporation
- .TH WCHAR 3 "May, 1992"
- .SH NAME
- ***************
- *** 83,91 ****
- .TP 20n
- .B " "
- \. ASCII blank 0x20202020 or
- ! \. Chinese blank 0x2028A1A1 or
- ! \. Japanese blank 0x2030A1A1 or
- ! \. Korean blank 0x2038A1A1
- .TP 15n
- .B " "
- refer to NOTES in source.
- --- 83,91 ----
- .TP 20n
- .B " "
- \. ASCII blank 0x20202020 or
- ! \. Chinese blank 0x2030A1A1 or
- ! \. Japanese blank 0x2040A1A1 or
- ! \. Korean blank 0x2050A1A1
- .TP 15n
- .B " "
- refer to NOTES in source.
-
- --
- -----------------------------------------------------------------------
- Seiji Kuwari (kuwa@nff.ncl.omron.co.jp)
- OMRON Corporation
- Phone: +81-75-951-5111 (ext. 3689)
- -----------------------------------------------------------------------
-