home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / fj / sources / 925 < prev    next >
Encoding:
Text File  |  1992-12-27  |  3.6 KB  |  128 lines

  1. Newsgroups: fj.sources
  2. Path: sparky!uunet!ccut!news.u-tokyo.ac.jp!utnet-news!glocom!wnoc-tyo-news!sh.wide!wnoc-kyo!omrongw!kuwa
  3. From: kuwa@nff.ncl.omron.co.jp (KUWARI Seiji)
  4. Subject: X11R5 contrib/lib/Xwchar patch part 3
  5. Message-ID: <KUWA.92Dec28125056@ultraman.nff.ncl.omron.co.jp>
  6. Sender: news@omrongw.wg.omron.co.jp (News Manager)
  7. Nntp-Posting-Host: ultraman.ari.ncl.omron.co.jp
  8. Organization: Computer Systems Lab., OMRON Corporation, Kyoto, Japan
  9. Distribution: fj
  10. Date: Mon, 28 Dec 1992 03:50:56 GMT
  11. Lines: 115
  12.  
  13. $B7,(J$BM}!w%*%`%m%s$G$9!#(J
  14.  
  15. X11R5/contrib/lib/Xwchar$B$N%Q%C%A%Q!<%H#3$r$*FO$1$7$^$9!#(J
  16. $B$3$l$O!"%*%`%m%s$+$i$N@5(J$B<0$J%Q%C%A$G$9!#(J
  17.  
  18. Xwchar-patch1$B$KBP$9$k%Q%C%A$G$9!#(J
  19. mit-patch-level-21$B$G$NF0:n$r3NG'$7$F$$$^$9!#(J
  20. $B<g$J(J$BJQ99E@$O!"0J2<$NDL$j$G$9!#(J
  21.  
  22.   mit-patch-level-21$B$G$N(Jwcharint.h$B$NJQ99$H$N@09g@-(J
  23.   wchar$B$N%I%-%e%a%s%H$N(J$B=$@5(J
  24.  
  25. -----------------------------------------------------------------------
  26.  $B7,M}(J $B@;Fs(J
  27.  Seiji Kuwari (kuwa@nff.ncl.omron.co.jp)
  28.  OMRON Corporation        
  29.                 Phone: +81-75-951-5111 (ext. 3631)
  30. -----------------------------------------------------------------------
  31. diff -rc ../patch2/contrib/lib/Xwchar/wchar.h ./contrib/lib/Xwchar/wchar.h
  32. *** ../patch2/contrib/lib/Xwchar/wchar.h    Wed Aug  5 16:40:33 1992
  33. --- ./contrib/lib/Xwchar/wchar.h    Tue Sep  1 15:52:26 1992
  34. ***************
  35. *** 1,5 ****
  36.   /*
  37. !  * $Id: wchar.h,v 1.10 1992/07/27 06:10:23 proj Exp $
  38.    */
  39.   
  40.   /*
  41. --- 1,5 ----
  42.   /*
  43. !  * $Id: wchar.h,v 1.11 1992/09/01 06:52:24 proj Exp $
  44.    */
  45.   
  46.   /*
  47. ***************
  48. *** 35,42 ****
  49.   
  50.   #include <ctype.h>
  51.   
  52. ! #ifndef WNULL
  53.   typedef    unsigned long wchar;    /* must be unsigned 4-byte type, ISO10646 */
  54.   #ifndef wchar_t
  55.   #define wchar_t wchar
  56.   #endif
  57. --- 35,44 ----
  58.   
  59.   #include <ctype.h>
  60.   
  61. ! #ifndef _WCHAR_
  62.   typedef    unsigned long wchar;    /* must be unsigned 4-byte type, ISO10646 */
  63. + #define _WCHAR_
  64. + #endif
  65.   #ifndef wchar_t
  66.   #define wchar_t wchar
  67.   #endif
  68. ***************
  69. *** 44,49 ****
  70. --- 46,52 ----
  71.   #define wint_t wchar
  72.   #endif
  73.   
  74. + #ifndef WNULL
  75.   #define WNULL    0
  76.   #define WEOF    0xffffffffL
  77.   #endif
  78. diff -rc ../patch2/contrib/lib/Xwchar/doc/wchar.man ./contrib/lib/Xwchar/doc/wchar.man
  79. *** ../patch2/contrib/lib/Xwchar/doc/wchar.man    Wed Aug  5 16:40:32 1992
  80. --- ./contrib/lib/Xwchar/doc/wchar.man    Thu Oct 22 14:57:34 1992
  81. ***************
  82. *** 1,8 ****
  83.   .\"
  84. ! .\" $Id: wchar.man,v 1.2 1992/03/18 06:07:43 proj Exp $
  85.   .\"
  86. ! .\" $Header: /wiz21/cvsroot/lib/Xwchar/doc/wchar.man,v 1.2 1992/03/18 06:07:43 proj Exp $
  87. ! .\" $Date: 1992/03/18 06:07:43 $
  88.   .\" Copyright 1990, 1991, 1992 OMRON Corporation
  89.   .TH WCHAR 3 "May, 1992"
  90.   .SH NAME
  91. --- 1,8 ----
  92.   .\"
  93. ! .\" $Id: wchar.man,v 1.3 1992/10/22 05:57:30 proj Exp $
  94.   .\"
  95. ! .\" $Header: /wiz21/cvsroot/lib/Xwchar/doc/wchar.man,v 1.3 1992/10/22 05:57:30 proj Exp $
  96. ! .\" $Date: 1992/10/22 05:57:30 $
  97.   .\" Copyright 1990, 1991, 1992 OMRON Corporation
  98.   .TH WCHAR 3 "May, 1992"
  99.   .SH NAME
  100. ***************
  101. *** 83,91 ****
  102.   .TP 20n
  103.   .B " "
  104.     \. ASCII blank  0x20202020 or
  105. !   \. Chinese blank  0x2028A1A1 or
  106. !   \. Japanese blank 0x2030A1A1 or
  107. !   \. Korean blank   0x2038A1A1
  108.   .TP 15n
  109.   .B " "
  110.   refer to NOTES in source.
  111. --- 83,91 ----
  112.   .TP 20n
  113.   .B " "
  114.     \. ASCII blank  0x20202020 or
  115. !   \. Chinese blank  0x2030A1A1 or
  116. !   \. Japanese blank 0x2040A1A1 or
  117. !   \. Korean blank   0x2050A1A1
  118.   .TP 15n
  119.   .B " "
  120.   refer to NOTES in source.
  121.  
  122. --
  123. -----------------------------------------------------------------------
  124.  Seiji Kuwari (kuwa@nff.ncl.omron.co.jp)
  125.  OMRON Corporation        
  126.                 Phone: +81-75-951-5111 (ext. 3689)
  127. -----------------------------------------------------------------------
  128.