summaryrefslogtreecommitdiff
path: root/usr.bin/colldef
AgeCommit message (Expand)Author
2019-09-10Remove mklocale(1) and colldef(1) which are deprecated since FreeBSD 11Baptiste Daroussin
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-04-17Note that mklocale(1) and colldef(1) are no longer usedBaptiste Daroussin
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2015-11-21colldef(1) does not need the libc's internal collate.h header anymoreBaptiste Daroussin
2015-11-20Reintegrate colldef(1) and mklocale(1)Baptiste Daroussin
2015-08-08Remove colldef which is not needed anymoreBaptiste Daroussin
2015-06-16new dependsSimon J. Gerraty
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2010-11-22Don't generate input() since it's not used.Rebecca Cran
2010-10-08mdoc: drop redundant .Pp and .LP callsUlrich Spörlein
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2008-01-01follow style(9) more closely and list sys/types.h first after sys/defs.h.Warner Losh
2007-12-29Some systems need the types defined in sys/types.h, but lack theWarner Losh
2005-05-21Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-02-27Make the format of LC_COLLATE files architecture independent.Ruslan Ermilov
2005-02-27Zero out the entire "struct __collate_st_chain_pri", or garbageRuslan Ermilov
2005-01-18Sort sections.Ruslan Ermilov
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-05-19Markup nits.Ruslan Ermilov
2003-09-14Get rid of duplicates.Ruslan Ermilov
2003-09-07The .Fn function. Dot terminate sentences. Use .Bd/.Ed instead of .Ar toPhilippe Charnier
2002-11-26mdoc(7) police: markup polishing.Ruslan Ermilov
2002-10-16Normalize FILES section by using .Bl/.El enumerate.Philippe Charnier
2002-10-16Test getopt() against -1 instead of EOF.Philippe Charnier
2002-09-04Avoid a signedness warning by casting chain_index to a size_t.David Malone
2002-08-31Switch to new format which allows unlimited numbers of chains andAndrey A. Chernov
2002-08-30Prepare for switching to unlimited chains formatAndrey A. Chernov
2002-08-23Tweak chain example to show more possibilitiesAndrey A. Chernov
2002-08-23Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryAndrey A. Chernov
2002-08-14Use proper #includeAndrey A. Chernov
2002-08-14Add #undefs to separate local buffers declaration and now dinamic libc buffersAndrey A. Chernov
2002-07-28ANSIify function definitions to avoid a warning.David Malone
2002-04-20Use `The .Nm utility'Philippe Charnier
2002-04-09No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.Ruslan Ermilov
2002-02-08Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray
2002-02-08Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray
2002-01-08Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.John Baldwin
2002-01-08Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in aJohn Baldwin
2001-12-08Only use __FBSDID if it is defined. This fixes the 4.4-release (butWarner Losh
2001-12-02WARNS=2 fixup.Mark Murray