about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-06-03 22:06:10 +0000
committerUlrich Drepper <drepper@redhat.com>1997-06-03 22:06:10 +0000
commit2a7b5469ddab5bfb79268d33420853abd2468fce (patch)
treed1920fb83c51e2c1aa631c55ced8636cdc31b3be
parentb13927da591adbbae887fc89cc66c8ca7ab5b13b (diff)
downloadglibc-cvs/libc-ud-970603.tar.gz
glibc-cvs/libc-ud-970603.tar.xz
glibc-cvs/libc-ud-970603.zip
	* time/Makefile: Make tzselect depend on config.make.
	* sysdeps/wordsize-64/inttypes.h (INTMAX_C): Use `l' suffix, not `ll'.
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e4055f766e..cb8400e278 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,7 +22,7 @@
 	* sunrpc/rpc_scan.c (findkind): Declare `token' as const.
 	* sunrpc/rpc_util.c (toktostr): Declare `token' as const.
 
-	* time/Makefile: Make tzselect dependen of config.make.
+	* time/Makefile: Make tzselect depend on config.make.
 
 1997-06-01 15:01  Miles Bader  <miles@gnu.ai.mit.edu>
 
@@ -45,8 +45,7 @@
 
 1997-06-01 19:11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
-	* sysdeps/wordsize-64/inttypes.h (INTMAX_C): Use `l' suffix, not
-	`ll'.
+	* sysdeps/wordsize-64/inttypes.h (INTMAX_C): Use `l' suffix, not `ll'.
 	(PRIdFAST, PRIoFAST, PRIxFAST, PRIuFAST, SCNdFAST, SCNiFAST,
 	SCNoFAST, SCNxFAST): Correct format specifiers.