From owner-cvs-user Sat Mar 29 16:23:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24088 for cvs-user-outgoing; Sat, 29 Mar 1997 16:23:46 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24077; Sat, 29 Mar 1997 16:23:43 -0800 (PST) Date: Sat, 29 Mar 1997 16:23:43 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703300023.QAA24077@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio Makefile copyin.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 16:23:42 Modified: contrib/cpio Makefile copyin.c Log: Replace ctime by strftime %c to use national representation. Use isprint() for Localization. Submitted by: ache via gnu/usr.bin/cpio v2.3 Revision Changes Path 1.2 +3 -2 src/contrib/cpio/Makefile 1.2 +15 -0 src/contrib/cpio/copyin.c