summaryrefslogtreecommitdiff
path: root/usr.bin/localedef/collate.c
Commit message (Expand)AuthorAgeFilesLines
* Add collation version support to querylocale(3).Thomas Munro2020-11-081-4/+9
* Allow bootstrapping localdef on non-FreeBSD systemsAlex Richardson2020-07-151-0/+2
* Add missing newline and return in localedef error messageAlex Richardson2020-07-151-2/+3
* Add -b/-l options to localedef(1) to specify output endianness and useYuri Pankov2018-10-201-23/+33
* localedef(1): Add comment markings for license.Pedro F. Giffuni2017-03-101-1/+1
* Revert r314969, r314961:Pedro F. Giffuni2017-03-091-5/+1
* localedef(1): Fix for memory leaks reported by coverity.Pedro F. Giffuni2017-03-091-1/+5
* localedef(1): make better use of calloc(3) arguments.Pedro F. Giffuni2016-09-141-3/+3
* - Invert calloc(3) argument order.Marcelo Araujo2016-09-011-6/+6
* localedef(1): minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Plug memory leaksBaptiste Daroussin2016-04-201-0/+3
* Eliminate some gcc pragmasBaptiste Daroussin2015-11-081-8/+3
* Fix an off by one due to bad conversion from avl(3) to tree(3)Baptiste Daroussin2015-11-071-3/+2
* Run memset only after having checked the return of mallocBaptiste Daroussin2015-11-071-1/+1
* Workaround an issue on i386 to unbreak the build until the real issue is trackedBaptiste Daroussin2015-11-071-1/+2
* Merge from HEADBaptiste Daroussin2015-08-251-2/+10
* Convert localedef(1) from avl to RB treesBaptiste Daroussin2015-08-081-78/+86
* Add localedef(1), a locale definition generator toolBaptiste Daroussin2015-08-071-0/+1299