Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | /* |
2 | * Project: S.Ha.R.K. |
||
3 | * |
||
4 | * Coordinators: |
||
5 | * Giorgio Buttazzo <giorgio@sssup.it> |
||
6 | * Paolo Gai <pj@gandalf.sssup.it> |
||
7 | * |
||
8 | * Authors : |
||
9 | * Paolo Gai <pj@gandalf.sssup.it> |
||
10 | * Massimiliano Giorgi <massy@gandalf.sssup.it> |
||
11 | * Luca Abeni <luca@gandalf.sssup.it> |
||
12 | * (see the web pages for full authors list) |
||
13 | * |
||
14 | * ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy) |
||
15 | * |
||
16 | * http://www.sssup.it |
||
17 | * http://retis.sssup.it |
||
18 | * http://shark.sssup.it |
||
19 | */ |
||
20 | |||
21 | /* |
||
22 | * Copyright (C) 1999 Massimiliano Giorgi |
||
23 | * |
||
24 | * This program is free software; you can redistribute it and/or modify |
||
25 | * it under the terms of the GNU General Public License as published by |
||
26 | * the Free Software Foundation; either version 2 of the License, or |
||
27 | * (at your option) any later version. |
||
28 | * |
||
29 | * This program is distributed in the hope that it will be useful, |
||
30 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
31 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
32 | * GNU General Public License for more details. |
||
33 | * |
||
34 | * You should have received a copy of the GNU General Public License |
||
35 | * along with this program; if not, write to the Free Software |
||
36 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
||
37 | * |
||
38 | */ |
||
39 | |||
40 | /* Merging and modifing some glibc 2.x.x files */ |
||
41 | |||
42 | /* |
||
43 | * CVS : $Id: ctype.c,v 1.1.1.1 2002-03-29 14:12:53 pj Exp $ |
||
44 | * |
||
45 | * File: $File$ |
||
46 | * Revision: $Revision: 1.1.1.1 $ |
||
47 | * Last update: $Date: 2002-03-29 14:12:53 $ |
||
48 | */ |
||
49 | |||
50 | /* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc. |
||
51 | This file is part of the GNU C Library. |
||
52 | |||
53 | The GNU C Library is free software; you can redistribute it and/or |
||
54 | modify it under the terms of the GNU Library General Public License as |
||
55 | published by the Free Software Foundation; either version 2 of the |
||
56 | License, or (at your option) any later version. |
||
57 | |||
58 | The GNU C Library is distributed in the hope that it will be useful, |
||
59 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
60 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
||
61 | Library General Public License for more details. |
||
62 | |||
63 | You should have received a copy of the GNU Library General Public |
||
64 | License along with the GNU C Library; see the file COPYING.LIB. If not, |
||
65 | write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
||
66 | Boston, MA 02111-1307, USA. */ |
||
67 | |||
68 | #include <ctype.h> |
||
69 | |||
70 | /* This table's entries are taken from POSIX.2 Table 2-6 |
||
71 | ``LC_CTYPE Category Definition in the POSIX Locale''. |
||
72 | |||
73 | The `_nl_C_LC_CTYPE_width' array is a GNU extension. |
||
74 | |||
75 | In the `_nl_C_LC_CTYPE_class' array the value for EOF (== -1) |
||
76 | is set to always return 0 and the conversion arrays return EOF. */ |
||
77 | |||
78 | const char _nl_C_LC_CTYPE_class[768] = |
||
79 | /* 0x80 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
80 | /* 0x86 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
81 | /* 0x8c */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
82 | /* 0x92 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
83 | /* 0x98 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
84 | /* 0x9e */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
85 | /* 0xa4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
86 | /* 0xaa */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
87 | /* 0xb0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
88 | /* 0xb6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
89 | /* 0xbc */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
90 | /* 0xc2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
91 | /* 0xc8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
92 | /* 0xce */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
93 | /* 0xd4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
94 | /* 0xda */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
95 | /* 0xe0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
96 | /* 0xe6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
97 | /* 0xec */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
98 | /* 0xf2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
99 | /* 0xf8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
100 | /* 0xfe */ "\000\000" "\000\000" "\002\000" "\002\000" "\002\000" "\002\000" |
||
101 | /* 0x04 */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\003\040" |
||
102 | /* 0x0a */ "\002\040" "\002\040" "\002\040" "\002\040" "\002\000" "\002\000" |
||
103 | /* 0x10 */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" |
||
104 | /* 0x16 */ "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" "\002\000" |
||
105 | /* 0x1c */ "\002\000" "\002\000" "\002\000" "\002\000" "\001\140" "\004\300" |
||
106 | /* 0x22 */ "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" |
||
107 | /* 0x28 */ "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" |
||
108 | /* 0x2e */ "\004\300" "\004\300" "\010\330" "\010\330" "\010\330" "\010\330" |
||
109 | /* 0x34 */ "\010\330" "\010\330" "\010\330" "\010\330" "\010\330" "\010\330" |
||
110 | /* 0x3a */ "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" "\004\300" |
||
111 | /* 0x40 */ "\004\300" "\010\325" "\010\325" "\010\325" "\010\325" "\010\325" |
||
112 | /* 0x46 */ "\010\325" "\010\305" "\010\305" "\010\305" "\010\305" "\010\305" |
||
113 | /* 0x4c */ "\010\305" "\010\305" "\010\305" "\010\305" "\010\305" "\010\305" |
||
114 | /* 0x52 */ "\010\305" "\010\305" "\010\305" "\010\305" "\010\305" "\010\305" |
||
115 | /* 0x58 */ "\010\305" "\010\305" "\010\305" "\004\300" "\004\300" "\004\300" |
||
116 | /* 0x5e */ "\004\300" "\004\300" "\004\300" "\010\326" "\010\326" "\010\326" |
||
117 | /* 0x64 */ "\010\326" "\010\326" "\010\326" "\010\306" "\010\306" "\010\306" |
||
118 | /* 0x6a */ "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" |
||
119 | /* 0x70 */ "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" |
||
120 | /* 0x76 */ "\010\306" "\010\306" "\010\306" "\010\306" "\010\306" "\004\300" |
||
121 | /* 0x7c */ "\004\300" "\004\300" "\004\300" "\002\000" "\000\000" "\000\000" |
||
122 | /* 0x82 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
123 | /* 0x88 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
124 | /* 0x8e */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
125 | /* 0x94 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
126 | /* 0x9a */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
127 | /* 0xa0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
128 | /* 0xa6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
129 | /* 0xac */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
130 | /* 0xb2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
131 | /* 0xb8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
132 | /* 0xbe */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
133 | /* 0xc4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
134 | /* 0xca */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
135 | /* 0xd0 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
136 | /* 0xd6 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
137 | /* 0xdc */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
138 | /* 0xe2 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
139 | /* 0xe8 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
140 | /* 0xee */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
141 | /* 0xf4 */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
142 | /* 0xfa */ "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" "\000\000" |
||
143 | ; |
||
144 | |||
145 | #define b(t,x,o) (((const t *) _nl_C_LC_CTYPE_##x) + o); |
||
146 | |||
147 | const unsigned short int *__ctype_b = b (unsigned short int, class, 128); |