| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Feb 2008 21:24:58
6.21_2
|
tabthorpe  |
0 Deprecate
- Set EXPIRATION_DATE
PR: ports/121226
Submitted by: Heinz Tschabitscher <semper doubt.com> (maintainer) |
22 Jan 2006 12:56:47
6.21_2
|
edwin  |
SHA256ify
Approved by: krion@ |
31 Mar 2004 04:12:58
6.21_2
|
trevor  |
SIZEify (maintainer timeout) |
21 Feb 2003 12:44:05
6.21_2
|
knu  |
De-pkg-comment. |
29 Jun 2002 09:46:49
6.21_2
|
truckman  |
Silence a compile warning, main() should not be declared type void. |
29 Jun 2002 09:38:45
6.21_2
|
truckman  |
The format patch included in PR ports/32017 is breaks formats such as
"0.000", trimming trailing non-zeros and adding back trailing zeros.
Fix both the original bug, which was caused by walking off the beginning
of the fractional part of the value and into the integer part, as well
as the new bug, by terminating the trailing zero stripping when the first
non-zero character is encountered. Also, correctly calculate the number
number of trailing zeros that should potentially be removed if the format
contains trailing text characters.
Bump PORTREVISION.
Reviewed by: send-pr@oldach.net (Helge Oldach) |
04 Dec 2001 22:24:04 
|
steve  |
Forgot to bump PORTREVISION with previous changes. |
02 Dec 2001 22:18:15 
|
steve  |
- Backup files should be produced according to the wide-spread "tilde
suffix" convention. sc will also prepend a hash character which will make
the backup files go out of common directory sort order. - A value such as 40
will be displayed wrongly if displayed with a "0.00 EUR" format (i.e. more
than one or two characters alpha text after the number format). - 8-bit
characters (according to usual locale conventions) should be allowed. |
08 Oct 2000 05:10:26 
|
asami  |
Convert category math to new layout. |