aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/table.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Remove __P() usage.David E. O'Brien2002-03-211-3/+3
| | | | Notes: svn path=/head/; revision=92905
* Megre XPG4 code into libcAndrey A. Chernov2000-06-031-1/+1
| | | | Notes: svn path=/head/; revision=61218
* There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien2000-02-081-32/+128
| | | | | | | | | | | | | | | | | of the C++ stdlib. Our ctype.h uses symbols of the form _<X> to denote the various character classes. Our ctype.h also extends the usual ctype.h offering by adding the "_T" (special) class. Problem is parts of the STL also use the symbol "_T" as its parameterized type. These two uses are incompatible. Thus change the form of the symbols used in ctype to something that fixes the current problem and is less likely to cause conflicts in the future. Requested by: Tomoaki NISHIYAMA <tomoaki@biol.s.u-tokyo.ac.jp> Ok'ed by: JKH Notes: svn path=/head/; revision=57035
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Completely remove #ifdefed out 8859-1 extension, I found it breakAndrey A. Chernov1997-05-141-39/+1
| | | | | | | POSIX, C locale definition, see LC_CTYPE pre-defined table there Notes: svn path=/head/; revision=25797
* #ifdef out C locale extension to 8859-1 encoding, it now stays to ASCIIAndrey A. Chernov1997-05-131-1/+4
| | | | | | | | | | | | | | | | | | back as designed in *BSD Also it not violates current standards but 1) No other Unixes have this feature 2) It broke Kerberos5 (isprint) and God knows what else (not all vendors will agree to treat FreeBSD as special case for support since (1)) 2) Give false localization sense (programs mimic to be 8859-1 localized) which prevents true localization. Notes: svn path=/head/; revision=25776
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Move _PathLocale to data-only file, so setrunelocale() not pick upAndrey A. Chernov1997-02-091-0/+2
| | | | | | | | | whole setlocale.c module now. Should go into 2.2 Notes: svn path=/head/; revision=22478
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add IdAndrey A. Chernov1996-08-201-3/+5
| | | | | | | Move comment up to place Notes: svn path=/head/; revision=17718
* Add isblank attr to non-break spaceAndrey A. Chernov1996-08-201-1/+4
| | | | | | | Add comment describing how upper half of table made Notes: svn path=/head/; revision=17712
* Remove isgraph attr from non-break spaceAndrey A. Chernov1996-08-201-1/+1
| | | | Notes: svn path=/head/; revision=17710
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+0
| | | | | | | | This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx. Notes: svn path=/head/; revision=15312
* Propogate default table to restricted 8859-1 templateAndrey A. Chernov1995-10-191-0/+32
| | | | | | | | (only control/graph/punct/print tags used) Based on: kaleb@x.org and Bruce suggestions Notes: svn path=/head/; revision=11575
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+160
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573