[BACK]Return to 4.4-psd.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/4.4-psd.html between version 1.4 and 1.5

version 1.4, 2002/12/16 13:03:04 version 1.5, 2004/02/13 07:49:52
Line 74 
Line 74 
   
 <h3>Debugging with GDB: The GNU Source-Level Debugger</h3>  <h3>Debugging with GDB: The GNU Source-Level Debugger</h3>
   
 How to debug programs using the source level <B>gdb</B> debugger  How to debug programs using the source level <b>gdb</b> debugger
 (or how to debug programs without having to know much about machine language).  (or how to debug programs without having to know much about machine language).
   
 <h3>A Tutorial Introduction to ADB</h3>  <h3>A Tutorial Introduction to ADB</h3>
   
 How to debug programs using the assembly-language level <B>adb</B> debugger.  How to debug programs using the assembly-language level <b>adb</b> debugger.
   
 <h3>Make - A Program for Maintaining Computer Programs</h3>  <h3>Make - A Program for Maintaining Computer Programs</h3>
   
Line 90 
Line 90 
   
 RCS is a user-contributed tool for working together with other people  RCS is a user-contributed tool for working together with other people
 without stepping on each other's toes.  without stepping on each other's toes.
 An alternative to <B>sccs</B> for controlling software changes.  An alternative to <b>sccs</b> for controlling software changes.
   
 <h3>An Introduction to the Source Code Control System</h3>  <h3>An Introduction to the Source Code Control System</h3>
   
Line 122 
Line 122 
   
 <h3>Screen Updating and Cursor Movement Optimization</h3>  <h3>Screen Updating and Cursor Movement Optimization</h3>
   
 Describes the <B>curses</B> package, an aid for writing screen-oriented,  Describes the <b>curses</b> package, an aid for writing screen-oriented,
 terminal-independent programs.  terminal-independent programs.
   
 <h2>General Reference</h2>  <h2>General Reference</h2>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5