summaryrefslogtreecommitdiffstats
path: root/lib/libc/nls
AgeCommit message (Expand)AuthorFilesLines
2017-04-27ntohl() returns uint32_t so it cannot be < 0. Since we're storingmillert1-2/+2
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsguenther1-3/+3
2015-11-05After removing National Language Support (NLS) from base, stopbluhm1-3/+2
2015-10-25The only thing that was translated into multiple languages in OpenBSDbluhm21-4926/+0
2015-10-24Unify all the errno names inbluhm1-3/+3
2015-10-23Verify that opened message catalog is valid, i.e. avoid integer overflowstobias1-17/+105
2015-09-05Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther7-80/+10
2015-01-16Move to the <limits.h> universe.deraadt1-2/+1
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu3-9/+9
2013-06-01Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.stsp21-25/+2168
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt3-6/+6
2012-06-15Fix typos.matthew1-2/+2
2011-07-12Don't call munmap(2) if mmap(2) failed.matthew1-2/+1
2010-01-28Update translations: fix EREMOTE and add a bunch of error codes too.guenther1-1/+25
2009-11-27sync german translations with recent C.msg changesstsp1-0/+24
2009-11-25Italian translationsgiovanni1-0/+24
2009-11-24Danish translations.mk1-0/+246
2009-11-24- sync with latest additionsjasper1-0/+24
2009-11-24Change ENOTSUP's strerror() to "Not supported"guenther2-0/+48
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray3-24/+3
2007-05-31convert to new .Dd format;jmc3-6/+6
2006-03-15spelling, jon@vexed.sederaadt1-1/+1
2006-03-14add italian nls; from jwk@xtf.itderaadt1-0/+222
2006-03-14missing newlinederaadt1-1/+1
2005-08-05zap rcsidespie6-24/+6
2005-07-22- sync prototypes and header excerpts to realityjaredy1-2/+2
2005-03-23ansify. ok deraadt@ millert@otto6-28/+13
2002-04-02Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me.camield1-90/+90
2002-04-01better translations by Paul Weissmanjufi1-16/+16
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert4-8/+8
2001-05-11-1 -> MAP_FAILEDart1-2/+2
2000-08-09Remove trailing blank lines.aaron1-2/+1
1999-08-31Consistify naming of RETURN VALUES section.aaron2-4/+4
1999-07-05repairsaaron3-21/+22
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:alex1-3/+3
1999-04-22spellingespie1-4/+4
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d1-2/+2
1998-11-04availiable -> availableaaron1-2/+2
1998-08-08add russian messages supportform1-0/+222
1997-07-09Clean up some -Wall flowers.millert1-1/+2
1997-06-18french fix from matthieuderaadt1-1/+1
1997-06-18catalogs from netbsdderaadt4-0/+888
1997-06-17fixed some typos; netbsdprovos1-12/+12
1996-09-15Remove dead codetholo3-11/+12
1996-09-051 char oflow; bitblt & deraadtderaadt1-5/+5
1996-08-26use issetugid() to protect against bad getenvderaadt1-8/+6
1996-08-19Fix RCS idstholo10-16/+28
1996-08-19No longer usedtholo1-0/+0
1996-06-23from jtc; Ensure user can't make us overrun fixed sized buffers.deraadt1-49/+64
1996-06-10exit nicely, error out nicelyderaadt2-22/+24