Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:b19c377fe74e318415fc753d34f31da3a1849d73
Author...:karl <>
Committer:karl <>
Date.....:Tue Oct 17 14:07:14 2006 +0000
Parents..:30f3c8e8eb96aca67b6e6e523c5ca4f33dab6568

Message
[project @ 2006-10-17 14:07:14 by karl]
.

Changes
diff --git a/build-aux/depcomp b/build-aux/depcomp
line changes: +1/-1
index 7d40937..ca5ea4e
--- a/build-aux/depcomp
+++ b/build-aux/depcomp
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2006-07-09.11
+scriptversion=2006-10-15.18
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
 # Foundation, Inc.

diff --git a/src/ChangeLog b/src/ChangeLog
line changes: +6/-0
index ec085ea..ceaf454
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-16  Karl Berry  <karl@gnu.org>
+
+	* hello.c (main): compare getopt_long result to -1, not EOF, since
+	EOF might not be -1.  Use NULL instead of (int *)0.  Both
+	suggestions from Eric Blake.
+
 2006-08-29  Karl Berry  <karl@gnu.org>
 
 	* hello.c (main) <--help output>: say that translators should add

This website is licensed under AGPL-3.0. Feel free to copy!