rse 98/04/05 23:20:40
Modified: src/test/rename README
Log:
A little but more information...
Revision Changes Path
1.2 +8 -2 apache-1.3/src/test/rename/README
Index: README
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/test/rename/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 1998/04/03 06:20:09 1.1
+++ README 1998/04/06 06:20:39 1.2
@@ -1,10 +1,16 @@
-This can be used directly for everyone:
+This stuff is only temporary.
+It is used for the global symbol renaming in the Apache 1.3 sources.
+It replaces identifiers in our C source files according to
+the rename.cf file.
+This can be used directly by everyone:
+(but finally only by Roy!)
+--------------------------------------
rename.pl .......... The source renaming script
These three Needs adjustments to work out-of-the-box:
-
+-----------------------------------------------------
rename.cf.update ... Updates rename.cf according to API_EXPORT tags
in the sources. Needs an ID file in src/ which
is generated by "mkid" from GNU id-utils