]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/localedef
Add ppcboot FAT type. Needed to create a bootable powerpc image.
[FreeBSD/FreeBSD.git] / usr.bin / localedef /
2015-12-08 Simon J. GerratyMerge bmake-20151201
2015-12-07 Mark JohnstonMFV r289003:
2015-12-03 Jung-uk KimMerge OpenSSL 1.0.2e.
2015-11-25 Bryan DreweryMETA MODE: Fix 'make the-lot' with recent locale changes
2015-11-21 Xin LIMFV r291123:
2015-11-12 Edwin GroothuisMFV of 290695,tzdata2015g
2015-11-08 Baptiste Daroussinlower again the warnings and remove the pragmas unsuppo...
2015-11-08 Baptiste DaroussinEliminate some gcc pragmas
2015-11-07 Baptiste DaroussinFix build of localedef(1) on arm where wchar_t is an...
2015-11-07 Baptiste DaroussinRewrite the histoty part
2015-11-07 Baptiste DaroussinImprove localedef(1) manpage
2015-11-07 Baptiste DaroussinBump warning level
2015-11-07 Baptiste DaroussinUse const where needed instead of using pragmas to...
2015-11-07 Baptiste DaroussinMake bsd declaration static
2015-11-07 Baptiste DaroussinFix an off by one due to bad conversion from avl(3...
2015-11-07 Baptiste DaroussinRun memset only after having checked the return of...
2015-11-07 Baptiste DaroussinWorkaround an issue on i386 to unbreak the build until...
2015-11-07 Baptiste DaroussinFix build on arm64
2015-11-07 Baptiste DaroussinImprove collation string and locales support
2015-11-07 Baptiste DaroussinAdd missing header
2015-11-07 Baptiste DaroussinFix typo
2015-11-07 Baptiste DaroussinMerge from head r290483
2015-11-01 Baptiste DaroussinMerge from head
2015-11-01 Baptiste Daroussinlibc: Fix (and improve) nl_langinfo (CODESET)
2015-10-19 Baptiste DaroussinActually only T_ISDIGIT should be flagged as _E4
2015-10-19 Baptiste DaroussinWith regard to ctype, digits (e.g. 0 to 9) and xdigits...
2015-10-19 Baptiste DaroussinMerge from head
2015-10-13 Baptiste DaroussinMerge from head
2015-10-13 Baptiste Daroussineliminate need for "print" definition
2015-10-13 Baptiste DaroussinCommit log from Dragonfly:
2015-10-13 Baptiste DaroussinMerge from head
2015-08-25 Baptiste DaroussinMerge from HEAD
2015-08-09 Baptiste DaroussinPet mandoc -Tlint
2015-08-09 Baptiste DaroussinMerge from HEAD
2015-08-08 Baptiste DaroussinConvert localedef(1) from avl to RB trees
2015-08-08 Baptiste DaroussinPrefer static generation of functions
2015-08-08 Baptiste DaroussinConvert ctype generation to Red Black tree
2015-08-07 Baptiste DaroussinAdd localedef(1), a locale definition generator tool