summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-12-18 10:00:20 +0000
committerRoland McGrath <roland@gnu.org>1995-12-18 10:00:20 +0000
commit8882961f3882ae110b9a1d5b78497c9a8f56ed0d (patch)
tree207507ba3c55abafff079729ae25282d6214c7a1
parent5ca8c0ba635c9668e43a37b4706efa3e6a6b4c8b (diff)
Sun Dec 17 15:56:35 1995 Miles Bader <miles@gnu.ai.mit.edu>cvs/libc-951218
* misc/getpass.c (getpass): Don't barf if getline returns a null BUF.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a67fc7212..1a7e411b5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Dec 17 15:56:35 1995 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * misc/getpass.c (getpass): Don't barf if getline returns a null BUF.
+
Sat Dec 16 10:33:11 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* Makerules: Use $(do-install-so) for installing shared objects.