|
From: Marcel T. <te...@us...> - 2005-07-15 07:50:24
|
Update of /cvsroot/openwince/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29816 Modified Files: ChangeLog NEWS Log Message: 2005-07-15 Marcel Telka <ma...@te...> * stdint/stdint-hwbench.h: Changed comments. Disabled macros for C++ via __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS. * stdint/stdint-win32.h: Disabled macros for C++ via __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS. Index: NEWS =================================================================== RCS file: /cvsroot/openwince/include/NEWS,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- NEWS 15 Jul 2005 03:49:53 -0000 1.55 +++ NEWS 15 Jul 2005 07:50:15 -0000 1.56 @@ -5,6 +5,8 @@ * Updated stdint.h support from latest ac-archive package for better conformance with SUSv3 standard. * Fixed typo (compiler error) in common stdint.h implementation. + * Increased conformance of Win32 and Hitachi Workbench/IAR Compiler stdint.h + implementations with ISO C99. include-0.4 (2005-07-12): Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/include/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- ChangeLog 15 Jul 2005 03:49:53 -0000 1.85 +++ ChangeLog 15 Jul 2005 07:50:15 -0000 1.86 @@ -1,5 +1,12 @@ 2005-07-15 Marcel Telka <ma...@te...> + * stdint/stdint-hwbench.h: Changed comments. Disabled macros for C++ via + __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS. + * stdint/stdint-win32.h: Disabled macros for C++ via __STDC_LIMIT_MACROS + and __STDC_CONSTANT_MACROS. + +2005-07-15 Marcel Telka <ma...@te...> + * acinclude.m4 (AX_CREATE_STDINT_H): Fixed typo (unsinged -> unsigned). 2005-07-14 Marcel Telka <ma...@te...> |