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
/
usr.bin
/
tr
/
str.c
Age
Commit message (
Expand
)
Author
2018-05-26
Do not accept invalid octal character values (>= 0400).
leot
2013-08-11
Whitespace.
dholland
2013-08-11
Fix another bug, relating to parsing the [=x=] syntax.
dholland
2013-08-11
Tidy up more. This is pretty ratty code.
dholland
2013-08-11
Tidy up.
dholland
2013-08-11
Pass -Wpointer-sign.
dholland
2013-08-11
avoid undefined behavior.
dholland
2013-08-11
Simplify the parser handling.
dholland
2013-08-11
sprinkle const
dholland
2013-08-11
Make the parser state opaque. While here, fix a memory leak when using
dholland
2013-08-10
Expose less of the parser state outside str.c.
dholland
2011-09-08
revert previous; don't change the logic.
christos
2011-09-08
don't forget to 0 init the rest of the array since now we removed the memset
christos
2011-09-08
a little more KNF, plus add \e (from the previous commit)
christos
2011-09-08
It is pointless to assign to the CLASS.set member and never use it again.
christos
2011-09-07
Add comment to explain the const issue to avoid future trouble.
joerg
2011-09-07
Remove newly-introduced const qualifier from static CLASS classes[],
riz
2011-09-06
ANSIfy. Sprinkle const and __dead.
joerg
2009-04-13
Fix WARNS=4 (-Wcast-qual -Wextra)
lukem
2007-01-17
Remove duplicate #includes
hubertf
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
1999-03-16
Correct the ctype function used for [:print:] character class; from Soren S.
kleink
1997-10-20
WARNSify, fix .Nm usage, getopt returns -1 not EOF, use <err.h>
lukem
1995-08-31
Sync with 4.4lite2
jtc
1994-12-07
Merged with 4.4lite.
jtc
1993-10-22
From Jeremy Scofield -- correctly terminate ranges with backquoted endpoint.
jtc
1993-09-14
Remove explicit declarations of isfoo() functions, because we fixed
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-07-29
Don't repeat the last character in a range.
mycroft
1993-04-27
integrated updated 'tr' from ftp.uu.net:bsd-sources
glass