summaryrefslogtreecommitdiff
path: root/usr.bin/mklocale
AgeCommit message (Collapse)Author
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
ok guenther millert kettenis
2011-01-14Use xmalloc instead of malloc and clear some allocated members.Nicholas Marriott
ok stsp
2010-09-19more wacky macro fixing;Jason McIntyre
2009-08-08synchronize usage displayed by mklocale with synopsis in the manual page;Igor Sobrado
add missing cvs keywords to source code files; while here, fix cvs keywords in Makefile because they are in reverse order. ok jmc@, martynas@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-12more getopt() EOF crud; adobriyan@gmailTheo de Raadt
2005-08-11- replace/remove some gnu-ismsJason McIntyre
- use -mdoc macros - grammar - some formatting fixups - add rcsid - comment out Xr to non-existent nls(7): pointed out by ulrich kahl
2005-08-07mklocale tool, from NetBSD/citrus, not yet linked in.Marc Espie
okay deraadt@