| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix conversion of numbers without an exponent. |  kettenis | 2008-10-05 | 1 | -4/+4 |
* | make mbstowcs(NULL, string, 0) correctly return the length of the |  djm | 2008-08-23 | 1 | -2/+3 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | remove unused function |  chl | 2007-11-28 | 1 | -10/+1 |
* | attribute packed -> __packed |  gilles | 2007-10-08 | 1 | -4/+4 |
* | Check snprintf(3) return value for error or truncation. |  moritz | 2007-09-17 | 2 | -5/+11 |
* | _xpg4_setrunelocale() returns an errno(2) value in the failure |  moritz | 2007-09-06 | 1 | -2/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 21 | -42/+42 |
* | grammar; |  jmc | 2007-02-09 | 1 | -3/+3 |
* | fix prototype of wcstombs; from TAKAHASHI Tamotsu |  otto | 2006-07-04 | 1 | -2/+2 |
* | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks |  djm | 2006-04-02 | 1 | -3/+2 |
* | because lint says so; ok espie |  deraadt | 2005-12-10 | 1 | -2/+2 |
* | Add a cast for (size_t)-1 because we know what we're doing, the ISO std. |  cloder | 2005-11-27 | 1 | -2/+2 |
* | CODESET support. okay millert@, otto@ |  espie | 2005-11-16 | 1 | -1/+8 |
* | A library should not return EFAULT. Just segfault if a bogus or |  otto | 2005-10-20 | 1 | -5/+3 |
* | fix a few warnings, keep the crypt stuff for later. |  espie | 2005-10-10 | 1 | -1/+4 |
* | - add SEE ALSO section w/ xref for mklocale(1): from xsa@ |  jmc | 2005-08-12 | 1 | -4/+5 |
* | fix conversion to match iswctype. |  espie | 2005-08-11 | 2 | -4/+4 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 15 | -293/+14 |
* | activate LC_CTYPE for 8 bits locale. |  espie | 2005-08-08 | 3 | -40/+253 |
* | commit LC_CTYPE files from NetBSD/citrus, not yet linked in. |  espie | 2005-08-07 | 10 | -0/+1653 |
* | split off mbrtowc functions, so that vfprintf won't pull the whole |  espie | 2005-07-24 | 3 | -32/+73 |
* | Add a few missing functions so that wctype.h/wchar.h are more or less |  espie | 2005-07-01 | 13 | -6/+767 |
* | next citrus step. |  espie | 2005-06-17 | 1 | -2/+19 |
* | remove unsupported LIBRARY section; |  jmc | 2005-05-12 | 1 | -4/+1 |
* | major abi changes: |  espie | 2005-05-11 | 20 | -6/+2465 |
* | fix a broken .St; |  jmc | 2005-04-30 | 1 | -2/+3 |
* | isw* classification functions from citrus, with a `stub' implementation |  espie | 2005-04-30 | 4 | -4/+337 |
* | introduce some wchar functions (from citrus and an itojun@ diff) |  espie | 2005-04-14 | 2 | -1/+14 |
* | ansify. ok deraadt@ millert@ |  otto | 2005-03-23 | 3 | -15/+10 |
* | add some missing $, ok djm@ 'That looks fine to me' millert@ |  jsg | 2004-10-01 | 1 | -0/+1 |
* | more display/list fixes, and a little whitespace; |  jmc | 2004-04-16 | 1 | -2/+0 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 2 | -12/+4 |
* | typo |  itojun | 2002-09-17 | 1 | -3/+3 |
* | correct possible buffer overrun in setlocale(x, y) where y is supplied from |  itojun | 2002-09-17 | 1 | -59/+97 |
* | Part 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. |  millert | 2002-02-16 | 1 | -4/+4 |
* | fix YESEXPR; jabley@buddha.automagic.org |  deraadt | 2001-07-30 | 1 | -2/+2 |
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 2001-06-27 | 1 | -12/+7 |
* | Repairs, mostly removing hard sentence breaks. |  aaron | 2000-04-18 | 1 | -2/+2 |
* | Consistify naming of RETURN VALUES section. |  aaron | 1999-08-31 | 1 | -2/+2 |
* | - remove all trailing whitespace |  aaron | 1999-07-09 | 1 | -3/+3 |
* | formatting nits |  aaron | 1999-07-05 | 2 | -10/+13 |
* | fix some old macros that didn't get converted from man to mdoc |  aaron | 1999-06-29 | 1 | -1/+1 |
* | "SEE ALSO" -> SEE ALSO, missed these files before |  aaron | 1999-05-28 | 1 | -1/+1 |
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1999-05-23 | 1 | -1/+1 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 1 | -2/+2 |
* | s/NetBSD/OpenBSD |  kstailey | 1998-08-26 | 1 | -1/+1 |
* | add man page from netbsd |  mickey | 1997-07-25 | 2 | -2/+318 |
* | tabify + trailing blanks |  kstailey | 1997-07-23 | 6 | -14/+14 |
* | Clean up some -Wall flowers. |  millert | 1997-07-09 | 1 | -2/+4 |