Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap <vis.h> so that calls go direct and the symbols are all weak | 2015-09-13 | 1 | -1/+3 | |
| | |||||
* | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | 2015-07-20 | 1 | -10/+10 | |
| | |||||
* | Add stravis(), an allocating version of strvis(). OK doug@ | 2014-11-17 | 1 | -2/+23 | |
| | |||||
* | Fix handling of VIS_ALL: in vis(), actually encode all characters | 2011-03-13 | 1 | -5/+6 | |
| | | | | | | | as requested and give a correct estimate when they don't all fit, and in unvis() decode them instead of erroring ok nicm@, deraadt@ | ||||
* | backout VIS_HEX. guenther@ points out that the C89 \xff encoding | 2010-08-24 | 1 | -15/+6 | |
| | | | | | | | | | idiotically accepts more then two hex digits following the \x, even on platforms where a char has 8 bits. It is therefore dangerous to have an almost-bit-not-quite compatible format in vis(3). The VIS_ALL (encode all characters) option introduced in the same commit remains. | ||||
* | Two new flags: VIS_ALL - encode all characters, not just invisible ones | 2010-08-21 | 1 | -7/+16 | |
| | | | | | | | | and VIS_HEX - use C89 \xff style hexadecimal encoding. Teach unvis(3) how to deal with the hex encoding. feedback and ok millert@ chl@ | ||||
* | repair VIS_GLOB; deraadt@ otto@ OK | 2005-09-01 | 1 | -2/+3 | |
| | |||||
* | Remove spurious call to isgraph() that sneaked in in rev 1.16. | 2005-08-29 | 1 | -2/+2 | |
| | | | | ok millert@ deraadt@ | ||||
* | Fix the VIS_GLOB checks added in rev 1.16 | 2005-08-28 | 1 | -10/+8 | |
| | | | | | | Add missing casts to u_char so 0xff is treated the same on machines with signed and unsigned chars. OK deraadt@ espie@ | ||||
* | Add VIS_GLOB to escape special characters used by shell-style globbing. | 2005-08-09 | 1 | -10/+13 | |
| | | | | From Solar Designer based on changes in FreeBSD. OK deraadt@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | deregister (and deauto!). ok millert@ marco@ | 2005-03-25 | 1 | -3/+3 | |
| | |||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -19/+5 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph() | 2003-05-14 | 1 | -3/+4 | |
| | | | | is true, even if the character isn't 7-bit. | ||||
* | need string.h | 2002-07-01 | 1 | -1/+2 | |
| | |||||
* | Fix strnvis(): don't truncate unnecessarily, set the return value correctly | 2002-07-01 | 1 | -12/+19 | |
| | | | | if we had to truncate, and don't NUL-terminate if size == 0. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -5/+1 | |
| | |||||
* | Explicitly NUL terminate dst in strvis() and strvisx() in case | 2001-08-13 | 1 | -1/+3 | |
| | | | | | we are passes an empty string. vis() and strnvis() were already OK. Based on patch by wilfried@openbsd.org | ||||
* | Add strnvis(3) -- a length-bounded version of strvis(3) with a return | 2000-11-21 | 1 | -10/+54 | |
| | | | | value similar to snprintf(3) and strlcpy(3). | ||||
* | off-by-one calculation error; getcwd() would return NULL if the buffer was | 2000-07-19 | 1 | -2/+3 | |
| | | | | the needed length + terminating byte + 1; that 1 is not needed; assar | ||||
* | #if __STDC__ --> #ifdef __STDC__ | 1997-07-25 | 1 | -2/+2 | |
| | |||||
* | Clean up some -Wall complaints. | 1997-07-09 | 1 | -3/+3 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+192 | |