summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/a64l.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct decoding a string containing '/'.jkim2006-05-191-1/+1
| | | | | PR: 97485 Submitted by: Mikko Tyolajarvi < mbsd at pacbell dot net >
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions converttrhodes2005-12-241-0/+46
between a 32-bit integer and a radix-64 ASCII string. The l64a_r() function is a NetBSD addition. PR: 51209 (based on submission, but very different) Reviewed by: bde, ru
OpenPOWER on IntegriCloud