summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
Commit message (Collapse)AuthorAgeFilesLines
* Moved to shareache1999-10-1824-4757/+0
|
* Remove one of the locales which is currently breaking the build.jkh1999-10-141-1/+0
|
* sv_SE collateache1999-10-033-2/+87
| | | | | | | add one missing dependance PR: 13928 Submitted by: Palle Girgensohn <girgen@partitur.se>
* ISO8859-5 collateache1999-10-033-0/+213
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* allow comments in map filesache1999-10-031-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2817-17/+17
|
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-081-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-2/+2
| | | | as well as the X11 version ja_JP.SJIS
* Correct a link problem with zh_TW.BIG5, make the display reasonable.foxfair1999-04-101-2/+8
|
* Supporting locale for Chinese Big5 completely.foxfair1999-03-201-2/+2
|
* Fix disorder introduced by me in the Euro part 2 locale commit.imp1999-03-011-15/+15
| | | | | Submited by: bde (This was uncommitted for too long in my tree, but is well tested)
* back out obj/colldef PATH hack, it breaks cross-compiling per Bruceache1999-02-151-4/+1
| | | | There is _BUILD_TOOLS hack for. Plase all targets under it.
* syntax change: allow symbolic names as substitute first argache1999-02-133-5/+6
| | | | use this to substitute <ss>
* syntax change: allow symbolic names as substitute first argache1999-02-133-41/+39
|
* substitute ssache1999-02-122-4/+6
| | | | Submitted by: "D. Rock" <rock@cs.uni-sb.de>
* add more checks for substitutionache1999-02-121-7/+13
| | | | dissalow substituted character be ordered
* fix Englishache1999-02-122-19/+26
| | | | | detect recursive substitutions allow substituted character not present in the order
* Euro support, part 2.imp1999-01-216-2/+345
| | | | | | | | | This should be merged into RELENG_3 and a similar patch may be needed for RELENG_2_2, should that deemed necessary. Make world succeeded with these patches in my tree. Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+7
|
* I have been running with these locale data for a while now andphk1998-08-101-2/+2
| | | | | | | | | 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 clooateache1998-08-071-2/+2
|
* Use the installed version of colldef for `make all'. It is nowbde1998-07-071-9/+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 colldef binary, but the layout of the colldef tree forces recursing to colldef/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-4/+2
|
* Add Slovene linkache1997-11-071-2/+2
|
* Add Polish linkache1997-11-071-2/+2
| | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl>
* put in the link for the dummy collation module for Shift-JISjulian1997-09-241-2/+2
|
* Use EX_USAGE in usage().charnier1997-06-301-2/+2
|
* Add usage(). Put program name in bold in the man page.charnier1997-06-262-7/+15
|
* Add ASCII collate mainly for fallback for EUC-type localesache1997-03-252-1/+15
|
* Include unistd.h for getopt() prototype after Lite2 mergepeter1997-03-111-1/+2
|
* Add <ss> and ss orderingache1997-03-101-2/+2
|
* Add generic colldef for ISO-8859-2.wosch1997-03-013-15/+238
| | | | | | Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de> Use '.for' loop from make(1), not sh(1) 'for' loops.
* Revert $FreeBSD$ to $Id$peter1997-02-2210-10/+10
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1410-10/+10
| | | | | | | | 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. Closes PR# 1280.mpp1997-01-111-0/+1
|
* fix braino on my partadam1997-01-011-2/+2
|
* icelandic collationadam1996-12-312-3/+42
| | | | (non-icelandic characters in latin1 order)
* Add de and es collatesache1996-12-303-4/+90
| | | | Submitted by: joerg
* Change recently added diagnostics to more descriptiveache1996-10-251-8/+8
|
* Check for not defined / redefined chars nowache1996-10-235-49/+112
| | | | Use backward compatible with ASCII collating tables
* Use same primary / different secondary order for umlauts and digits partsache1996-10-223-15/+15
|
* Simplify and improve parser.ache1996-10-163-244/+38
| | | | Clarify manpage.
* Save half of LC_COLLATE spaceache1996-10-1510-203/+1073
| | | | | ASCIIfy data files, use RFC1345 symbolic names instead of hex codes Improve parser and manpage
* New collating rules, reflect POSIX better nowache1996-08-135-81/+3143
|
* Describe collation order rules (from POSIX WG)ache1996-08-111-0/+35
|
* 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.
* Make collation table compatible with POSIX WG15 view, i.e.ache1996-06-091-5/+7
| | | | capital letters first
* Backout yacc changes.phk1996-06-022-3/+3
|
* yacc changes.phk1996-05-302-4/+4
|
OpenPOWER on IntegriCloud