summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
Commit message (Expand)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-071-6/+6
* Don't generate input() since it's not used.brucec2010-11-221-1/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* follow style(9) more closely and list sys/types.h first after sys/defs.h.imp2008-01-012-2/+2
* Some systems need the types defined in sys/types.h, but lack theimp2007-12-292-0/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* Make the format of LC_COLLATE files architecture independent.ru2005-02-271-9/+23
* Zero out the entire "struct __collate_st_chain_pri", or garbageru2005-02-271-12/+8
* Sort sections.ru2005-01-181-7/+7
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Markup nits.ru2004-05-191-8/+5
* Get rid of duplicates.ru2003-09-141-4/+5
* The .Fn function. Dot terminate sentences. Use .Bd/.Ed instead of .Ar tocharnier2003-09-071-25/+35
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
* Normalize FILES section by using .Bl/.El enumerate.charnier2002-10-161-1/+3
* Test getopt() against -1 instead of EOF.charnier2002-10-161-3/+2
* Avoid a signedness warning by casting chain_index to a size_t.dwmalone2002-09-041-1/+1
* Switch to new format which allows unlimited numbers of chains andache2002-08-311-16/+43
* Prepare for switching to unlimited chains formatache2002-08-301-15/+31
* Tweak chain example to show more possibilitiesache2002-08-231-2/+2
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryache2002-08-233-37/+37
* Use proper #includeache2002-08-141-1/+1
* Add #undefs to separate local buffers declaration and now dinamic libc buffersache2002-08-141-0/+5
* 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
OpenPOWER on IntegriCloud