about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-24 00:12:16 +0000
committerRoland McGrath <roland@gnu.org>1999-07-24 00:12:16 +0000
commit1ad3e19980910975be712bed9fb0b68192f12ed7 (patch)
treeecdaf3f1f6d5c9a3af0ea0105ec8dce7ec42f8c1 /ChangeLog
parent5f0b70fecfd990442256a0f472ebf94e92f52cc7 (diff)
downloadglibc-1ad3e19980910975be712bed9fb0b68192f12ed7.tar.gz
glibc-1ad3e19980910975be712bed9fb0b68192f12ed7.tar.xz
glibc-1ad3e19980910975be712bed9fb0b68192f12ed7.zip
1999-07-23 Roland McGrath <roland@baalperazim.frob.com>
	* sysdeps/generic/bits/termios.h (ONOEOT): Change value to 1<<3, to
	match BSD value; previous value of 1<<8 was a typo.  I bet nothing
	ever used this, so I'm not going to worry about compatibility.
	[__USE_GNU] (IUCLC, OLCUC): New macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cec1fc631..680db9396a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-07-23  Roland McGrath  <roland@baalperazim.frob.com>
+
+	* sysdeps/generic/bits/termios.h (ONOEOT): Change value to 1<<3, to
+	match BSD value; previous value of 1<<8 was a typo.  I bet nothing
+	ever used this, so I'm not going to worry about compatibility.
+	[__USE_GNU] (IUCLC, OLCUC): New macros.
+
 1999-07-23  Ulrich Drepper  <drepper@cygnus.com>
 
 	* include/libintl.h: Undefine N_ and _ first to avoid warnings.