aboutsummaryrefslogtreecommitdiff
path: root/devel/libuninum
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.3Cheng-Lung Sung2007-03-313-5/+5
| | | | Notes: svn path=/head/; revision=188873
* - Update to 2.2Cheng-Lung Sung2007-03-093-5/+5
| | | | Notes: svn path=/head/; revision=186943
* - update to 2.1, and make it fetchable.Cheng-Lung Sung2007-02-263-8/+8
| | | | Notes: svn path=/head/; revision=185966
* BROKEN: UnfetchableKris Kennaway2007-02-101-0/+2
| | | | Notes: svn path=/head/; revision=184827
* - Update to 1.3Cheng-Lung Sung2007-01-152-6/+4
| | | | Notes: svn path=/head/; revision=182434
* - Update to 1.2.2Cheng-Lung Sung2007-01-082-4/+6
| | | | | | | Noted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Notes: svn path=/head/; revision=181741
* - avoid build error on 4.xCheng-Lung Sung2007-01-081-0/+1
| | | | Notes: svn path=/head/; revision=181738
* This is a library for converting Unicode strings to numbers.Cheng-Lung Sung2007-01-075-0/+62
Standard functions like strtoul and strtod do this for numbers written in the usual Western number system using the Indo-Arabic numerals, but they do not handle other number systems. The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer. WWW: http://billposer.org/Software/libuninum.html Notes: svn path=/head/; revision=181689