aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/localedef
Commit message (Expand)AuthorAgeFilesLines
* localedef: define characters in "space" class also as "print", exceptYuri Pankov2018-10-271-4/+16
* Add -b/-l options to localedef(1) to specify output endianness and useYuri Pankov2018-10-205-60/+108
* localedef(1): remove duplicated includes.Pedro F. Giffuni2018-07-092-2/+0
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Mark errf _Noreturn, and mark errf and warn __printflikeEnji Cooper2017-05-143-11/+12
* style(9): sort headersEnji Cooper2017-05-131-2/+2
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-2/+2
* localedef(1): Add comment markings for license.Pedro F. Giffuni2017-03-1012-12/+12
* localedef(1): Fix mismatch.Pedro F. Giffuni2017-03-101-1/+1
* localedef(1): Fix small coverity issues.Pedro F. Giffuni2017-03-091-2/+2
* Revert r314969, r314961:Pedro F. Giffuni2017-03-095-51/+31
* localedef(1): Fix mismatch in previous commit.Pedro F. Giffuni2017-03-091-2/+0
* localedef(1): Fix for memory leaks reported by coverity.Pedro F. Giffuni2017-03-095-29/+51
* localedef: Improve cc_list parsingBaptiste Daroussin2016-10-061-12/+11
* localedef: Fix ctype dump (fixed wide spread errors)Baptiste Daroussin2016-10-061-3/+3
* 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-014-4/+4
* Small typo.Pedro F. Giffuni2016-04-281-1/+1
* Plug memory leaksBaptiste Daroussin2016-04-202-0/+5
* localedef(1): minor sorting to match Illumos.Pedro F. Giffuni2016-03-201-2/+2
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-20/+0
* META MODE: Fix 'make the-lot' with recent locale changesBryan Drewery2015-11-251-0/+39
* lower again the warnings and remove the pragmas unsupported by gcc 4.2.1Baptiste Daroussin2015-11-084-16/+1
* Eliminate some gcc pragmasBaptiste Daroussin2015-11-082-17/+7
* Fix build of localedef(1) on arm where wchar_t is an unsigned intBaptiste Daroussin2015-11-073-5/+5
* Rewrite the histoty partBaptiste Daroussin2015-11-071-8/+13
* Improve localedef(1) manpageBaptiste Daroussin2015-11-071-89/+113
* Bump warning levelBaptiste Daroussin2015-11-071-1/+1
* Use const where needed instead of using pragmas to work around the warningsBaptiste Daroussin2015-11-072-11/+6
* Make bsd declaration staticBaptiste Daroussin2015-11-071-1/+1
* 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
* Fix build on arm64Baptiste Daroussin2015-11-071-1/+1
* Add missing headerBaptiste Daroussin2015-11-071-0/+1
* Fix typoBaptiste Daroussin2015-11-071-1/+2
* libc: Fix (and improve) nl_langinfo (CODESET)Baptiste Daroussin2015-11-011-3/+3
* Actually only T_ISDIGIT should be flagged as _E4Baptiste Daroussin2015-10-191-1/+1
* With regard to ctype, digits (e.g. 0 to 9) and xdigits (the 0 to 9 portionBaptiste Daroussin2015-10-191-2/+2
* eliminate need for "print" definitionBaptiste Daroussin2015-10-131-0/+2
* Commit log from Dragonfly:Baptiste Daroussin2015-10-131-1/+6
* Merge from HEADBaptiste Daroussin2015-08-251-2/+10
* Pet mandoc -TlintBaptiste Daroussin2015-08-091-1/+1
* Convert localedef(1) from avl to RB treesBaptiste Daroussin2015-08-084-100/+107
* Prefer static generation of functionsBaptiste Daroussin2015-08-081-2/+1
* Convert ctype generation to Red Black treeBaptiste Daroussin2015-08-081-17/+10
* Add localedef(1), a locale definition generator toolBaptiste Daroussin2015-08-0715-0/+5906