Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct decoding a string containing '/'. | jkim | 2006-05-19 | 1 | -1/+1 |
| | | | | | PR: 97485 Submitted by: Mikko Tyolajarvi < mbsd at pacbell dot net > | ||||
* | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | trhodes | 2005-12-24 | 1 | -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 |