summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
Commit message (Expand)AuthorAgeFilesLines
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-4/+2
* 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
* Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.jhb2002-01-081-1/+2
* Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in ajhb2002-01-081-1/+1
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-082-0/+4
* WARNS=2 fixup.markm2001-12-023-20/+29
* Rewrite buffer handling code a bit to handle large values.ache2001-11-283-5/+15
* 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
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.sobomax2001-10-161-1/+1
* yyerror() is a printflike functionkris2001-07-241-1/+1
* 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
* 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
* ISO8859-5 collateache1999-10-033-0/+213
* 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
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-051-2/+2
* 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
* back out obj/colldef PATH hack, it breaks cross-compiling per Bruceache1999-02-151-4/+1
* syntax change: allow symbolic names as substitute first argache1999-02-133-5/+6
* syntax change: allow symbolic names as substitute first argache1999-02-133-41/+39
* substitute ssache1999-02-122-4/+6
* add more checks for substitutionache1999-02-121-7/+13
* fix Englishache1999-02-122-19/+26
* Euro support, part 2.imp1999-01-216-2/+345
* 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
* add Hungarian clooateache1998-08-071-2/+2
* Use the installed version of colldef for `make all'. It is nowbde1998-07-071-9/+6
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-051-2/+2
* 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
* 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
OpenPOWER on IntegriCloud