=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/FIXES,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/awk/FIXES 1997/01/20 19:43:15 1.2 --- src/usr.bin/awk/FIXES 1997/01/21 21:14:03 1.3 *************** *** 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,477 **** --- 476,480 ---- 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.