From owner-cvs-bin Sun Sep 29 03:19:25 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA16959 for cvs-bin-outgoing; Sun, 29 Sep 1996 03:19:25 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA16895; Sun, 29 Sep 1996 03:19:19 -0700 (PDT) Received: by sovcom.kiae.su id AA29221 (5.65.kiae-1 ); Sun, 29 Sep 1996 13:05:19 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Sun, 29 Sep 96 13:05:19 +0300 Received: (from ache@localhost) by nagual.ru (8.7.6/8.7.3) id MAA00754; Sun, 29 Sep 1996 12:57:53 +0300 (MSK) Message-Id: <199609290957.MAA00754@nagual.ru> Subject: Re: cvs commit: src/bin/cat cat.c In-Reply-To: <199609282119.OAA20474@freefall.freebsd.org> from "Warner Losh" at "Sep 28, 96 02:19:35 pm" To: imp@freefall.freebsd.org (Warner Losh) Date: Sun, 29 Sep 1996 12:57:53 +0300 (MSK) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL26 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > getopt return value is -1 on NetBSD and EOF on FreeBSD. I think we should return -1 too, if POSIX2 really says so. > NetBSD has added setlocale calls before anything else. setlocale() isn't really necessary there, upper half of charset table never activated (I mean old variant, not yet look on new one). -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-bin Mon Sep 30 08:46:35 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA29588 for cvs-bin-outgoing; Mon, 30 Sep 1996 08:46:35 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA29028; Mon, 30 Sep 1996 08:45:42 -0700 (PDT) Date: Mon, 30 Sep 1996 08:45:42 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199609301545.IAA29028@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/cat cat.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/09/30 08:45:41 Modified: bin/cat cat.c Log: Activate LC_CTYPE locale and additionly use !isprint() for 8bit characters Revision Changes Path 1.5 +5 -2 src/bin/cat/cat.c From owner-cvs-bin Mon Sep 30 21:59:31 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27014 for cvs-bin-outgoing; Mon, 30 Sep 1996 21:59:31 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA26984; Mon, 30 Sep 1996 21:59:17 -0700 (PDT) Date: Mon, 30 Sep 1996 21:59:17 -0700 (PDT) From: Peter Wemm Message-Id: <199610010459.VAA26984@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh builtins.def Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/30 21:59:16 Modified: bin/sh builtins.def Log: re-activate the printf builtin now that src/usr.bin/printf.c has been tweaked to work as a builtin better (ie: calls the real printf formatting code, not sh's cut-down out1fmt() function) Revision Changes Path 1.3 +2 -2 src/bin/sh/builtins.def From owner-cvs-bin Sat Oct 5 15:30:33 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA13165 for cvs-bin-outgoing; Sat, 5 Oct 1996 15:30:33 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12955; Sat, 5 Oct 1996 15:27:33 -0700 (PDT) Date: Sat, 5 Oct 1996 15:27:33 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610052227.PAA12955@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-user, cvs-games, cvs-lib, cvs-usrbin, cvs-gnu, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/bin/ed ed.1 src/lib/libncurses curs_addch.3 curs_insstr.3 src/libexec/telnetd telnetd.8 src/sbin/mount_null mount_null.8 src/sbin/ping ping.8 src/usr.bin/cap_mkdb cap_mkdb.1 src/usr.bin/hexdump hexdump.1 src/usr.bin/ipcs ipcs.1 src/usr.bin/make make.1 src/usr.bin/quota quota.1 src/usr.bin/ranlib ranlib.1 src/usr.bin/tconv tconv.1 src/usr.bin/telnet telnet.1 src/usr.sbin/sa sa.8 src/usr.sbin/ypbind ypbind.8 src/bin/csh/USD.doc csh.1 csh.2 src/contrib/cvs/man cvs.1 src/contrib/libpcap pcap.3 src/contrib/tcl/doc FindExec.3 break.n continue.n expr.n unknown.n src/games/phantasia phantasia.6 src/games/sail sail.6 src/gnu/usr.bin/bc bc.1 src/gnu/usr.bin/perl/perl perl.1 src/gnu/usr.bin/texinfo/info info.1 src/lib/libc/db/man mpool.3 src/lib/libc/string memcmp.3 src/lib/libc/sys madvise.2 mkdir.2 src/lib/libc/xdr xdr.3 src/lib/libcompat/SysV ftok.3 src/lib/libftpio ftpio.3 src/usr.bin/sgmls/sgmls sgmls.1 src/usr.sbin/cdcontrol cdcontrol.1 src/usr.sbin/xntpd/doc tickadj.8 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/05 15:27:31 Modified: bin/csh/USD.doc csh.1 csh.2 bin/ed ed.1 contrib/cvs/man cvs.1 contrib/libpcap pcap.3 contrib/tcl/doc FindExec.3 break.n continue.n expr.n unknown.n games/phantasia phantasia.6 games/sail sail.6 gnu/usr.bin/bc bc.1 gnu/usr.bin/perl/perl perl.1 gnu/usr.bin/texinfo/info info.1 lib/libc/db/man mpool.3 lib/libc/string memcmp.3 lib/libc/sys madvise.2 mkdir.2 lib/libc/xdr xdr.3 lib/libcompat/SysV ftok.3 lib/libftpio ftpio.3 lib/libncurses curs_addch.3 curs_insstr.3 libexec/telnetd telnetd.8 sbin/mount_null mount_null.8 sbin/ping ping.8 usr.bin/cap_mkdb cap_mkdb.1 usr.bin/hexdump hexdump.1 usr.bin/ipcs ipcs.1 usr.bin/make make.1 usr.bin/quota quota.1 usr.bin/ranlib ranlib.1 usr.bin/sgmls/sgmls sgmls.1 usr.bin/tconv tconv.1 usr.bin/telnet telnet.1 usr.sbin/cdcontrol cdcontrol.1 usr.sbin/sa sa.8 usr.sbin/xntpd/doc tickadj.8 usr.sbin/ypbind ypbind.8 Log: delete doubled words, e.g.: "the the" -> "the" Revision Changes Path 1.3 +2 -2 src/bin/csh/USD.doc/csh.1 1.3 +2 -2 src/bin/csh/USD.doc/csh.2 1.8 +2 -2 src/bin/ed/ed.1 1.2 +3 -1 src/contrib/cvs/man/cvs.1 1.2 +4 -2 src/contrib/libpcap/pcap.3 1.2 +2 -1 src/contrib/tcl/doc/FindExec.3 1.2 +2 -1 src/contrib/tcl/doc/break.n 1.2 +2 -1 src/contrib/tcl/doc/continue.n 1.2 +2 -1 src/contrib/tcl/doc/expr.n 1.2 +2 -1 src/contrib/tcl/doc/unknown.n 1.2 +3 -1 src/games/phantasia/phantasia.6 1.2 +2 -1 src/games/sail/sail.6 1.3 +3 -2 src/gnu/usr.bin/bc/bc.1 1.3 +8 -2 src/gnu/usr.bin/perl/perl/perl.1 1.3 +3 -1 src/gnu/usr.bin/texinfo/info/info.1 1.2 +2 -1 src/lib/libc/db/man/mpool.3 1.2 +2 -1 src/lib/libc/string/memcmp.3 1.7 +2 -1 src/lib/libc/sys/madvise.2 1.2 +2 -1 src/lib/libc/sys/mkdir.2 1.3 +3 -1 src/lib/libc/xdr/xdr.3 1.5 +2 -2 src/lib/libcompat/SysV/ftok.3 1.11 +2 -1 src/lib/libftpio/ftpio.3 1.4 +3 -1 src/lib/libncurses/curs_addch.3 1.4 +3 -1 src/lib/libncurses/curs_insstr.3 1.4 +2 -2 src/libexec/telnetd/telnetd.8 1.5 +2 -2 src/sbin/mount_null/mount_null.8 1.3 +2 -1 src/sbin/ping/ping.8 1.2 +3 -2 src/usr.bin/cap_mkdb/cap_mkdb.1 1.5 +2 -1 src/usr.bin/hexdump/hexdump.1 1.3 +2 -2 src/usr.bin/ipcs/ipcs.1 1.5 +2 -1 src/usr.bin/make/make.1 1.3 +2 -2 src/usr.bin/quota/quota.1 1.3 +2 -1 src/usr.bin/ranlib/ranlib.1 1.3 +2 -1 src/usr.bin/sgmls/sgmls/sgmls.1 1.5 +3 -1 src/usr.bin/tconv/tconv.1 1.3 +2 -1 src/usr.bin/telnet/telnet.1 1.8 +3 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.4 +2 -2 src/usr.sbin/sa/sa.8 1.2 +8 -8 src/usr.sbin/xntpd/doc/tickadj.8 1.5 +2 -2 src/usr.sbin/ypbind/ypbind.8