summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/a64l.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct decoding a string containing '/'.Jung-uk Kim2006-05-191-1/+1
| | | | | | | | PR: 97485 Submitted by: Mikko Tyolajarvi < mbsd at pacbell dot net > Notes: svn path=/head/; revision=158749
* Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convertTom Rhodes2005-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 Notes: svn path=/head/; revision=153707