summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/a64l.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-3/+3
|
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* WARNINGS -> CAVEATS, and a little neccessary cleanup;jmc2010-04-011-10/+10
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-2/+2
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+8
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+12
|
* typos;jmc2003-05-101-2/+2
|
* Flesh out stdlib function man pages.aaron2000-04-201-7/+8
|
* first round of repairs on stdlibaaron1999-06-291-19/+40
|
* make function names the correct casederaadt1999-02-271-2/+2
|
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-5/+2
| | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
* Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1.millert1997-08-171-0/+125
Also make a64l(3) and l64a(3) deal reasonably with inapropriate input. The standard does not require this, but it does not disallow it either.