summaryrefslogtreecommitdiff
path: root/lib/libc/nls
AgeCommit message (Collapse)Author
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
Catalogs had an arbitrary character set which was used regardless of locale. Add UTF-8-encoded catalogs for libc error messages, and rename existing ones to indicate their character sets. catopen(3) now chooses a catalog which matches the locale's encoding, if available. help & ok matthew, man page bits ok jmc, input from naddy and bluhm
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
ok guenther millert kettenis
2012-06-15Fix typos.Matthew Dempsky
ok pig(6)
2011-07-12Don't call munmap(2) if mmap(2) failed.Matthew Dempsky
ok deraadt@, tedu@
2010-01-28Update translations: fix EREMOTE and add a bunch of error codes too.Philip Guenthe
From Vadim Zhukov (persgray at gmail.com)
2009-11-27sync german translations with recent C.msg changesStefan Sperling
"Reads ok" mk@
2009-11-25Italian translationsgiovanni
"syntax looks good" guenther@
2009-11-24Danish translations.Michael Knudsen
(If anyone can suggest a translation for e.g. `breakpoint' that doesn't make me cringe, let me know.)
2009-11-24- sync with latest additionsJasper Lievisse Adriaanse
feedback & ok otto@
2009-11-24Change ENOTSUP's strerror() to "Not supported"Philip Guenthe
Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP ok millert@, mk@, go aheads from others who have other translations in the works
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
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
- punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
2005-03-23ansify. ok deraadt@ millert@Otto Moerbeek
2002-04-02Improved translations from Lars Buitinck (lars at fwn.rug.nl) and me.Camiel Dobbelaar
ok wvdputte@, deraadt@
2002-04-01better translations by Paul WeissmanJan-Uwe Finck
deraadt@ okay.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
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
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-04-22spellingMarc Espie
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
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
Remove unused variables Silence some warnings lint(1) is your friend
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
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-19No longer usedThorsten Lockert
1996-06-23from jtc; Ensure user can't make us overrun fixed sized buffers.Theo de Raadt
Merged in changes from branch (make sure all memory, file descriptors, mappings, etc. are freed and return (nl_catd) -1 on error). Also fix one minor bug and clean up NLSPATH parsing a bit more.
1996-06-10exit nicely, error out nicelyTheo de Raadt
1996-05-22svr4-style gencatTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es>
1995-10-18initial import of NetBSD treeTheo de Raadt