summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
Commit message (Collapse)AuthorAgeFilesLines
* Note that mklocale(1) and colldef(1) are no longer usedbapt2016-04-171-1/+8
| | | | | | mklocale and colldef has been replaced by localedef, but they have to be kept until 10.2 is EOL for mklocale (it has been added to 10.3 as a bootstrap tools) and until 10.3 is EOL for colldef (it has never been added to bootstrap tools)
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-6/+0
| | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* colldef(1) does not need the libc's internal collate.h header anymorebapt2015-11-212-2/+3
|
* Reintegrate colldef(1) and mklocale(1)bapt2015-11-206-0/+1011
| | | | | | | | | | | While those tools are not needed anymore they are necessary to build FreeBSD 9 and 10. it does not hurt to keep those tools around until both 9 and 10 branch become EOLed. Modify colldef(1) to build after the change in the collation header, and ensure it does produce the same collation definition it used to generate for 9 and 10 Reported by: Oliver Pinter
* Remove colldef which is not needed anymorebapt2015-08-086-993/+0
|
* new dependssjg2015-06-161-0/+1
|
* Add META_MODE support.sjg2015-06-131-0/+26
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+2
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+26
| | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
|/ | | | Reduce overlinking
* 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
| | | | They have no effect when coming in pairs, or before .Bl/.Bd
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* follow style(9) more closely and list sys/types.h first after sys/defs.h.imp2008-01-012-2/+2
| | | | Submitted by: max@
* Some systems need the types defined in sys/types.h, but lack theimp2007-12-292-0/+2
| | | | | | sys/types.h polution that FreeBSD has in one of its include files. Since this is a bootstrap tool, include more than is strictly necessary for FreeBSD.
* 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
| | | | | | | | appears in LC_COLLATE files (due to alignment). An alternative would be to bump STR_LEN to 16. (This is in preparation to make LC_COLLATE files architecture independent.)
* 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
| | | | emphasize examples of source definition file.
* mdoc(7) police: markup polishing.ru2002-11-261-1/+1
| | | | Approved by: re
* 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
| | | | (Should be OK as chain_index is supposed to be positive).
* Switch to new format which allows unlimited numbers of chains andache2002-08-311-16/+43
| | | | | usually saves 2K in both data file and program memory. Updated libc required.
* 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
| | | | representation only.
* 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
| | | | | PR: 38930 Submitted by: keramida
* 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
|
OpenPOWER on IntegriCloud