summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-15 15:13:06 +0000
committerwlemb <wlemb>2003-04-15 15:13:06 +0000
commit6d74082d44b9c94bfe519ff30329f95d023aab1e (patch)
tree0aa414dd846dfa3fe28824caa4f01f575d77721a /MANIFEST
parenta69772d10c2b2ea164b712c7e05f9667caa1ba4a (diff)
downloadgroff-6d74082d44b9c94bfe519ff30329f95d023aab1e.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 72325da4..c0ce12e7 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.