summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/vis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12cvs2svn2012-07-133-121/+0
|
* 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@