summaryrefslogtreecommitdiff
path: root/usr.bin/mklocale
AgeCommit message (Expand)Author
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-09-03__dead should come first; also remove more K&Risms.dholland
2016-09-03Remove K&R __P macros.sevan
2015-06-16fix some error handling.christos
2013-07-15Fix description of hex encoding.joerg
2013-07-04Swap order of _CITRUS_LC_MONETARY_SYM_INT_N_CS_PRECEDES andjoerg
2010-06-131. split runetype_local.h -> runetype_file.htnozaki
2010-06-12use _FileRune* instead of _Rune*.tnozaki
2010-05-22rework bulid breakage problem on linux.tnozaki
2010-05-22yacc.y: s/_CTYPE_NUM_CHARS/_CTYPE_CACHED_SIZE/tnozaki
2010-05-22include ctype_local.htnozaki
2010-05-221. hide _CTYPE_PRIVATE section in ctype.h, move them to private header ctype_...tnozaki
2010-05-14Escape punctuation. Use logical markup for indentation.joerg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-01-051. reworking PR lib/40317:tnozaki
2009-01-05move nbtool_config.h include to the top.dogcow
2009-01-02add some *.c specific CPPFLAGS.tnozaki
2009-01-021. fixes PR lib/40317, don't use libc's fparseln(3).tnozaki
2009-01-02Document new -t flag, bump date.wiz
2009-01-02Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo...tnozaki
2004-01-24Some fixes from jmc@openbsd.wiz
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-07-14strdup is easieritojun
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-05-12zero-clear the file structures, to fixate paddings.tshiozak
2003-05-01Comment out another euc(4) reference.wiz
2003-05-01Remove references to non-existent pages. Addresses PR#12544.gmcgarry
2003-04-21This is a host tool, so check if __RCSID is defined before using it.bjh21
2003-04-21enable RCSID..christos
2003-04-06- support for the additional code area of zh_CN.GB18030 locale,tshiozak
2003-03-11changes for cross build on FreeBSD box.tshiozak
2003-03-10rename _CTYPE_x to _RUNETYPE_x for avoiding compile error on FreeBSD.tshiozak
2003-03-10some changes around mklocale:tshiozak
2003-03-10revoke using PRIu32 macro and add fallback for UINT32_C macro,tshiozak
2003-03-03use UINT32_C and PRIu32 macros instead of 0x...U and %u.tshiozak
2003-03-03sync with the last change of runetype.h; %ld -> %u.tshiozak
2003-01-27On FreeBSD host define _DONT_USE_CTYPE_INLINE_ before including ctype.h.uwe
2002-12-22Debugging is usually spelled with three gs.wiz
2002-09-30New sentence, new line.grant
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-04-26Include <arpa/inet.h> for ntohl and htonl on POSIX systems.bjh21
2002-03-17refine i18n stuffs.tshiozak
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2001-12-01Sort sections.wiz
2001-11-12Clean up. Use -I., not -I${.OBJDIR}. Don't have to clean up y.tab.h.tv