aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mklocale/yacc.y
Commit message (Expand)AuthorAgeFilesLines
* Understand newly introduced "ASCII" encodingAndrey A. Chernov2008-01-221-0/+1
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-1/+1
* getopt(3) returns -1, not EOF.Kevin Lo2007-02-061-1/+1
* Make <runefile.h> internal to libc.Ruslan Ermilov2005-05-161-1/+1
* Make the format of LC_CTYPE files architecture independent byRuslan Ermilov2005-02-261-76/+71
* Use <runetype.h> instead of <rune.h> since the latter is going away.Tim J. Robbins2004-10-171-2/+2
* Remove explicit support for generating LC_CTYPE data files that specifyTim J. Robbins2004-10-171-1/+0
* Prefix the names of members of _RuneLocale and its sub-structuresTim J. Robbins2004-06-231-33/+37
* Add gb2312 encoding.David Xu2003-11-051-0/+1
* Allow GB18030 localeAndrey A. Chernov2003-07-291-0/+1
* Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().Philippe Charnier2003-06-171-56/+43
* Change fatal to warnx() for unknown encodingAndrey A. Chernov2003-06-031-4/+2
* Hardcore supported encodings listAndrey A. Chernov2003-06-021-1/+11
* Mark the INVALID keyword as being deprecated since the concept ofTim J. Robbins2002-12-211-1/+4
* Use more verbose diagnostics for wrong DIGIT rangeAndrey A. Chernov2002-10-201-5/+5
* Add checks for DIGIT set consistency to prevent common misinterpretationAndrey A. Chernov2002-10-201-11/+53
* WARNS=4Alfred Perlstein2002-07-141-3/+1
* WARNS=2, de-__P()Alfred Perlstein2002-07-141-3/+3
* Declarations cleanup; make sure externs are in a common header.Mark Murray2002-04-281-8/+25
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+2
* Initialize fp in main()Peter Wemm2001-08-131-1/+2
* There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien2000-02-081-56/+57
* Fixed printf format errors.Bruce Evans1998-08-021-10/+12
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-0/+1
* Fix bugs in runes data handlingAndrey A. Chernov1997-01-071-2/+2
* u_long -> unsigned long so that we don't depend on namespace pollutionBruce Evans1994-09-051-13/+15
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+821