[Groff-commit] groff/src/preproc/tbl table.h

2007-02-11 Thread Werner LEMBERG
CVSROOT:/cvsroot/groff Module name:groff Changes by: Werner LEMBERG 07/02/11 21:29:58 Modified files: src/preproc/tbl: table.h Log message: fix typo which prevents compilation with picky compilers CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/groff/src/pr

[Groff-commit] groff/src/preproc/tbl table.cpp

2007-02-11 Thread Werner LEMBERG
CVSROOT:/cvsroot/groff Module name:groff Changes by: Werner LEMBERG 07/02/11 21:30:50 Modified files: src/preproc/tbl: table.cpp Log message: formatting CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/tbl/table.cpp?cvsroot=groff&r1=1.10&r2

[Groff-commit] groff ChangeLog src/preproc/tbl/main.cpp

2007-02-11 Thread Werner LEMBERG
CVSROOT:/cvsroot/groff Module name:groff Changes by: Werner LEMBERG 07/02/11 21:55:49 Modified files: . : ChangeLog src/preproc/tbl: main.cpp Log message: improve ChangeLog entry CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/groff/Ch

Re: [Groff-commit] groff/src/preproc/tbl table.h

2007-02-11 Thread Eric S. Raymond
Werner LEMBERG <[EMAIL PROTECTED]>: > fix typo which prevents compilation with picky compilers Eh? I thought the trailing-comma-ignored thing was in C89. What compiler gets this wrong? And that was inentional, not a typo; I didn't want someome else to get hosed next time they added a flag

Re: [Groff-commit] groff/src/preproc/tbl table.h

2007-02-11 Thread Werner LEMBERG
> > fix typo which prevents compilation with picky compilers > > Eh? I thought the trailing-comma-ignored thing was in C89. What > compiler gets this wrong? g++ 4.0.2. I don't like this either, but... > And that was intentional, not a typo; I know. Sorry for the bad wording. Werne

Re: [Groff-commit] groff/src/preproc/tbl table.h

2007-02-11 Thread Eric S. Raymond
Werner LEMBERG <[EMAIL PROTECTED]>: > > > fix typo which prevents compilation with picky compilers > > > > Eh? I thought the trailing-comma-ignored thing was in C89. What > > compiler gets this wrong? > > g++ 4.0.2. I don't like this either, but... This should be reported as a bug, unless it

[Groff-commit] groff ChangeLog src/preproc/tbl/table.cpp src/p...

2007-02-11 Thread Werner LEMBERG
CVSROOT:/cvsroot/groff Module name:groff Changes by: Werner LEMBERG 07/02/12 00:25:24 Modified files: . : ChangeLog src/preproc/tbl: table.cpp table.h Log message: * src/preproc/tbl/table.h: Don't include `stdbool.h'. (table): Re