summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/ecvt.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-3/+3
|
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-101-5/+3
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),guenther2012-06-011-3/+6
| | | | | | | and valloc() are not in the current version, while posix_memalign() mkstemp(), and mkdtemp() are, and setstate()'s argument has lost a bogus 'const'. ok millert@ jmc@ espie@ kettenis@; ports build testing by naddy@
* WARNINGS -> CAVEATS, and a little neccessary cleanup;jmc2010-04-011-14/+14
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* use new .St macro;jmc2004-01-251-2/+2
|
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-8/+12
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
|
* typomillert2003-05-241-1/+1
|
* Say POSIX-2001 instead of Single Unix v3. They are the same but we generallymillert2003-05-241-1/+1
| | | | mention POSIX compliance, not Single Unix compliance.
* typos;jmc2003-05-101-1/+1
|
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-0/+172