diff options
Diffstat (limited to 'usr.bin/awk/FIXES')
-rw-r--r-- | usr.bin/awk/FIXES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/awk/FIXES b/usr.bin/awk/FIXES index 9cda6ca12b3..6dd455653a2 100644 --- a/usr.bin/awk/FIXES +++ b/usr.bin/awk/FIXES @@ -1,3 +1,4 @@ +/* $OpenBSD: FIXES,v 1.3 1997/01/21 21:14:03 kstailey Exp $ */ /**************************************************************** Copyright (C) AT&T and Lucent Technologies 1996 All Rights Reserved @@ -475,3 +476,5 @@ Jun 29, 1996: fixed awful bug in new field splitting; didn't get all the places where input was done. +Jan 21, 1997 + Fixed %c: works if the value is 0 -- now prints \0. |