summaryrefslogtreecommitdiff
path: root/lib/libc/nls
AgeCommit message (Expand)Author
2017-04-27ntohl() returns uint32_t so it cannot be < 0. Since we're storingTodd C. Miller
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2015-11-05After removing National Language Support (NLS) from base, stopAlexander Bluhm
2015-10-25The only thing that was translated into multiple languages in OpenBSDAlexander Bluhm
2015-10-24Unify all the errno names inAlexander Bluhm
2015-10-23Verify that opened message catalog is valid, i.e. avoid integer overflowsTobias Stoeckmann
2015-09-05Use new framework for wrapping cat{open,gets,close}(), eliminatingPhilip Guenther
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-01Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.Stefan Sperling
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-06-15Fix typos.Matthew Dempsky
2011-07-12Don't call munmap(2) if mmap(2) failed.Matthew Dempsky
2010-01-28Update translations: fix EREMOTE and add a bunch of error codes too.Philip Guenthe
2009-11-27sync german translations with recent C.msg changesStefan Sperling
2009-11-25Italian translationsgiovanni
2009-11-24Danish translations.Michael Knudsen
2009-11-24- sync with latest additionsJasper Lievisse Adriaanse
2009-11-24Change ENOTSUP's strerror() to "Not supported"Philip Guenthe
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-15spelling, jon@vexed.seTheo de Raadt
2006-03-14add italian nls; from jwk@xtf.itTheo de Raadt
2006-03-14missing newlineTheo de Raadt
2005-08-05zap rcsidMarc Espie
2005-07-22- sync prototypes and header excerpts to realityJared Yanovich
2005-03-23ansify. ok deraadt@ millert@Otto Moerbeek
2002-04-02Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me.Camiel Dobbelaar
2002-04-01better translations by Paul WeissmanJan-Uwe Finck
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2000-08-09Remove trailing blank lines.Aaron Campbell
1999-08-31Consistify naming of RETURN VALUES section.Aaron Campbell
1999-07-05repairsAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-04-22spellingMarc Espie
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-04availiable -> availableAaron Campbell
1998-08-08add russian messages supportOleg Safiullin
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-06-18french fix from matthieuTheo de Raadt
1997-06-18catalogs from netbsdTheo de Raadt
1997-06-17fixed some typos; netbsdNiels Provos
1996-09-15Remove dead codeThorsten Lockert
1996-09-051 char oflow; bitblt & deraadtTheo de Raadt
1996-08-26use issetugid() to protect against bad getenvTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-08-19No longer usedThorsten Lockert
1996-06-23from jtc; Ensure user can't make us overrun fixed sized buffers.Theo de Raadt
1996-06-10exit nicely, error out nicelyTheo de Raadt