summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
Commit message (Collapse)AuthorAgeFilesLines
* Use `The .Nm utility'charnier2002-04-201-6/+9
|
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-092-6/+0
|
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.jhb2002-01-081-1/+2
| | | | Requested by: bde
* Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in ajhb2002-01-081-1/+1
| | | | cross-build environment.
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-082-0/+4
| | | | | | not stable) -> current upgrade path. Reviewed by: markm
* WARNS=2 fixup.markm2001-12-023-20/+29
| | | | | | Use __FBSDID(). Set NO_WERROR because this would rely on some lex(1) fixes that cannot be committed yet.
* Rewrite buffer handling code a bit to handle large values.ache2001-11-283-5/+15
| | | | Add more checks for data overflow.
* Increase internal buffer spaceache2001-11-281-1/+1
|
* Add safeguard to prevent charmap symbol length overflowingache2001-11-271-0/+2
|
* Move extern definitions to common.hache2001-11-273-4/+13
| | | | Increase charmap symbol length to 64
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.sobomax2001-10-161-1/+1
| | | | MFC after: 2 weeks
* yyerror() is a printflike functionkris2001-07-241-1/+1
| | | | MFC after: 1 week
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-2/+2
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* vsprintf() -> vsnprintf()kris2000-11-261-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-4/+6
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-8/+16
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* 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
|
OpenPOWER on IntegriCloud