| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add the 'restrict' qualifier to the function definition of | robert | 2002-08-14 | 2 | -7/+5 |
* | - Add the 'restrict' qualifier to the definitions of the string | robert | 2002-08-14 | 6 | -18/+8 |
* | - Add the C99 'restrict' qualifier using the '__restrict' macro to | robert | 2002-08-14 | 2 | -2/+3 |
* | - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001 | robert | 2002-08-14 | 2 | -7/+11 |
* | - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 | robert | 2002-08-14 | 2 | -5/+2 |
* | -Add the restrict required by IEEE Std 1003.1-2001 in form | robert | 2002-08-14 | 3 | -25/+9 |
* | Unbreak one of the most confusing breaks of the tree I've seen. | phk | 2002-08-13 | 1 | -1/+2 |
* | Reduce BSS size for programs which not load collate by eliminating | ache | 2002-08-13 | 2 | -10/+13 |
* | Use a union to access the words of a double as this is less likely | dwmalone | 2002-08-13 | 1 | -4/+8 |
* | can not -> cannot. | ru | 2002-08-13 | 2 | -2/+2 |
* | Tidy up SRCS and MAN assignments. | tjr | 2002-08-13 | 1 | -20/+13 |
* | Remove the Bugs section, which is not relevant to FreeBSD: there is no | tjr | 2002-08-13 | 1 | -2/+0 |
* | FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead of | tjr | 2002-08-13 | 4 | -12/+12 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 39 | -12/+846 |
* | Now malloc() is fixed, remove errno hardcoding to ENOMEM | ache | 2002-08-12 | 1 | -3/+6 |
* | Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(), | tjr | 2002-08-12 | 4 | -0/+417 |
* | Now, malloc is fixed, remove ENOMEM hardcode | ache | 2002-08-12 | 1 | -12/+11 |
* | Add a missing copyright for Doug. There are other files missing this | dwmalone | 2002-08-11 | 1 | -0/+28 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 2 | -7/+7 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 3 | -55/+43 |
* | Update with new error return code. | phk | 2002-08-09 | 1 | -0/+4 |
* | mdoc(7) police: punctuation. | ru | 2002-08-09 | 1 | -1/+1 |
* | mdoc(7) police: sort xrefs. | ru | 2002-08-09 | 1 | -2/+2 |
* | mdoc(7) police: punctuation. | ru | 2002-08-09 | 1 | -1/+1 |
* | mdoc(7) police: whitespace nits. | ru | 2002-08-09 | 1 | -2/+4 |
* | mdoc(7) police: laundry. | ru | 2002-08-09 | 1 | -22/+37 |
* | mdoc(7) police: laundry. | ru | 2002-08-09 | 1 | -9/+14 |
* | Make sure we set errno sensibly in case of failure. | phk | 2002-08-09 | 1 | -0/+7 |
* | Introduce a new error return code: | phk | 2002-08-09 | 1 | -0/+3 |
* | Add safeguards to never use errno == 0 as setrunelocale() error return code | ache | 2002-08-09 | 3 | -7/+5 |
* | Update TE policy and MAC text conversion routines to support partial | rwatson | 2002-08-09 | 2 | -10/+71 |
* | X-ref mac.3. | rwatson | 2002-08-09 | 1 | -0/+1 |
* | Use '_end' symbol instead of 'end' to initialize minbrk and curbrk | kan | 2002-08-08 | 2 | -6/+6 |
* | Rewrite locale loading procedures, so any load failure will not affect | ache | 2002-08-08 | 11 | -192/+259 |
* | Implement POSIX.1-2001 (XSI)'s ulimit(3). | mike | 2002-08-08 | 4 | -3/+172 |
* | Set errno to ENOMEM for strdup too (due to malloc errno bug) | ache | 2002-08-07 | 1 | -3/+4 |
* | Always set errno to ENOMEM after malloc failed (as workaround). | ache | 2002-08-07 | 1 | -8/+8 |
* | Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte one | ache | 2002-08-07 | 1 | -0/+1 |
* | Fix wrong address when EucInfo > "variable" size | ache | 2002-08-07 | 1 | -1/+1 |
* | Correct an inaccuracy in this man page regarding detecting empty fields. | archie | 2002-08-07 | 1 | -4/+5 |
* | Document file descriptor reopening and current standardization status. | wollman | 2002-08-07 | 1 | -0/+19 |
* | Style fixes in preparation for rewritting | ache | 2002-08-07 | 1 | -15/+15 |
* | Style fixes | ache | 2002-08-07 | 1 | -9/+6 |
* | Style fixes in preparation of code rewritting | ache | 2002-08-07 | 4 | -34/+43 |
* | Close descriptor, if error happens in loadCat() | ache | 2002-08-07 | 1 | -0/+6 |
* | Build iswctype.c and manual pages for the functions it defines. | tjr | 2002-08-06 | 1 | -3/+12 |
* | o Fix a memory leak. | mike | 2002-08-05 | 1 | -11/+15 |
* | Add missing prototypes for extension functions to the SYNOPSIS. | tjr | 2002-08-05 | 1 | -0/+14 |
* | Use In macro instead of Fd. Add crossref to wctype(3). Refer to 1003.1-2001 | tjr | 2002-08-05 | 1 | -4/+31 |
* | Use the In macro instead of Fd. Add crossref to wctrans(3). Refer to | tjr | 2002-08-05 | 1 | -3/+4 |