Mercurial > hg > xemacs-beta
comparison notes.txt @ 5937:9e308c7501d1 cygwin
6 years later, not sure about movemail
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 02 Dec 2021 14:34:45 +0000 |
parents | d5eb0914ca1f |
children |
comparison
equal
deleted
inserted
replaced
5936:574f0cded429 | 5937:9e308c7501d1 |
---|---|
363 now eliminated all pointer truncation warnings. 1254 remain, of which | 363 now eliminated all pointer truncation warnings. 1254 remain, of which |
364 1246 are conversion from [64 bits] to [32 bits], possible loss of data | 364 1246 are conversion from [64 bits] to [32 bits], possible loss of data |
365 | 365 |
366 Defined macros for (EMACS_INT)1 and (EMACS_UINT)1 to replace 1L and 1UL | 366 Defined macros for (EMACS_INT)1 and (EMACS_UINT)1 to replace 1L and 1UL |
367 E1 UE1 | 367 E1 UE1 |
368 | |
369 Backed out of a few lib-src files which aren't compiled under VS | |
370 anyway | |
371 | |
372 Passed smoketest for compilation with 64-bit gcc/cygwin | |
373 | |
374 Paths are right for cygwin 64bit build, not for VS 64bit :-( |