Age | Commit message (Expand) | Author |
2008-12-20 | Add man page for wcstol and friends. | Mark Kettenis |
2008-10-05 | Fix conversion of numbers without an exponent. | Mark Kettenis |
2008-08-23 | make mbstowcs(NULL, string, 0) correctly return the length of the | Damien Miller |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-28 | remove unused function | Charles Longeau |
2007-10-08 | attribute packed -> __packed | Gilles Chehade |
2007-09-17 | Check snprintf(3) return value for error or truncation. | Moritz Jodeit |
2007-09-06 | _xpg4_setrunelocale() returns an errno(2) value in the failure | Moritz Jodeit |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-09 | grammar; | Jason McIntyre |
2006-07-04 | fix prototype of wcstombs; from TAKAHASHI Tamotsu | Otto Moerbeek |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2005-12-10 | because lint says so; ok espie | Theo de Raadt |
2005-11-27 | Add a cast for (size_t)-1 because we know what we're doing, the ISO std. | Chad Loder |
2005-11-16 | CODESET support. okay millert@, otto@ | Marc Espie |
2005-10-20 | A library should not return EFAULT. Just segfault if a bogus or | Otto Moerbeek |
2005-10-10 | fix a few warnings, keep the crypt stuff for later. | Marc Espie |
2005-08-12 | - add SEE ALSO section w/ xref for mklocale(1): from xsa@ | Jason McIntyre |
2005-08-11 | fix conversion to match iswctype. | Marc Espie |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie |
2005-08-07 | commit LC_CTYPE files from NetBSD/citrus, not yet linked in. | Marc Espie |
2005-07-24 | split off mbrtowc functions, so that vfprintf won't pull the whole | Marc Espie |
2005-07-01 | Add a few missing functions so that wctype.h/wchar.h are more or less | Marc Espie |
2005-06-17 | next citrus step. | Marc Espie |
2005-05-12 | remove unsupported LIBRARY section; | Jason McIntyre |
2005-05-11 | major abi changes: | Marc Espie |
2005-04-30 | fix a broken .St; | Jason McIntyre |
2005-04-30 | isw* classification functions from citrus, with a `stub' implementation | Marc Espie |
2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) | Marc Espie |
2005-03-23 | ansify. ok deraadt@ millert@ | Otto Moerbeek |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-17 | typo | Jun-ichiro itojun Hagino |
2002-09-17 | correct possible buffer overrun in setlocale(x, y) where y is supplied from | Jun-ichiro itojun Hagino |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-30 | fix YESEXPR; jabley@buddha.automagic.org | Theo de Raadt |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell |
1999-08-31 | Consistify naming of RETURN VALUES section. | Aaron Campbell |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-05 | formatting nits | Aaron Campbell |
1999-06-29 | fix some old macros that didn't get converted from man to mdoc | Aaron Campbell |
1999-05-28 | "SEE ALSO" -> SEE ALSO, missed these files before | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-08-26 | s/NetBSD/OpenBSD | kstailey |
1997-07-25 | add man page from netbsd | Michael Shalayeff |
1997-07-23 | tabify + trailing blanks | kstailey |