summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add lt_LN.ISO_8859-2.src.wosch1997-02-282-10/+102
| | | | | | | | | | | | Use '.for' loop from make(1), not sh(1) 'for' loops. Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de>
* | Add Korean CTYPE localeache1997-02-222-2/+117
| | | | | | | | Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
* | Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* | Add a couple of xrefs.mpp1997-01-111-0/+1
| |
* | Fix bugs in runes data handlingache1997-01-071-2/+2
| | | | | | | | | | Should go into 2.2 Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* | Fix non-break space attrsache1996-08-202-5/+5
| |
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
| | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* | Backout yacc changes.phk1996-06-022-2/+2
| |
* | yacc rules change.phk1996-05-302-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-158/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud