|
|
|
@ -1,3 +1,17 @@ |
|
|
|
|
2009-09-10 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
[Win64] Improve the computation of random seed from stack address. |
|
|
|
|
|
|
|
|
|
On LLP64 platform, the conversion from pointer to FT_Fixed need |
|
|
|
|
to drop higher 32-bit. Explict casts are required. Reported by |
|
|
|
|
NightStrike from MinGW-w64 project. See |
|
|
|
|
http://lists.gnu.org/archive/html/freetype/2009-09/msg00000.html |
|
|
|
|
|
|
|
|
|
* src/cff/cffgload.c: Convert the pointers to FT_Fixed explicitly. |
|
|
|
|
|
|
|
|
|
* src/psaux/t1decode.c: Ditto. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2009-09-03 Werner Lemberg <wl@gnu.org> |
|
|
|
|
|
|
|
|
|
[raster] Improvements for stand-alone mode. |
|
|
|
|