Subject: CVS commit: pkgsrc/math/gcalctool
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 02/27/2004 17:26:30
Module Name: pkgsrc
Committed By: jmmv
Date: Fri Feb 27 17:26:30 UTC 2004
Modified Files:
pkgsrc/math/gcalctool: Makefile PLIST distinfo
Log Message:
Update to 4.3.48:
* Fixed bug 135064. Changing the sign of a large number (when "Show
Thousands Separator" is on and this is not the C locale), no longer
corrupts the display.
My special thanks to Miloslav Trmac for fixing this problem in a
really elegant manner. This is an important change to the way that
numbers are displayed.
The fix involved resetting all the internal calculations in gcalctool
to be done in the C locale, and then localized (radix character and
thousands separator), just before the number is displayed.
I'd appreciate it if everybody could give this a good thrashing in as
many locales as possible to make sure that it's fully working.
* Fixed bug 135328. Added Shift-slash as a recognized alternate for the
divide operation (needed by the be-latin1 keyboard layout).
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/math/gcalctool/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/gcalctool/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/math/gcalctool/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.