summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/isblank.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-15/+43
| | | | | | | | | | | | Complete in the sense that all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. With important help from kettenis@, guenther@, and jca@. Repeated testing in ports bulk builds by naddy@. Additional testing by jca@, sebastia@, dcoppa@, and others. OK kettenis@ dcoppa@, and guenther@ on an earlier version. Riding guenther@'s libc/librthread major bump.
* Add STANDARDS section; isblank(3) was specified in C99.bentley2015-06-231-2/+7
| | | | ok jung@ jmc@
* functions, not macros; from Daniel Dickmanjmc2013-07-061-3/+3
| | | | ok guenther
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Document that behaviour is undefined if the argument isn't EOF or an unsignedpjanzen2001-06-251-1/+9
| | | | char.
* - remove all trailing whitespaceaaron1999-07-091-2/+2
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* change some .Em/.Va to .Li, looks niceraaron1999-06-051-4/+2
|
* repairsaaron1999-05-291-4/+4
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+90