[BACK]Return to LAYOUT CVS log [TXT][DIR] Up to [local] / src / usr.bin / vi

Diff for /src/usr.bin/vi/LAYOUT between version 1.4 and 1.5

version 1.4, 2001/01/29 01:58:24 version 1.5, 2014/11/06 11:35:02
Line 2 
Line 2 
   
 #       @(#)LAYOUT      8.12 (Berkeley) 10/10/96  #       @(#)LAYOUT      8.12 (Berkeley) 10/10/96
   
   FAQ
           Frequently asked questions.
   
 LAYOUT  LAYOUT
         This file: the layout of the nvi sources.          This file: the layout of the nvi sources.
   
Line 22 
Line 25 
 cl/  cl/
         Source files for nvi's curses screen support.          Source files for nvi's curses screen support.
   
 clib/  
         Replacement source files for C library functions.  
   
 common/  common/
         Source files for pieces of code that are shared by ex and vi,          Source files for pieces of code that are shared by ex and vi,
         e.g., searching and logging code or code translating line numbers          e.g., searching and logging code or code translating line numbers
         into requests to the dbopen(3) database code.  It also has the          into requests to the dbopen(3) database code.  It also has the
         interface code for modifying "records" in the underlying database.          interface code for modifying "records" in the underlying database.
   
 curses/  
         A stripped-down replacement curses library.  Do not try and use  
         this library outside of nvi, many standard curses functions have  
         been removed because nvi doesn't use them.  See build/README for  
         more information.  
   
 db/  
         A stripped-down replacement DB library.  Do not try and use this  
         library outside of nvi, many standard DB functions have been  
         removed because nvi doesn't use them.  See db/README for more  
         information.  
   
 docs/  docs/
         Ex/vi documentation, both current and historic.          Ex/vi documentation, both current and historic.
   
Line 101 
Line 89 
         version.h       -- Version information.          version.h       -- Version information.
   
 include/  include/
         Replacement include files:          Replacement include files.
   
         bitstring.h     -- The 4.4BSD bitstring operations.  
         sys/queue.h     -- The 4.4BSD queue operations.  
   
 perl_api/  perl_api/
         Source code supporting the Perl scripting language for nvi.          Source code supporting the Perl scripting language for nvi.
   
 perl_scripts/  perl_scripts/
         Scripts for Perl included with nvi.          Scripts for Perl included with nvi.
   
 regex/  
         Henry Spencer's POSIX 1003.2 regular expression (RE) library.  
   
 tcl_api/  
         Source code supporting the Tcl scripting language for nvi.  
   
 tcl_scripts/  
         Scripts for Tcl included with nvi.  
   
 tk/  
         Source files for nvi's Tk screen support.  
   
         init.tcl        -- Vi startup tcl script.  
   
 vi/  vi/
         The vi source code.          The vi source code.

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