| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Sep 2011 22:26:39
2.7_2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 14:59:23
2.7_2
|
ohauer  |
-remove MD5 |
19 Apr 2010 10:43:43
2.7_2
|
ale  |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
13 May 2009 09:46:02
2.7_1
|
ale  |
Chase libgmp and bump PORTREVISION. |
25 Jul 2008 14:34:52
2.7
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
25 Dec 2007 06:32:06
2.7
|
clsung  |
- Update to 2.7 |
10 Oct 2007 02:10:56
2.6
|
clsung  |
- Update to 2.6 |
30 Jul 2007 03:02:11
2.5
|
clsung  |
- Update to 2.5 |
26 Jul 2007 06:20:07
2.4
|
clsung  |
- Update to 2.4 |
31 Mar 2007 06:13:52
2.3
|
clsung  |
- Update to 2.3 |
09 Mar 2007 02:48:04
2.2
|
clsung  |
- Update to 2.2 |
26 Feb 2007 10:40:20
2.1
|
clsung  |
- update to 2.1, and make it fetchable. |
10 Feb 2007 22:58:24
1.3
|
kris  |
BROKEN: Unfetchable |
15 Jan 2007 15:05:40
1.3
|
clsung  |
- Update to 1.3 |
08 Jan 2007 02:51:04
1.2.2
|
clsung  |
- Update to 1.2.2
Noted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
08 Jan 2007 01:23:41
1.2
|
clsung  |
- avoid build error on 4.x |
07 Jan 2007 14:38:31
1.2
|
clsung  |
This is a library for converting Unicode strings to numbers.
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 |