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
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
2002-07-03
adapt for vis()/svis() check separation
pooka
2002-05-26
__STDC__ is always defined on NetBSD.
wiz
2002-03-23
- Add VIS_HTTPSTYLE from FreeBSD.
christos
2002-01-31
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
tv
2002-01-21
Add hooks for reachover builds from src/tools/compat.
tv
2000-01-22
Delint.
mycroft
2000-01-22
Delint.
mycroft
1999-12-07
In SVIS, encode all characters on the extra list either in C-style
wennmach
1999-11-28
Suggested by christos:
wennmach
1999-11-25
Added new functions
wennmach
1999-11-17
Add some casts to u_char to get vis working again for characters > 0177
wennmach
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-13
delint
christos
1998-11-13
delint
christos
1998-02-03
remove obsolete register declarations
perry
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1995-02-25
merge with Lite, keep local changes. clean up id usage
cgd
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-03
I'm really mad now. Not only did this `new' version have exactly the same
mycroft
1993-07-30
Latest versions from uunet.
mycroft
1993-07-15
(1) compare against UCHAR_MAX, don't use isascii().
cgd
1993-03-21
initial import of 386bsd-0.1 sources
cgd