Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-04-07 21:23:20 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-04-07 21:23:20 +0400
commit8dc102b20b2771ef9b596d79fab3f9f64418f199 (patch)
tree62fbbfa30172385c2236290c7ad6727ef69157ff /winsup/cygwin/ChangeLog
parent18ac7638b9327d6f7251e7dcc40bbeb4ea52ce4f (diff)
* include/stdint.h (int_least32_t): Define as int.
(uint_least32_t): Ditto, unsigned. (int_fast16_t): Define as int. (int_fast32_t): Ditto. (uint_fast16_t): Ditto, unsigned. (uint_fast32_t): Ditto. (UINT32_MAX): Remove `L' long marker. (UINT_LEAST32_MAX): Ditto. (UINT_FAST16_MAX): Ditto. (UINT_FAST32_MAX): Ditto. (INT32_C): Ditto. (UINT32_C): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9f9670680..594efbd78 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,20 @@
2009-04-07 Corinna Vinschen <corinna@vinschen.de>
+ * include/stdint.h (int_least32_t): Define as int.
+ (uint_least32_t): Ditto, unsigned.
+ (int_fast16_t): Define as int.
+ (int_fast32_t): Ditto.
+ (uint_fast16_t): Ditto, unsigned.
+ (uint_fast32_t): Ditto.
+ (UINT32_MAX): Remove `L' long marker.
+ (UINT_LEAST32_MAX): Ditto.
+ (UINT_FAST16_MAX): Ditto.
+ (UINT_FAST32_MAX): Ditto.
+ (INT32_C): Ditto.
+ (UINT32_C): Ditto.
+
+2009-04-07 Corinna Vinschen <corinna@vinschen.de>
+
* strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widechar
conversion functions throughout.
* wchar.h: Ditto in declarations. Guard them __INSIDE_CYGWIN__.