| Commit message (Expand) | Author | Age | Files | Lines |
* | Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ). | Jake Burkholder | 2002-09-02 | 1 | -3/+3 |
* | - Let their manual pages show the reader that the bzero(3) and | Robert Drehmel | 2002-09-01 | 4 | -22/+33 |
* | Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist). | Tim J. Robbins | 2002-09-01 | 1 | -1/+1 |
* | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | Tim J. Robbins | 2002-09-01 | 4 | -9/+9 |
* | Fix a memory leak. | Mike Barcroft | 2002-09-01 | 1 | -1/+3 |
* | Implement the XSI extension which allows the destination string to be | Tim J. Robbins | 2002-08-31 | 2 | -6/+48 |
* | Split ansi.c into a separate source file for each function. | Tim J. Robbins | 2002-08-31 | 6 | -85/+253 |
* | Use ntohl() to read cnains number in new format | Andrey A. Chernov | 2002-08-31 | 1 | -2/+4 |
* | Add the 'restrict' type qualifier to the function prototype | Robert Drehmel | 2002-08-30 | 1 | -1/+1 |
* | - Update the manual page of bcmp(3) by replacing | Robert Drehmel | 2002-08-30 | 2 | -7/+12 |
* | Style fix | Andrey A. Chernov | 2002-08-30 | 1 | -3/+3 |
* | - Convert the function definition to declare its arguments | Robert Drehmel | 2002-08-30 | 1 | -8/+4 |
* | Prepare for switching to unlimited chains format. | Andrey A. Chernov | 2002-08-30 | 2 | -23/+46 |
* | - Update the manual pages of index() and rindex() to show | Robert Drehmel | 2002-08-30 | 4 | -17/+38 |
* | - Update the manual page to show that the associated header file | Robert Drehmel | 2002-08-30 | 2 | -4/+10 |
* | - Update strcasecmp(3)/strncasecmp(3) to reflect the fact that | Robert Drehmel | 2002-08-30 | 2 | -2/+9 |
* | Hopefully unbreak world. ke_slptime is gone. It should really have been | Peter Wemm | 2002-08-30 | 1 | -1/+1 |
* | Remove much of the dereferencing of the fd table entries to look | Daniel Eischen | 2002-08-29 | 39 | -77/+115 |
* | Make the libc_r version of select() set the readable or writable | Archie Cobbs | 2002-08-29 | 3 | -12/+18 |
* | When poll(2)'ing for readability or writability of a file descriptor | Archie Cobbs | 2002-08-29 | 3 | -6/+18 |
* | Allow one to grab the definition of struct ucred by defining _WANT_UCRED | Alfred Perlstein | 2002-08-28 | 1 | -2/+1 |
* | Print a '-' sign for negative zero. Tested with | Jens Schweikhardt | 2002-08-27 | 1 | -7/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 9 | -9/+9 |
* | Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attempts | John Polstra | 2002-08-24 | 1 | -5/+5 |
* | &x is not a format string | Kris Kennaway | 2002-08-24 | 1 | -1/+1 |
* | Note that <sys/types.h> in no longer a prerequisite for <utime.h> and | Mike Barcroft | 2002-08-24 | 8 | -8/+0 |
* | We cannot use an alloc with only inputs and/or locals. The kernel | Marcel Moolenaar | 2002-08-23 | 1 | -11/+16 |
* | Wrap the header to prevent multiple inclusion, and mark the DECLS section. | Juli Mallett | 2002-08-22 | 1 | -0/+9 |
* | Fixed getaddrinfo to honor sortlist in /etc/resolv.conf | Jim Pirzyk | 2002-08-21 | 1 | -0/+82 |
* | s/EDOFUS/EDOOFUS/ | Poul-Henning Kamp | 2002-08-21 | 3 | -5/+5 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 15 | -26/+26 |
* | Fix a typo in #if 0 code | Scott Long | 2002-08-21 | 1 | -1/+1 |
* | Add a manual page for wcwidth(). | Tim J. Robbins | 2002-08-20 | 2 | -1/+63 |
* | Add a manual page for wcswidth(). | Tim J. Robbins | 2002-08-20 | 2 | -1/+62 |
* | Move just committed version of wcswidth.c here (from "locale"), | Andrey A. Chernov | 2002-08-20 | 2 | -25/+31 |
* | Remove wcswidth.c from here (and move it to "string") | Andrey A. Chernov | 2002-08-20 | 2 | -65/+1 |
* | Remove space at the end of continuation line in prev. commit | Andrey A. Chernov | 2002-08-20 | 1 | -1/+1 |
* | xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don't | Bruce Evans | 2002-08-19 | 1 | -1/+1 |
* | Implement wcswidth() | Andrey A. Chernov | 2002-08-19 | 2 | -2/+66 |
* | Use modern-style arguments declaration | Andrey A. Chernov | 2002-08-19 | 1 | -2/+1 |
* | Write null wide-character as L'\0' like in other places | Andrey A. Chernov | 2002-08-19 | 1 | -1/+1 |
* | According to SUSv2, always return 0 for null wide-character code | Andrey A. Chernov | 2002-08-19 | 1 | -1/+6 |
* | s/trailing NULL/trailing NUL/ | Juli Mallett | 2002-08-19 | 2 | -2/+2 |
* | Move internal defines from ctype.h here | Andrey A. Chernov | 2002-08-19 | 1 | -0/+4 |
* | Leave room for a trailing NUL not a NULL, that's not an ASCII character. | Juli Mallett | 2002-08-19 | 2 | -2/+2 |
* | Implement the ISO C90 Amd.1 restartable wide and multibyte character | Tim J. Robbins | 2002-08-18 | 13 | -4/+1020 |
* | Move wcwidth() to separate file, it doesn't belong to iswctype.c at all | Andrey A. Chernov | 2002-08-17 | 3 | -11/+58 |
* | According to SUSv2, wcwidth() should return -1 for non-printing characters | Andrey A. Chernov | 2002-08-17 | 1 | -1/+1 |
* | Cosmetic - remove unneded brackets and #undef | Andrey A. Chernov | 2002-08-17 | 2 | -41/+40 |
* | wcwidth: fix espression to work correctly with SWIDTH0 | Andrey A. Chernov | 2002-08-17 | 1 | -2/+4 |