Age | Commit message (Expand) | Author | Files | Lines |
2024-05-02 | man/, share/mk/: Move man*/ to man/ | Alejandro Colomar | 1 | -767/+0 |
2023-12-17 | string_copying.7: EXAMPLES: st[rp]ncpy(3): Use fwrite(3) instead of a loop | Alejandro Colomar | 1 | -4/+2 |
2023-12-17 | string_copying.7: Use NITEMS() instead of sizeof() | Alejandro Colomar | 1 | -14/+14 |
2023-12-17 | string_copying.7: EXAMPLES: Update stpecpy() example | Alejandro Colomar | 1 | -2/+2 |
2023-12-17 | string_copying.7: stpecpy(): Reimplement as a wrapper of strtcpy() | Alejandro Colomar | 1 | -16/+3 |
2023-12-17 | string_copying.7: stpecpy(): Return NULL on truncation | Alejandro Colomar | 1 | -19/+19 |
2023-12-17 | string_copying.7: stpecpy(), strtcpy(): Set errno on failure | Alejandro Colomar | 1 | -4/+36 |
2023-12-05 | string_copying.7: wfix | Alejandro Colomar | 1 | -1/+3 |
2023-12-05 | string_copying.7: Generalize null-padded character sequences with strnlen(3) | Alejandro Colomar | 1 | -12/+7 |
2023-12-04 | string_copying.7: Be consistent in the use of null byte and null character | Alejandro Colomar | 1 | -12/+13 |
2023-12-04 | string_copying.7: Don't say 'size' when 'len' is meant | Alejandro Colomar | 1 | -6/+6 |
2023-12-04 | string_copying.7: Say 'known-length' for character sequences whose length is ... | Alejandro Colomar | 1 | -10/+10 |
2023-12-04 | string_copying.7: Don't say 'width' when 'size' is meant | Alejandro Colomar | 1 | -9/+9 |
2023-12-04 | string_copying.7: RETURN VALUE: Remove some confusing text about stpncpy(3) | Alejandro Colomar | 1 | -7/+2 |
2023-12-04 | string_copying.7: Consistently list strtcpy() after stpecpy() | Alejandro Colomar | 1 | -43/+43 |
2023-12-04 | string_copying.7: stpecpy() and strtcpy() don't exist in man3 | Alejandro Colomar | 1 | -19/+19 |
2023-12-04 | string_copying.7: Use fwrite(3) to print character sequences | Alejandro Colomar | 1 | -2/+2 |
2023-12-04 | string_copying.7: tfix | Alejandro Colomar | 1 | -1/+1 |
2023-12-04 | string_copying.7: Use real examples with utmp(5) | Alejandro Colomar | 1 | -22/+16 |
2023-12-04 | string_copying.7: Improve strncat(3) example | Alejandro Colomar | 1 | -4/+5 |
2023-12-04 | string_copying.7: Reimplement stpecpy() | Alejandro Colomar | 1 | -8/+9 |
2023-12-04 | string_copying.7: Remove zustr2stp() | Alejandro Colomar | 1 | -46/+13 |
2023-12-04 | string_copying.7: Remove zustr2ustp() | Alejandro Colomar | 1 | -39/+10 |
2023-12-03 | string_copying.7: Remove ustr2stp() and ustpcpy() | Alejandro Colomar | 1 | -67/+23 |
2023-12-03 | string_copying.7: Fortify source of some functions | Alejandro Colomar | 1 | -17/+4 |
2023-11-13 | string_copying.7: Recommend failing instead of truncating | Alejandro Colomar | 1 | -1/+4 |
2023-11-13 | string_copying.7: Use 'dsize' and 'ssize' for 'dst size' and 'src size' | Alejandro Colomar | 1 | -25/+25 |
2023-11-12 | string_copying.7: Add strtcpy(3) | Alejandro Colomar | 1 | -29/+68 |
2023-11-12 | string_copying.7: BUGS: Document strl{cpy,cat}(3)'s performance problems | Alejandro Colomar | 1 | -1/+17 |
2023-11-12 | string_copying.7: BUGS: *cat(3) functions aren't always bad | Alejandro Colomar | 1 | -0/+6 |
2023-11-12 | string_copying.7: wfix | Alejandro Colomar | 1 | -4/+4 |
2023-11-12 | string_copying.7: DESCRIPTION::Functions: ustpcpy() and ustr2stp() are not pr... | Alejandro Colomar | 1 | -0/+6 |
2023-11-12 | string_copying.7: RETURN VALUE: ffix | Alejandro Colomar | 1 | -42/+28 |
2023-11-12 | string_copying.7: wfix | Alejandro Colomar | 1 | -15/+15 |
2023-11-09 | stpncpy.3, string.3, string_copying.7: Clarify that st[rp]ncpy() pad with nul... | Alejandro Colomar | 1 | -1/+2 |
2023-11-09 | stpncpy.3, string_copying.7: Clarify that st[rp]ncpy() do NOT produce a string | Alejandro Colomar | 1 | -10/+10 |
2023-10-31 | man*/: srcfix (Use .P instead of .PP or .LP) | Alejandro Colomar | 1 | -32/+32 |
2023-10-12 | string_copying.7: Clarify 'ustr' and 'zustr' | Alejandro Colomar | 1 | -0/+7 |
2023-08-29 | strcpy.3, strncat.3, string_copying.7: tfix | Alejandro Colomar | 1 | -1/+1 |
2023-07-29 | string_copying.7: tfix | Lennart Jablonka | 1 | -11/+11 |
2023-07-29 | string_copying.7: don't grant strl{cpy,cat} magic | Lennart Jablonka | 1 | -5/+1 |
2023-07-28 | man*/: srcfix | G. Branden Robinson | 1 | -2/+2 |
2023-05-03 | man*/, man.ignore.grep: srcfix; warn about blank lines | Alejandro Colomar | 1 | -12/+12 |
2023-04-29 | man*/: srcfix | Alejandro Colomar | 1 | -1/+1 |
2023-03-08 | string_copying.7: Modify implementation of stpecpy() | Alejandro Colomar | 1 | -3/+2 |
2023-03-08 | string_copying.7: srcfix (unmatched RE) | Alejandro Colomar | 1 | -1/+0 |
2023-02-05 | Many pages: Use \[bu] instead of \(bu | Alejandro Colomar | 1 | -25/+25 |
2023-02-05 | Many pages: Use \[aq] instead of \(aq | Alejandro Colomar | 1 | -6/+6 |
2022-12-30 | bpf-helpers.7, open_how.2type, string_copying.7: tfix | Samanta Navarro | 1 | -1/+1 |
2022-12-24 | string_copying.7: Remove stpecpyx() | Alejandro Colomar | 1 | -49/+16 |
2022-12-22 | string_copying.7: tfix | Alejandro Colomar | 1 | -1/+1 |
2022-12-20 | string_copying.7: tfix | Alejandro Colomar | 1 | -1/+1 |
2022-12-20 | string_copying.7: Add page to document all string-copying functions | Alejandro Colomar | 1 | -0/+855 |