summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix sign extension bugache1999-04-011-1/+1
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* Added support for DIS 8859-15 based locales using patchdillon1998-12-142-1/+53
| | | | | | from Kaleb. Obtained from: Kaleb Keithley <kaleb@ics.com>
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-152-2/+198
| | | | | | | | | | | the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now. This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0. Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
* Remove half the file, somehow it got doubled...phk1998-08-151-168/+1
|
* I have been running with these locale data for a while now andphk1998-08-102-2/+337
| | | | | | | | | I hope some other people might find them useful. They are for zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding, so I could only hope someone else would fill the gap. PR: 7310 Submitted by: Luoqi Chen <luoqi@chen.ml.org>
* add Hungarian ctypeache1998-08-071-2/+2
|
* Fixed printf format errors.bde1998-08-021-10/+12
|
* Use the installed version of mklocale for `make all'. It is nowbde1998-07-071-8/+6
| | | | | | | | | | bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. Don't build or install anything if _BUILD_TOOLS is defined. Then we only want to build and install the mklocale binary, but the layout of the mklocale tree forces recursing to mklocale/data for at least the obj target even when _BUILD_TOOLS is defined.
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-051-2/+2
| | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-2/+2
|
* Add #include <string.h> to get prototypes.jb1998-02-201-0/+1
|
* Add Slovene linkache1997-11-071-2/+2
|
* Add link to Polish localeache1997-11-071-2/+2
|
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-1/+277
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* kill the undeadpeter1997-07-131-158/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-061-0/+158
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-061-0/+158
| | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * recording cvs-1.6 file deathpeter1995-12-301-158/+0
| |
* | Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | | | | | manpage is being viewed.
* | Fixed bogus existence check related to searching for a nearby obj directory.bde1997-04-101-2/+2
| | | | | | | | Now the search is as incomplete as elsewhere instead of broken.
* | Add fake codesets 3 & 4ache1997-03-251-15/+23
| | | | | | | | Submitted by: junker@jazz.snu.ac.kr
* | Update Korean localeache1997-03-131-18/+15
| | | | | | | | Should go into 2.2
* | minor nitadam1997-02-281-3/+3
| |
OpenPOWER on IntegriCloud