changeset 6891:fda12264b6e2

Fix a few Changelog entries.
author Bruno Haible <bruno@clisp.org>
date Thu, 29 Jun 2006 12:24:29 +0000
parents 4c4ab062b59c
children 5c4cc6c7a8c0
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -5,8 +5,8 @@
 
 2006-05-12  Bruno Haible  <bruno@clisp.org>
 
-        * mkdtemp.c [MINGW]: Include <io.h>.
-        (mkdir): Define using _mkdir.
+	* mkdtemp.c [MINGW]: Include <io.h>.
+	(mkdir): Define using _mkdir.
 
 2006-06-28  Bruno Haible  <bruno@clisp.org>
 
@@ -42,7 +42,7 @@
 
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
-	* stdlib_.h (intmax_t, uintmax_t): Undefine before typedef.
+	* stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
 
 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
 
@@ -52,27 +52,27 @@
 
 2006-06-26  Bruno Haible  <bruno@clisp.org>
 
-	* stdlib_.h: Include <wchar.h> if necessary for WCHAR_MIN or
+	* stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
 	WCHAR_MAX.
 	Reported by Mark D. Baushke and Larry Jones.
 
 2006-06-26  Bruno Haible  <bruno@clisp.org>
 
-	* stdlib_.h: Don't include <stdint.h> when using the SGI C compiler
+	* stdint_.h: Don't include <stdint.h> when using the SGI C compiler
 	in pre-C99 mode.
 	Suggested by Mark D. Baushke and Larry Jones.
 
 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
 
-	* stdlib_.h: Treat BSD/OS like OpenBSD.
+	* stdint_.h: Treat BSD/OS like OpenBSD.
 
 2006-06-23  Bruno Haible  <bruno@clisp.org>
 
-	* stdlib_.h: Treat IRIX like OpenBSD.
+	* stdint_.h: Treat IRIX like OpenBSD.
 
 2006-06-23  Bruno Haible  <bruno@clisp.org>
 
-	* stdlib_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
+	* stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
 	ISO C 99 Technical Corrigendum 1.
 
 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>