summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/vis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a regress test for the vis and unvis functions. after finding onederaadt2011-03-131-4/+90
| | | | | bug, this then found a 2nd bug.. worked on with guenther
* fix rcs ids. ok sthen@martynas2009-06-211-1/+1
|
* Basic regress test for the vis(3) family of functions. Extra testsotto2005-08-293-0/+35
for various flag values will be added later. ok deraadt@