index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
vis.c
Age
Commit message (
Expand
)
Author
2017-11-27
Use 16x instead of 4x the amount of space since each wint_t can result in
christos
2017-04-23
Add VIS_DQ (for OpenBSD compat)
christos
2017-02-12
fix off-by-one, found by asan.
christos
2016-01-14
add stravis(3) from OpenBSD
christos
2015-05-26
use isgraph_l suggested by joerg@
christos
2015-05-23
fix the tools build.
christos
2015-05-23
Grr need to deal with isgraph(3). Is there a better way?
christos
2015-05-23
Add VIS_NOLOCALE to avoid ambiguous conversions.
christos
2014-09-26
Cannot encode \$ in VIS_CSTYLE as that looks like `vis -l` encoding.
roy
2014-09-26
Don't encode any characters in VIS_CSTYLE that have a special meaning
roy
2014-09-26
no c99 for tools.
christos
2014-09-26
add VIS_META/VIS_SHELL support to encode all shell metacharacters.
christos
2014-09-08
get rid of MB_STRZ as suggested by joerg.
christos
2014-09-08
PR/49185: Conrad Meyer: strvisx: Handle zero-length input strings gracefully.
christos
2013-02-21
No ctassert in tool build
joerg
2013-02-20
Minor nits, and make it compile in FreeBSD (NBBY needs sys/params.h)
christos
2013-02-20
Don't declare a variable inside a "for" construct because it breaks the
tron
2013-02-20
Make the masks 64 bit wide so that they fit 6 character wide conversions.
christos
2013-02-20
Initialize 'clen' to 0, to avoid "may be used uninitialized" warning.
riz
2013-02-20
Fix whitespace
christos
2013-02-20
More fixes from J.R. Oldroyd. We introduce a new function that can
christos
2013-02-15
More fixes from: J.R. Oldroyd
christos
2013-02-14
off by one.
christos
2013-02-13
remove patch botches.
christos
2013-02-13
Fix from J.R. Oldroyd for wide chars > 2
christos
2013-02-13
Handle invalid character sequences.
christos
2013-02-13
Match prototype with reality to fix tool build on platforms where
pooka
2013-02-13
explain we we want wide character support here.
christos
2013-02-13
Wide char support from J.R. Oldroyd
christos
2012-12-14
Add VIS_GLOB (Brooks Davies)
christos
2011-03-12
Fix various vis/unvis issues:
christos
2011-03-12
avoid c99
christos
2011-03-12
Prepare for strnvis functionality by providing a length to the encoding
christos
2009-11-23
fix VIS_HTTPSTYLE to not convert "safe" ($-_.+) and "extra" (!*'(),)
plunky
2009-02-11
fix typo * -> & from enami.
christos
2009-02-10
Add RFC 2045 MIME Quoted-Printable support.
christos
2008-09-04
In strsvisx(), don't attempt to read the "next" character past the end
lukem
2008-07-25
Change the gross #defines HVIS and SVIS into local functions.
dsl
2008-04-29
Convert to new 2 clause license
martin
2006-08-28
Remove ad clause. Approved by board@
christos
2005-11-18
Make the MAKEEXTRALIST macro safe to be called with string literals as
martin
2005-05-28
convert to ANSI prototypes. some KNF
lukem
2005-05-28
missed a free(3) in previous
lukem
2005-05-28
Use malloc(3) instead of the non-standard alloca(3) in MAKEEXTRALIST(),
lukem
2005-05-20
Use a more standard TNF license (than one that has clause 3 for UCB
lukem
2005-05-16
Remove clause 3 from the UCB license.
lukem
2005-04-17
PR/21165: Christian Biere: ctype function misuse
christos
2004-02-26
Fix indent and other whitespace usage.
enami
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-16
If VIS_CSTYLE is specified, use \ to escape any printable characters
dsl
[next]