From owner-cvs-src@FreeBSD.ORG Mon Oct 18 14:13:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1717016A4CE; Mon, 18 Oct 2004 14:13:21 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A2243D45; Mon, 18 Oct 2004 14:13:19 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i9IEDI5p086142; Mon, 18 Oct 2004 17:13:18 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 09158-10; Mon, 18 Oct 2004 17:13:17 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i9IEDAnE086133; Mon, 18 Oct 2004 17:13:13 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i9IED2Ek088483; Mon, 18 Oct 2004 17:13:02 +0300 (EEST) (envelope-from ru) Date: Mon, 18 Oct 2004 17:13:02 +0300 From: Ruslan Ermilov To: Andrey Chernov Message-ID: <20041018141302.GA88398@ip.net.ua> References: <200410180836.i9I8afRS060144@repoman.freebsd.org> <20041018090314.GA86525@ip.net.ua> <20041018090550.GA59302@nagual.pp.ru> <20041018091004.GC86525@ip.net.ua> <20041018091303.GC59302@nagual.pp.ru> <20041018091903.GD86525@ip.net.ua> <20041018092347.GA59835@nagual.pp.ru> <20041018092747.GB59835@nagual.pp.ru> <20041018115632.GA87870@ip.net.ua> <20041018121120.GA67831@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <20041018121120.GA67831@nagual.pp.ru> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/lib/libreadline/readline Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 14:13:21 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Andrey, On Mon, Oct 18, 2004 at 04:11:20PM +0400, Andrey Chernov wrote: > On Mon, Oct 18, 2004 at 02:56:32PM +0300, Ruslan Ermilov wrote: > > Having a separate libtermcap library won't save anything with static > > linkage as long as it's a subset of libncurses. Ideally, the binary > > linked with the real termcap library which is a subset of the ncurses > > library will even be of the same checksum. >=20 > Of course, I mean crunched variant where whole library packed. >=20 Crunched binaries don't use whole libraries either. The many .o files just get linked with libraries the usual way. (Unrelated, but I thought I'd mention this anyway...) > > I have a simple question for you: in your opinion, what's wrong with > > replacing all these -l{curses,mytinfo,termcap,termlib,tinfo} with > > one true -lncurses? I planned doing it one day, but you seem to be > > against it, as follows from the above. >=20 > I am against it for the reasons I already explain, it put our sources int= o=20 > unneded implementation details deeps. >=20 OK, you made a decision. :-) But then perhaps you can tell me where the APIs for libcurses, libmytinfo, libtermcap, libtermlib, and libtinfo are documented, so one can decide which pseudo-library to link against in our case of libncurses? If you happen to know... Because I read README and it says it implements the System V curses API with some extensions, and it doesn't mention any of the above libs. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBc89uqRfpzJluFF4RAiGBAJ0fU7BBCzi4I3iRcQq/R9WHZZ+HhwCfQOu0 WZ2SXNxWyMEGuRRx+QrOAOw= =f5pH -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--