SOURCE FILE MODIFICATION CONVENTIONS ==================================== The files in this directory are simply the output that was obtained by running the UNIX 'diff' command on the original STLport-4.5.3 source file, and that same file after we made our own changes to it. A backup copy of the original sources are also kept in the original directory that those files can be found in, with '.bak' appended to it. These '.bak' files are the original sources distributed with STLport-4.5.3. Furthermore, for every line of code that was changed in any way, the original line is commented out with: //TORLAB original and the replacement line of code has: //TORLAB changed appended to it. If a new line(s) of code was added (ie. lines that did not replace any existing lines of code), then those lines have: //TORLAB added placed on them to indicate they were not in the original STLport-4.5.3 source. Finally, the names of the 'diff result' files in this directory have their path relative to the base STLport-4.5.3 directory placed in their name. For example, the file stlport-stl-_slist.h indicates that when the STLport-4.5.3.tar file is unzipped, you can find a file that was modified by the Toronto Lab in stlport/stl/ by the name of _slist.h. The original _slist.h file before we modified it can also be found in stlport/stl/ under the name _slist.h.bak.