summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/labs.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the vague, incorrect, and confusing BUGS sections with CAVEATSschwarze2019-01-181-4/+15
| | | | | | clearly stating which arguments have to be avoided, and mention the header files defining the constants required for the checks. Feedback and OK guenther@, OK bluhm@.
* add missing and correct misspelled names, most in NAME sections;schwarze2017-08-011-3/+4
| | | | | found with regress/usr.bin/mandoc/db/dbm_dump; OK jmc@
* add a bit of spacing to previous, to keep the notes about deprecatedjmc2016-08-151-2/+3
| | | | | | functions out the way of the main body; ok guenther
* Reduce qabs() and qdiv() to aliases of llabs() and lldiv().guenther2016-08-141-2/+8
| | | | | | Merge the manual pages and call them deprecated there. ok and manpage tweak jmc@, ok natano@
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-301-3/+3
| | | | | | The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing.
* Punctuation after macro arguments needs to be in a separate argument.schwarze2014-01-191-3/+4
| | | | Found while testing mandocdb(8).
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* no more math(3);jmc2011-07-071-4/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert2006-01-131-1/+2
|
* llabs(3) for C99millert2003-07-211-6/+14
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Flesh out stdlib function man pages.aaron2000-04-201-5/+3
|
* first round of repairs on stdlibaaron1999-06-291-2/+2
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-2/+2
| | | | | | | - 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-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+67