home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / zOSv1r2_DIFFS / README.txt next >
Text File  |  2003-03-19  |  1KB  |  38 lines

  1.                   SOURCE FILE MODIFICATION CONVENTIONS
  2.                   ====================================
  3.  
  4. The files in this directory are simply the output that was obtained by running
  5. the UNIX 'diff' command on the original STLport-4.5.3 source file, and that
  6. same file after we made our own changes to it.
  7.  
  8. A backup copy of the original sources are also kept in the original directory
  9. that those files can be found in, with '.bak' appended to it. These '.bak' 
  10. files are the original sources distributed with STLport-4.5.3.
  11.  
  12. Furthermore, for every line of code that was changed in any way, the original
  13. line is commented out with:
  14.  
  15.   //TORLAB original
  16.  
  17. and the replacement line of code has:
  18.  
  19.   //TORLAB changed
  20.  
  21. appended to it. If a new line(s) of code was added (ie. lines that did not
  22. replace any existing lines of code), then those lines have:
  23.  
  24.   //TORLAB added
  25.  
  26. placed on them to indicate they were not in the original STLport-4.5.3 source.
  27.  
  28. Finally, the names of the 'diff result' files in this directory have their path
  29. relative to the base STLport-4.5.3 directory placed in their name. For
  30. example, the file
  31.  
  32. stlport-stl-_slist.h
  33.  
  34. indicates that when the STLport-4.5.3.tar file is unzipped, you can find a
  35. file that was modified by the Toronto Lab in stlport/stl/ by the name of
  36. _slist.h. The original _slist.h file before we modified it can also be found
  37. in stlport/stl/ under the name _slist.h.bak.
  38.