fielding 98/11/09 19:45:06
Modified: conf mime.types src/main util.c Log: Relive history through legacy comments. Woohoo! Revision Changes Path 1.21 +2 -0 apache-1.3/conf/mime.types Index: mime.types =================================================================== RCS file: /home/cvs/apache-1.3/conf/mime.types,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mime.types 1998/11/10 01:55:19 1.20 +++ mime.types 1998/11/10 03:45:05 1.21 @@ -1,3 +1,5 @@ +# This is a comment. I love comments. + # This file controls what Internet media types are sent to the client for # given file extension(s). Sending the correct media type to the client # is important so they know how to handle the content of the file. 1.140 +8 -0 apache-1.3/src/main/util.c Index: util.c =================================================================== RCS file: /home/cvs/apache-1.3/src/main/util.c,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- util.c 1998/11/06 22:42:43 1.139 +++ util.c 1998/11/10 03:45:06 1.140 @@ -210,6 +210,14 @@ } #endif +/* Roy owes Rob beer. */ +/* Rob owes Roy dinner. */ + +/* These legacy comments would make a lot more sense if Roy hadn't + * replaced the old later_than() routine with util_date.c. + * + * Well, okay, they still wouldn't make any sense. + */ /* Match = 0, NoMatch = 1, Abort = -1 * Based loosely on sections of wildmat.c by Rich Salz