]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/localedef
add missing initvals.
[FreeBSD/FreeBSD.git] / usr.bin / localedef /
2015-11-25 bdreweryMETA MODE: Fix 'make the-lot' with recent locale changes
2015-11-16 ngieMFhead @ r290899
2015-11-08 baptlower again the warnings and remove the pragmas unsuppo...
2015-11-08 baptEliminate some gcc pragmas
2015-11-07 baptFix build of localedef(1) on arm where wchar_t is an...
2015-11-07 baptRewrite the histoty part
2015-11-07 baptImprove localedef(1) manpage
2015-11-07 baptBump warning level
2015-11-07 baptUse const where needed instead of using pragmas to...
2015-11-07 baptMake bsd declaration static
2015-11-07 baptFix an off by one due to bad conversion from avl(3...
2015-11-07 baptRun memset only after having checked the return of...
2015-11-07 baptWorkaround an issue on i386 to unbreak the build until...
2015-11-07 baptFix build on arm64
2015-11-07 baptImprove collation string and locales support
2015-11-07 baptAdd missing header
2015-11-07 baptFix typo
2015-11-07 baptMerge from head r290483
2015-11-01 baptMerge from head
2015-11-01 baptlibc: Fix (and improve) nl_langinfo (CODESET)
2015-10-19 baptActually only T_ISDIGIT should be flagged as _E4
2015-10-19 baptWith regard to ctype, digits (e.g. 0 to 9) and xdigits...
2015-10-19 baptMerge from head
2015-10-13 baptMerge from head
2015-10-13 bapteliminate need for "print" definition
2015-10-13 baptCommit log from Dragonfly:
2015-10-13 baptMerge from head
2015-08-25 baptMerge from HEAD
2015-08-09 baptPet mandoc -Tlint
2015-08-09 baptMerge from HEAD
2015-08-08 baptConvert localedef(1) from avl to RB trees
2015-08-08 baptPrefer static generation of functions
2015-08-08 baptConvert ctype generation to Red Black tree
2015-08-07 baptAdd localedef(1), a locale definition generator tool