summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
Commit message (Collapse)AuthorAgeFilesLines
* Remove the obsolete <rune.h> interface.tjr2004-10-171-2/+0
|
* Use <runetype.h> instead of <rune.h> since the latter is going away.tjr2004-10-171-2/+2
|
* Remove explicit support for generating LC_CTYPE data files that specifytjr2004-10-172-8/+1
| | | | the obsolete "UTF2" encoding.
* The UTF2 encoding and the INVALID keyword are now obsolete.tjr2004-08-211-3/+3
|
* Deal with double whitespace.ru2004-07-031-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
|
* Prefix the names of members of _RuneLocale and its sub-structurestjr2004-06-231-33/+37
| | | | | | with ``__'' to avoid polluting the namespace. This doesn't change the documented rune interface at all, but breaks applications that accessed _RuneLocale directly.
* Fix section number in cross reference.tjr2004-01-231-1/+1
|
* Update cross references after utf2/euc move.tjr2003-11-151-2/+2
|
* Add GB2312 to the list of supported encodings. Cross-reference gb2312(5).tjr2003-11-081-1/+4
|
* Add gb2312 encoding.davidxu2003-11-051-0/+1
|
* #include <runetype.h> directly for the definition of _CACHED_RUNES, neededtjr2003-09-051-0/+1
| | | | | | by ldef.h, rather than relying on GCC-specific pollution from <ctype.h>. Noticed by: Stefan Farfeleder
* Add GB18030 and GBK to the list of encodings. Cross-reference thetjr2003-08-101-1/+10
| | | | new manual pages for the Big5, GB18030, GBK, and MSKanji encodings.
* Allow GB18030 localeache2003-07-291-0/+1
|
* Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().charnier2003-06-173-57/+45
| | | | Use err().
* Change fatal to warnx() for unknown encodingache2003-06-031-4/+2
|
* Hardcore supported encodings listache2003-06-021-1/+11
|
* english(4) police.schweikh2002-12-271-1/+1
|
* Mark the INVALID keyword as being deprecated since the concept oftjr2002-12-212-1/+5
| | | | "invalid runes" is useless without the rest of the deprecated rune interface.
* mdoc(7) police: markup polishing.ru2002-11-261-10/+10
| | | | Approved by: re
* Use more verbose diagnostics for wrong DIGIT rangeache2002-10-201-5/+5
|
* Add checks for DIGIT set consistency to prevent common misinterpretationache2002-10-201-11/+53
| | | | | | automatically. Remove output file on error. Staticize functions declared as static.
* Add Big5, MSKanji and UTF-8 to the list of supported encodings.tjr2002-10-141-10/+29
| | | | Mark UTF2 as being deprecated.
* Document SWIDTH*ache2002-08-201-0/+12
|
* Add swidth definitions and lex code to mklocalekeichii2002-08-161-0/+4
| | | | | | | | | After adding swidth support in iswctype.c and ctype.h Submitted by: clkao@clkao.org Reviewed by: keichii,ache Obtained from: NetBSD MFC after: 1 month
* WARNS=4alfred2002-07-142-4/+2
|
* WARNS=2, de-__P()alfred2002-07-142-3/+4
|
* Declarations cleanup; make sure externs are in a common header.markm2002-04-283-9/+72
| | | | Fix declarations, casts and return values.
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Initialize fp in main()peter2001-08-131-1/+2
|
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-3/+3
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* Grrr... GCC 2.95.2 and 2.96 just will not agree what the default includeobrien2000-12-011-1/+1
| | | | search paths are. So add the requirements of both. :-(
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-11/+9
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-9/+5
|
* There is a problem in that one cannot use ctype.h at the same time as partsobrien2000-02-082-70/+86
| | | | | | | | | | | | | | 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
* Document -d and -o flagsphantom1999-12-171-1/+15
| | | | | Remove selfreference item from SEE ALSO section Add reference to colldef(1) to SEE ALSO section
* moved to shareache1999-10-181-7/+0
|
* Move data to shareache1999-10-1714-1433/+0
|
* sync with earlier change removing broken locale.jkh1999-10-161-1/+0
|
* ISO8859-5 localeache1999-10-032-0/+187
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* Correct spelling : ascii -> ASCIIphantom1999-09-201-2/+2
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-082-2/+2
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-051-1/+3
| | | | as well as the X11 version ja_JP.SJIS
OpenPOWER on IntegriCloud