Date: Thu, 21 Feb 2008 10:52:32 +0000 (UTC) From: Kai Wang <kaiw@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ar Makefile ar.1 ar.c ar.h read.c util.c write.c Message-ID: <200802211052.m1LAqWH0004434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kaiw 2008-02-21 10:52:32 UTC FreeBSD src repository Added files: usr.bin/ar Makefile ar.1 ar.c ar.h read.c util.c write.c Log: Import ar(1) front-end. (aka 'BSD' ar) Reviewed by: jkoshy Approved by: jkoshy (mentor) Tested by: erwin (ports build test on pointyhat) Sponsored by: Google Summer of Code 2007 Reviewed by (earlier version): Jaakko Heinonen <jh[AT]saunalahti.fi> Tested by (earlier version): Steve Kargl <sgk[AT]troutmask.apl.washington.edu> Tested by (earlier version): Martin Voros <martin_voros[AT]yahoo.com> Tested by (earlier version): swell.k[AT]gmail.com Tested by (earlier version): joel Tested by (earlier version): Alexey Shuvaev <shuvaev[AT]physik.uni-wuerzburg.de> Tested by (earlier version): Arjan van Leeuwen <avleeuwen[AT]gmail.com> Thanks to gabor@ for building ports for it. Thanks to erwin@ and kris@ for scheduling the ports build test on pointyhat. And thanks to many others for their feedback. Revision Changes Path 1.15 +12 -0 src/usr.bin/ar/Makefile (new) 1.17 +407 -0 src/usr.bin/ar/ar.1 (new) 1.16 +377 -0 src/usr.bin/ar/ar.c (new) 1.1 +119 -0 src/usr.bin/ar/ar.h (new) 1.1 +204 -0 src/usr.bin/ar/read.c (new) 1.1 +86 -0 src/usr.bin/ar/util.c (new) 1.1 +784 -0 src/usr.bin/ar/write.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802211052.m1LAqWH0004434>