summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2003-04-15 15:14:26 +0000
committerWerner LEMBERG <wl@gnu.org>2003-04-15 15:14:26 +0000
commit407787055bf31ebb78a28ff02b3c2652569aedca (patch)
tree81cdd5806775fca5d108bc262c12137de08c22f8 /MANIFEST
parent87912b6732456f16a24ddfc59bfd3caf896dd13d (diff)
downloadgroff-git-407787055bf31ebb78a28ff02b3c2652569aedca.tar.gz
Renamed all `*.cc' files to `*.cpp'.
Updated all configuration files, makefiles, and documentation.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST10
1 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index 72325da41..c0ce12e74 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,6 @@
MANIFEST
-Last update: 11 Mar 2003
+Last update: 13 Apr 2003
This file is part of groff, the GNU roff type-setting system.
@@ -144,12 +144,12 @@ The groff documentation is scattered upon several places.
4) The roff parser
The parsing of the roff language is done by troff. The input is converted
-to tokens in `src/roff/troff/input.cc' and transformed into `nodes' by
-`src/roff/troff/env.cc' and `src/roff/troff/node.cc'. From these, the
-intermediate output is generated (also in `node.cc').
+to tokens in `src/roff/troff/input.cpp' and transformed into `nodes' by
+`src/roff/troff/env.cpp' and `src/roff/troff/node.cpp'. From these, the
+intermediate output is generated (also in `node.cpp').
5) Postprocessing
The parser for the intermediate output and the postprocessing is in
-`src/libs/libdriver/input.cc'. This is used by all postprocessors.
+`src/libs/libdriver/input.cpp'. This is used by all postprocessors.