comparison src/ChangeLog @ 4682:648f4a0dac3e

Fix build problems on WIN32 platforms caused by the large image crash fix. See the thread on xemacs-patches@xemacs.org beginning with message <20a807210907081256y6c02f4bbv72d34c9f3c72ab02@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 24 Aug 2009 15:21:21 -0600
parents b5e1d4f6b66f
children cdabd56ce1b5
comparison
equal deleted inserted replaced
4681:64ac4337298b 4682:648f4a0dac3e
1 2009-08-24 Jerry James <james@xemacs.org>
2
3 * lisp.h (INT_64_BIT): define as __int64 on WIN32.
4 * glyphs-eimage.c (tiff_instantiate): cast argument of
5 xnew_binbytes to size_t (guaranteed to fit because of immediately
6 preceding check).
7
1 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> 8 2009-08-11 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * floatfns.c (ROUNDING_CONVERT, CONVERT_WITH_NUMBER_TYPES) 10 * floatfns.c (ROUNDING_CONVERT, CONVERT_WITH_NUMBER_TYPES)
4 (CONVERT_WITHOUT_NUMBER_TYPES, MAYBE_TWO_ARGS_BIGNUM) 11 (CONVERT_WITHOUT_NUMBER_TYPES, MAYBE_TWO_ARGS_BIGNUM)
5 (MAYBE_ONE_ARG_BIGNUM, MAYBE_TWO_ARGS_RATIO) 12 (MAYBE_ONE_ARG_BIGNUM, MAYBE_TWO_ARGS_RATIO)