aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/localedef
Commit message (Expand)AuthorAgeFilesLines
* localedef.1: Fix a typo in the manual pageGordon Bergling2025-08-171-1/+1
* localedef: Fix a wchar_t comparisonMark Johnston2025-06-201-1/+1
* localedef: Use consistent sorting orderMark Johnston2025-06-204-3/+18
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* localedef: Bootstrap betterWarner Losh2024-05-311-11/+8
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+3
* localedef: add newlines to error messagesKyle Evans2023-09-056-27/+27
* localedef: expand the default charmapKyle Evans2023-09-051-1/+37
* localedef: correct definition of right-parenthesis in default charmapKyle Evans2023-09-021-1/+1
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1610-20/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1614-28/+0
* Correctly spell illumos (all lowercase) in man pagesYuri Pankov2023-06-291-2/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* localedef: Fix bootstrapping on Ubuntu 16.04Jessica Clarke2021-02-101-3/+16
* Add collation version support to querylocale(3).Thomas Munro2020-11-085-6/+36
* Fix a few mandoc issuesGordon Bergling2020-10-091-3/+3
* Only set WARNS if not definedKyle Evans2020-09-111-1/+1
* Allow bootstrapping localdef on non-FreeBSD systemsAlex Richardson2020-07-1515-2/+549
* Add missing newline and return in localedef error messageAlex Richardson2020-07-151-2/+3
* Fix build with recent byacc.Jung-uk Kim2020-06-242-0/+4
* 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