| Commit message (Expand) | Author | Age | Files | Lines |
* | de-__P() | alfred | 2002-10-16 | 1 | -3/+3 |
* | - Remove the lsearch() and lfind() functions and their manpage from | robert | 2002-10-16 | 6 | -205/+167 |
* | Count field width correctly for suppressed multibyte fields (%*lc, | tjr | 2002-10-16 | 1 | -60/+84 |
* | Remove unneeded $FreeBSD$ tags. | robert | 2002-10-16 | 2 | -4/+0 |
* | - Remove the old insque() and remque() functions and their manual | robert | 2002-10-16 | 8 | -213/+145 |
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 6 | -15/+52 |
* | Avoid truncating invalid wide characters that are outside the range of | tjr | 2002-10-16 | 1 | -1/+8 |
* | Add a Bugs section and note that fmtcheck() is out of sync with printf(); | tjr | 2002-10-16 | 1 | -1/+7 |
* | Add support for the XSI %C and %S formats, which are the same as %lc | tjr | 2002-10-16 | 2 | -0/+24 |
* | Use kqueue(2) instead of poll(2) to wait for replies and timeouts | iedowse | 2002-10-15 | 1 | -158/+90 |
* | fix typo in comments (in preparation for MFC) | fjoe | 2002-10-15 | 1 | -1/+1 |
* | Add cross-references to the wide character counterparts of these functions. | tjr | 2002-10-15 | 4 | -4/+8 |
* | Eliminate superfluous memory access in memcpy(3)/memmove(3). | sobomax | 2002-10-15 | 1 | -13/+8 |
* | Remove stray comma at the end of the See Also list. | tjr | 2002-10-15 | 1 | -1/+1 |
* | Fix to check disk geometry. | nyan | 2002-10-14 | 1 | -1/+18 |
* | Use a weak reference instead of a macro to make vfscanf an alias | tjr | 2002-10-14 | 2 | -0/+4 |
* | Write the strvis()'d string out to the history file in history_save(), | tjr | 2002-10-14 | 1 | -1/+1 |
* | FA, FB and FC are lead bytes according to recent Microsoft documentation. | tjr | 2002-10-14 | 1 | -1/+1 |
* | Style changes. Mainly removing excessive whitespace and parens. | tjr | 2002-10-14 | 1 | -24/+29 |
* | Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. | kris | 2002-10-13 | 1 | -7/+11 |
* | Ignore TMPDIR if the application is setugid. | kris | 2002-10-13 | 1 | -1/+2 |
* | FreeBSD's libedit does not include NetBSD's readline emulation code. | tjr | 2002-10-13 | 1 | -4/+3 |
* | Use buffer-safe string functions for paranoia. | kris | 2002-10-12 | 1 | -11/+12 |
* | Zero memory after malloc. This stops sysinstall from dumping core | kris | 2002-10-12 | 1 | -0/+1 |
* | Add restrict type-qualifier. | mike | 2002-10-12 | 18 | -31/+33 |
* | Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other places | ache | 2002-10-12 | 1 | -4/+5 |
* | Describe the restrictions on seeking on wide character streams, and also | tjr | 2002-10-12 | 1 | -3/+15 |
* | Fix a typo causing incorrect formatting for negative values in some locales | tjr | 2002-10-12 | 1 | -3/+5 |
* | Save errno around calls to free(); at least some code paths clobber it | tjr | 2002-10-11 | 1 | -0/+3 |
* | Document the kind of format string strfmon() expects. Sync the Errors | tjr | 2002-10-11 | 1 | -5/+74 |
* | Use the new struct lconv members to determine how to format international | tjr | 2002-10-11 | 1 | -1/+12 |
* | Non-negative amounts should not have an extra space in front of them | tjr | 2002-10-11 | 1 | -6/+2 |
* | "Left precision" and "right precision" are not flags, but separate parts | tjr | 2002-10-11 | 1 | -13/+15 |
* | Zap the early-adopter transition aid before we get into serious | peter | 2002-10-11 | 2 | -5/+1 |
* | Build kerberized versions of the PAM library, and install them | ru | 2002-10-11 | 1 | -0/+8 |
* | Do not allow empty GIDs for non-NIS entries. | maxim | 2002-10-11 | 1 | -0/+7 |
* | Add a UTF-8 encoding method, which will eventually replace the antique | tjr | 2002-10-10 | 10 | -9/+349 |
* | Document that write(2) et al can return EROFS for attempts to write the | schweikh | 2002-10-10 | 1 | -0/+7 |
* | Fix another spelling mistake. | robert | 2002-10-10 | 1 | -1/+1 |
* | Correct a spelling mistake. | robert | 2002-10-10 | 1 | -1/+1 |
* | Add cross-references to wide character versions of these functions. | tjr | 2002-10-10 | 3 | -3/+6 |
* | Cross-reference between byte and wide-character stdio functions. Remove | tjr | 2002-10-10 | 7 | -13/+13 |
* | de-__P() | alfred | 2002-10-09 | 1 | -2/+1 |
* | Add brief mention of the extattr_*_link() system call variants. | rwatson | 2002-10-09 | 1 | -0/+16 |
* | Add support for the 6 new C99 struct lconv members dealing with formatting | tjr | 2002-10-09 | 4 | -4/+76 |
* | Drop almost 3k from /bin/sync by moving errno to a seperate file | peter | 2002-10-09 | 3 | -2/+31 |
* | Add note that there is a kernel-imposed limit on the number of threads | archie | 2002-10-08 | 1 | -0/+7 |
* | Add MLINKS to kse.2. | archie | 2002-10-08 | 1 | -0/+2 |
* | Fix to support pc98. | nyan | 2002-10-08 | 3 | -0/+12 |
* | Add a note to the Compatiblity section suggesting that these functions | tjr | 2002-10-06 | 13 | -13/+162 |