Re: CVS commit: src/gnu/usr.bin/groff

2012-08-16 Thread John Nemeth
On Jan 3, 6:42pm, Mindaugas Rasiukevicius wrote: } Tom Spindler wrote: } > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: } > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: } > > > Linking against libstdc++ wastes space and time at runtime. } > > > } > >

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: > > > That's a fine idea, but, really, if you're concerned about space and > > > time at runtime, don't use C++ at all. > > > > Wasn't the mdocml(?) package suppossed to eliminate the need for > > groff in tools/ and/or

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Christos Zoulas
In article <20120813231935.ga21...@babymeat.com>, Tom Spindler wrote: >On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: >> Tom Spindler wrote: >> > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: >> > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. U

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Mindaugas Rasiukevicius
Tom Spindler wrote: > > > > That's a fine idea, but, really, if you're concerned about space and > > > > time at runtime, don't use C++ at all. > > > > > > Wasn't the mdocml(?) package suppossed to eliminate the need for > > > groff in tools/ and/or in base? > > > > Preferably, the elimination o

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Tom Spindler
On Tue, Aug 14, 2012 at 12:06:52AM +0100, Mindaugas Rasiukevicius wrote: > Tom Spindler wrote: > > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > > > Linking against libstdc++ wastes space and time at ru

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Mindaugas Rasiukevicius
Tom Spindler wrote: > On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > > Linking against libstdc++ wastes space and time at runtime. > > > > > > [...] > > > > > > I guess you are working on clang support

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Mon, Aug 13, 2012 at 02:22:30PM -0700, Tom Spindler wrote: > > > [...] > > > > > > I guess you are working on clang support, so leaking libsupc++ into > > > the build gets in your way. Please, instead of always linking > > > libstdc++ make it possible for a c++ program to express "i d

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread Tom Spindler
On Mon, Aug 13, 2012 at 08:20:45PM +, David Holland wrote: > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > Linking against libstdc++ wastes space and time at runtime. > > > > [...] > > > > I guess you are working on clang support, so leaking libsupc++ into > > th

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Holland
On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > Linking against libstdc++ wastes space and time at runtime. > > [...] > > I guess you are working on clang support, so leaking libsupc++ into > the build gets in your way. Please, instead of always linking > libstdc++ mak

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-13 Thread David Laight
On Fri, Aug 10, 2012 at 09:10:36PM +0200, Joerg Sonnenberger wrote: > On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > > Linking against libstdc++ wastes space and time at runtime. > > On-demand paging will pull only the required parts in. As I said > earlier, the number of co

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Joerg Sonnenberger
On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > Linking against libstdc++ wastes space and time at runtime. On-demand paging will pull only the required parts in. As I said earlier, the number of constructors is basically irrelevant to matter. So yes, this just reduces the nu

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Valeriy E. Ushakov
On Fri, Aug 10, 2012 at 19:10:37 +0200, Joerg Sonnenberger wrote: > On Fri, Aug 10, 2012 at 08:32:16PM +0400, Valeriy E. Ushakov wrote: > > On Fri, Aug 10, 2012 at 17:04:09 +0200, Joerg Sonnenberger wrote: > > > > > On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > > > > On Fr

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Joerg Sonnenberger
On Fri, Aug 10, 2012 at 08:32:16PM +0400, Valeriy E. Ushakov wrote: > On Fri, Aug 10, 2012 at 17:04:09 +0200, Joerg Sonnenberger wrote: > > > On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > > > On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > > > > > > > M

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Valeriy E. Ushakov
On Fri, Aug 10, 2012 at 17:04:09 +0200, Joerg Sonnenberger wrote: > On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > > On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > > > > > Module Name: src > > > Committed By: joerg > > > Date: Fri A

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Joerg Sonnenberger
On Fri, Aug 10, 2012 at 06:15:43PM +0400, Valeriy E. Ushakov wrote: > On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > > > Module Name:src > > Committed By: joerg > > Date: Fri Aug 10 12:12:22 UTC 2012 > > > > Modified Files: > > src/gnu/usr.bin/

Re: CVS commit: src/gnu/usr.bin/groff

2012-08-10 Thread Valeriy E. Ushakov
On Fri, Aug 10, 2012 at 12:12:22 +, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Fri Aug 10 12:12:22 UTC 2012 > > Modified Files: > src/gnu/usr.bin/groff: Makefile.inc [...] > > Log Message: > Don't link explicitly against libsupc++, just use the

CVS commit: src/gnu/usr.bin/groff/tmac

2010-02-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 21 21:16:09 UTC 2010 Modified Files: src/gnu/usr.bin/groff/tmac: mdoc.local Log Message: Add more FreeBSD versions. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/gnu/usr.bin/groff/tmac/mdoc.local Please

CVS commit: src/gnu/usr.bin/groff/tmac

2010-02-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 21 21:16:09 UTC 2010 Modified Files: src/gnu/usr.bin/groff/tmac: mdoc.local Log Message: Add more FreeBSD versions. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/gnu/usr.bin/groff/tmac/mdoc.local Please

CVS commit: src/gnu/usr.bin/groff/tmac

2010-02-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 21 21:08:27 UTC 2010 Modified Files: src/gnu/usr.bin/groff/tmac: mdoc.local Log Message: Add FreeBSD-8.0. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/gnu/usr.bin/groff/tmac/mdoc.local Please note that

CVS commit: src/gnu/usr.bin/groff/tmac

2010-02-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 21 21:08:27 UTC 2010 Modified Files: src/gnu/usr.bin/groff/tmac: mdoc.local Log Message: Add FreeBSD-8.0. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/gnu/usr.bin/groff/tmac/mdoc.local Please note that

CVS commit: src/gnu/usr.bin/groff/tmac

2010-02-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 4 09:07:30 UTC 2010 Modified Files: src/gnu/usr.bin/groff/tmac: mdoc.local Log Message: Sort library descriptions. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/gnu/usr.bin/groff/tmac/mdoc.local Please