From owner-cvs-src@FreeBSD.ORG Mon Oct 18 14:53:44 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 836A416A4CE; Mon, 18 Oct 2004 14:53:44 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C372F43D31; Mon, 18 Oct 2004 14:53:43 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.1/8.13.1) with ESMTP id i9IEreAX070374; Mon, 18 Oct 2004 18:53:40 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.13.1/8.13.1/Submit) id i9IEre9G070373; Mon, 18 Oct 2004 18:53:40 +0400 (MSD) (envelope-from ache) Date: Mon, 18 Oct 2004 18:53:39 +0400 From: Andrey Chernov To: Ruslan Ermilov Message-ID: <20041018145339.GA70099@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ruslan Ermilov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <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> <20041018141302.GA88398@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <20041018141302.GA88398@ip.net.ua> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.28.0.7; VDF 6.28.0.20 (host: pobrecita.freebsd.ru) 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:53:45 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 18, 2004 at 05:13:02PM +0300, Ruslan Ermilov wrote: > 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...) The many files may just needs -ltermcap. > 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. Usually it is documented in the manpages and in other formats, like=20 nroff-based, depending on system. Before ncurses we and all BSDs have=20 standard manpages describing termcap functions family and file format for years. Do you keep some CDs with old BSDs, by chance? libtermcap =3D libtermlib, historycally libmytinfo is for some non-standard stuff, maybe terminfo emulation based= =20 on termcap, I don't remember exactly now. Curses implementation can be layer on termcap or on terminfo (or even=20 on something else). In later cases it may not provide termcap=20 compatibility or do it poorly. SysV curses API standartization effors=20 shows up relatively recent, many Unix-likes and others (DOS f.e.) have=20 their own not fully SysV API compatible curses-es. --=20 Andrey Chernov | http://ache.pp.ru/ --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iQCVAwUBQXPY8+JgpPLZnQjrAQEMFAQA3AeVEVmekPCbqEEGflDCNP2q64Auz7Og 53tATJfatLY5pJtS1RG2bQr3Au2DkdfPgljBomcYctL2oYSWouCHkeQ+CLanLIaa RcJEXVnbioFDA5rYXRGA8XRsrcWVk6NGTydZqhxyVyb2ihJvYnA0hqt3mhEjq8KA 61FEwcRJIqY= =feVA -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--