From owner-cvs-all Mon Apr 8 5:12:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E778D37B400; Mon, 8 Apr 2002 05:12:07 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g38CC7X91684; Mon, 8 Apr 2002 05:12:07 -0700 (PDT) (envelope-from ache) Message-Id: <200204081212.g38CC7X91684@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 8 Apr 2002 05:12:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/sort COPYING Makefile config.h error.c error.h getopt.c getopt.h getopt1.c long-options.c long-options.h sort.1 sort.c system.h version.c version.h xstrtod.c xstrtod.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/04/08 05:12:07 PDT Added files: gnu/usr.bin/sort COPYING Makefile config.h error.c error.h getopt.c getopt.h getopt1.c long-options.c long-options.h sort.1 sort.c system.h version.c version.h xstrtod.c xstrtod.h Log: Revive GNU sort Revision Changes Path 1.3 +341 -0 src/gnu/usr.bin/sort/COPYING (new) 1.6 +7 -0 src/gnu/usr.bin/sort/Makefile (new) 1.3 +124 -0 src/gnu/usr.bin/sort/config.h (new) 1.6 +130 -0 src/gnu/usr.bin/sort/error.c (new) 1.3 +46 -0 src/gnu/usr.bin/sort/error.h (new) 1.4 +772 -0 src/gnu/usr.bin/sort/getopt.c (new) 1.4 +131 -0 src/gnu/usr.bin/sort/getopt.h (new) 1.4 +182 -0 src/gnu/usr.bin/sort/getopt1.c (new) 1.5 +80 -0 src/gnu/usr.bin/sort/long-options.c (new) 1.4 +11 -0 src/gnu/usr.bin/sort/long-options.h (new) 1.8 +231 -0 src/gnu/usr.bin/sort/sort.1 (new) 1.20 +2149 -0 src/gnu/usr.bin/sort/sort.c (new) 1.8 +207 -0 src/gnu/usr.bin/sort/system.h (new) 1.4 +4 -0 src/gnu/usr.bin/sort/version.c (new) 1.3 +2 -0 src/gnu/usr.bin/sort/version.h (new) 1.3 +49 -0 src/gnu/usr.bin/sort/xstrtod.c (new) 1.3 +16 -0 src/gnu/usr.bin/sort/xstrtod.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message