

README	Blurb about aegis
BUILDING	Instructions how to build, test and install aegis
LICENSE	GNU General Public License
MANIFEST	This file
Makefile.in	Instructions to make(1) how to build and test aegis
aegis/aeb.c	 functions to perform development and integration builds
aegis/aeb.h	 interface definition for aegis/aeb.c
aegis/aeca.c	 functions to list and modify change attributes
aegis/aeca.h	 interface definition for aegis/aeca.c
aegis/aecd.c	 functions to change directory or determine paths
aegis/aecd.h	 interface definition for aegis/aecd.c
aegis/aechown.c	 functions to implement the 'aegis -Change_Owner' command
aegis/aechown.h	 interface definition for aegis/aechown.c
aegis/aecp.c	 functions to implement copy file
aegis/aecp.h	 interface definition for aegis/aecp.c
aegis/aecpu.c	 functions to impliment copy file undo
aegis/aecpu.h	 interface definition for aegis/aecpu.c
aegis/aed.c	 difference a change
aegis/aed.h	 interface definition for aegis/diff.c
aegis/aedb.c	 functions to implement develop begin
aegis/aedb.h	 interface definition for aegis/aedb.c
aegis/aedbu.c	 functions to implement develop begin undo
aegis/aedbu.h	 interface definition for aegis/aedbu.c
aegis/aede.c	 functions to implement develop end
aegis/aede.h	 interface definition for aegis/aede.c
aegis/aedeu.c	 functions to implement develop end undo
aegis/aedeu.h	 interface definition for aedeu.c
aegis/aedn.c	 functions to implement the 'aegis -Delta_Name' command
aegis/aedn.h	 interface definition for aegis/aedn.c
aegis/aeib.c	 functions for implementing integrate begin
aegis/aeib.h	 interface definition for aegis/aeib.c
aegis/aeibu.c	 functions for implementing integrate begin undo
aegis/aeibu.h	 interface definition for aeibu.c
aegis/aeif.c	 functions for implementing integrate fail
aegis/aeif.h	 interface definition for aegis/aeif.c
aegis/aeip.c	 functions for implementing integrate pass
aegis/aeip.h	 interface definition for aegis/aeip.c
aegis/ael.c	 list interesting things about changes and projects
aegis/ael.h	 interface definition for aegis/ael.c
aegis/aemv.c	 functions to implement move file
aegis/aemv.h	 interface definition for aegis/aemv.c
aegis/aena.c	 functions to implement new administrator
aegis/aena.h	 interface definition for aegis/aena.c
aegis/aenc.c	 functions to implement new change
aegis/aenc.h	 interface definition for aegis/aenc.c
aegis/aencu.c	 functions to implement new change undo
aegis/aencu.h	 interface definition for aegis/aencu.c
aegis/aend.c	 functions to implement new developer
aegis/aend.h	 interface definition for aegis/aend.c
aegis/aenf.c	 functions to implement new file
aegis/aenf.h	 interface definition for aegis/aenf.c
aegis/aenfu.c	 functions to implement new file undo
aegis/aenfu.h	 interface definition for aegis/aenfu.c
aegis/aeni.c	 functions to implement new integrator
aegis/aeni.h	 interface definition for aegis/aeni.c
aegis/aenpr.c	 functions to implement new project
aegis/aenpr.h	 interface definition for aegis/npr.c
aegis/aenrls.c	 functions to implement new release
aegis/aenrls.h	 interface definition for aegis/aenrls.c
aegis/aenrv.c	 functions to implement new reviewer
aegis/aenrv.h	 interface definition for aegis/aenrv.c
aegis/aent.c	 functions to implement new test
aegis/aent.h	 interface definition for aegis/aent.c
aegis/aentu.c	 functions to implement new test undo
aegis/aentu.h	 interface definition for aegis/aentu.c
aegis/aepa.c	 functions to list and modify project attributes
aegis/aepa.h	 interface definition for aegis/aepa.c
aegis/aer.c	 functions to implement the 'aegis -RePorT' command
aegis/aer.h	 interface definition for aegis/aer.c
aegis/aer/expr.c	 functions to manipulate expressions
aegis/aer/expr.h	 interface definition for aegis/aer/expr.c
aegis/aer/expr/assign.c	 functions to manipulate assign expressions
aegis/aer/expr/assign.h	 interface definition for aegis/aer/expr/assign.c
aegis/aer/expr/bit.c	 functions to manipulate bit manipulation expressions
aegis/aer/expr/bit.h	 interface definition for bit.c
aegis/aer/expr/constant.c	 functions to manipulate constants in expressions
aegis/aer/expr/constant.h	 interface definition for aegis/aer/expr/constant.c
aegis/aer/expr/func.c	 functions to manipulate function call expressions
aegis/aer/expr/func.h	 interface definition for aegis/aer/expr/func.c
aegis/aer/expr/in.c	 functions to manipulate ``in'' expressions
aegis/aer/expr/in.h	 interface definition for aegis/aer/expr/in.c
aegis/aer/expr/incr.c	 functions to manipulate incriment/decriment expressions
aegis/aer/expr/incr.h	 interface definition for aegis/aer/expr/incr.c
aegis/aer/expr/list.c	 functions to manipulate list expressions
aegis/aer/expr/list.h	 interface definition for aegis/aer/expr/list.c
aegis/aer/expr/logical.c	 functions to manipulate logical expressions
aegis/aer/expr/logical.h	 interface definition for aegis/aer/expr/logical.c
aegis/aer/expr/lookup.c	 functions to manipulate lookup expressions
aegis/aer/expr/lookup.h	 interface definition for aegis/aer/expr/lookup.c
aegis/aer/expr/mul.c	 functions to manipulate mul expressions
aegis/aer/expr/mul.h	 interface definition for aegis/ar/expr/mul.c
aegis/aer/expr/name.c	 functions to manipulate name expressions
aegis/aer/expr/name.h	 interface definition for aegis/aer/expr/name.c
aegis/aer/expr/neg.c	 functions to manipulate unary expressions
aegis/aer/expr/neg.h	 interface definition for aegis/aer/expr/neg.c
aegis/aer/expr/plus.c	 functions to manipulate plus expressions
aegis/aer/expr/plus.h	 interface definition for aegis/aer/expr/plus.c
aegis/aer/expr/power.c	 functions to manipulate power (exponentiation) expressions
aegis/aer/expr/power.h	 interface definition for aegis/aer/expr/power.c
aegis/aer/expr/rel.c	 functions to manipulate relative comparison expressions
aegis/aer/expr/rel.h	 interface definition for aegis/aer/expr/rel.c
aegis/aer/expr/shift.c	 functions to manipulate shift expressionss
aegis/aer/expr/shift.h	 interface definition for aegis/aer/expr/shift.c
aegis/aer/expr/struct.c	 functions to manipulate struct expressions
aegis/aer/expr/struct.h	 interface definition for aegis/aer/expr/struct.c
aegis/aer/expr/struct_asign.c	 functions to manipulate struct member assignment expressions
aegis/aer/expr/struct_asign.h	 interface definition for aegis/aer/expr/struct_asign.c
aegis/aer/func.c	 functions to manipulate builtin functions
aegis/aer/func.h	 interface definition for aegis/aer/func.c
aegis/aer/func/change.c	 functions to manipulate changes
aegis/aer/func/change.h	 interface definition for aegis/aer/func/change.c
aegis/aer/func/columns.c	 functions to impliment the builtin columns function
aegis/aer/func/columns.h	 interface definition for aegis/aer/func/columns.c
aegis/aer/func/count.c	 functions to implement the builtin count function
aegis/aer/func/count.h	 interface definition for aegis/aer/func/count.c
aegis/aer/func/eject.c	 functions to impliment the builtin eject function
aegis/aer/func/eject.h	 interface definition for aegis/aer/func/eject.c
aegis/aer/func/keys.c	 functions to implement the builtin keys function
aegis/aer/func/keys.h	 interface definition for aegis/aer/func/keys.c
aegis/aer/func/length.c	 functions to implement the length builtin function
aegis/aer/func/length.h	 interface definition for aegis/aer/func/length.c
aegis/aer/func/need.c	 functions to impliment the builtin need function
aegis/aer/func/need.h	 interface definition for aegis/aer/func/need.c
aegis/aer/func/now.c	 functions to implement the builtin now function
aegis/aer/func/now.h	 interface definition for aegis/aer/func/now.c
aegis/aer/func/page_width.c	 functions to impliment the builtin page_width function
aegis/aer/func/page_width.h	 interface definition for aegis/aer/func/page_width.c
aegis/aer/func/print.c	 functions to implement the builtin print function
aegis/aer/func/print.h	 interface definition for aegis/aer/func/print.c
aegis/aer/func/project.c	 functions to impliment the builtin project function
aegis/aer/func/project.h	 interface definition for aegis/aer/func/project.c
aegis/aer/func/sort.c	 functions to implement the builtin sort function
aegis/aer/func/sort.h	 interface definition for aegis/aer/func/sort.c
aegis/aer/func/split.c	 functions to implement the builtin wrap function
aegis/aer/func/split.h	 interface definition for aegis/aer/func/split.c
aegis/aer/func/sprintf.c	 functions to implement the builtin sprintf function
aegis/aer/func/sprintf.h	 interface definition for aegis/aer/func/sprintf.c
aegis/aer/func/substr.c	 functions to implement the substr builtin function
aegis/aer/func/substr.h	 interface definition for aegis/aer/func/substr.c
aegis/aer/func/terse.c	 functions to impliment the builtin terse function
aegis/aer/func/terse.h	 interface definition for aegis/aer/func/terse.c
aegis/aer/func/title.c	 functions to implement the builtin title function
aegis/aer/func/title.h	 interface definition for aegis/aer/func/title.c
aegis/aer/func/typeof.c	 functions to impliment the typeof builtin function
aegis/aer/func/typeof.h	 interface definition for aegis/aer/func/typeof.c
aegis/aer/func/wrap.c	 functions to implement the builtin wrap function
aegis/aer/func/wrap.h	 interface definition for aegis/aer/func/wrap.c
aegis/aer/lex.c	 functions to perform lexical analysis on report scripts
aegis/aer/lex.h	 interface definition for aegis/aer/lex.c
aegis/aer/list.c	 functions to manipulate report lists
aegis/aer/list.h	 interface definition for aegis/aer/list.c
aegis/aer/parse.c	 functions to parse report descriptions
aegis/aer/parse.h	 interface definition for aegis/aer/parse.c
aegis/aer/report.h	 interface definition for aegis/aer/report.y
aegis/aer/report.y	 functions to parse report grammar
aegis/aer/stmt.c	 functions to manipulate statements
aegis/aer/stmt.h	 interface definition for aegis/aer/stmt.c
aegis/aer/stmt/compound.c	 functions to manipulate compound statements
aegis/aer/stmt/compound.h	 interface definition for aegis/aer/stmt/compound.c
aegis/aer/stmt/expr.c	 functions to manipulate expression statements
aegis/aer/stmt/expr.h	 interface definition for aegis/aer/stmt/expr.c
aegis/aer/stmt/for.c	 functions to manipulate for statements
aegis/aer/stmt/for.h	 interface definition for aegis/aer/stmt/for.c
aegis/aer/stmt/if.c	 functions to manipulate if statements
aegis/aer/stmt/if.h	 interface definition for aegis/aer/stmt/if.c
aegis/aer/stmt/null.c	 functions to manipulate null statements
aegis/aer/stmt/null.h	 interface definition for aegis/aer/stmt/null.c
aegis/aer/stmt/while.c	 functions to manipulate while statements
aegis/aer/stmt/while.h	 interface definition for aegis/aer/stmt/while.c
aegis/aer/value.c	 functions to manipulate values
aegis/aer/value.h	 interface definition for aegis/aer/value.c
aegis/aer/value/boolean.c	 functions to manipulate boolean values
aegis/aer/value/boolean.h	 interface definition for aegis/aer/value/boolean.c
aegis/aer/value/cstate.c	 functions to manipulate cstate values
aegis/aer/value/cstate.h	 interface definition for aegis/aer/value/cstate.c
aegis/aer/value/enum.c	 functions to manipulate enumeration values
aegis/aer/value/enum.h	 interface definition for aegis/aer/value/enum.c
aegis/aer/value/error.c	 functions to manipulate error values
aegis/aer/value/error.h	 interface definition for aegis/aer/value/error.c
aegis/aer/value/func.c	 functions to manipulate function pointer values
aegis/aer/value/func.h	 interface definition for aegis/aer/value/func.c
aegis/aer/value/group.c	 functions to manipulate group values
aegis/aer/value/group.h	 interface definition for agis/aer/value/group.c
aegis/aer/value/gstate.c	 functions to manipulate gstate values
aegis/aer/value/gstate.h	 interface definition for aegis/aer/value/gstate.c
aegis/aer/value/integer.c	 functions to manipulate integer values
aegis/aer/value/integer.h	 interface definition for aegis/aer/value/integer.c
aegis/aer/value/list.c	 functions to manipulate list values
aegis/aer/value/list.h	 interface definition for aegis/aer/value/list.c
aegis/aer/value/nul.c	 functions to manipulate nul values
aegis/aer/value/nul.h	 interface definition for aegis/aer/value/nul.c
aegis/aer/value/passwd.c	 functions to manipulate passwd values
aegis/aer/value/passwd.h	 interface definition for aegis/aer/value/passwd.c
aegis/aer/value/pstate.c	 functions to manipulate pstate values
aegis/aer/value/pstate.h	 interface definition for aegis/aer/value/pstate.c
aegis/aer/value/real.c	 functions to manipulate real values
aegis/aer/value/real.h	 interface definition for aegis/aer/value/real.c
aegis/aer/value/ref.c	 functions to manipulate reference values
aegis/aer/value/ref.h	 interface definition for aegis/aer/value/ref.c
aegis/aer/value/string.c	 functions to manipulate string values
aegis/aer/value/string.h	 interface definition for aegis/aer/value/string.c
aegis/aer/value/struct.c	 functions to manipulate struct values
aegis/aer/value/struct.h	 interface definition for aegis/aer/value/struct.c
aegis/aer/value/time.c	 functions to manipulate time values
aegis/aer/value/time.h	 interface definition for aegis/aer/value/time.c
aegis/aer/value/void.c	 functions to manipulate void values
aegis/aer/value/void.h	 interface definition for aegis/aer/value/void.c
aegis/aera.c	 functions to implement remove administrator
aegis/aera.h	 interface definition for aegis/aera.c
aegis/aerd.c	 functions to implement remove developer
aegis/aerd.h	 interface definition for aegis/aerd.c
aegis/aerf.c	 functions to impliment review fail
aegis/aerf.h	 interface definition for aegis/aerf.c
aegis/aeri.c	 functions to implement remove administrator
aegis/aeri.h	 interface definition for aegis/aeri.c
aegis/aerm.c	 functions to implement remove file
aegis/aerm.h	 interface definition for aegis/aerm.c
aegis/aermpr.c	 functions to implement remove project
aegis/aermpr.h	 interface definition for aegis/aermpr.c
aegis/aermu.c	 functions to implement remove file undo
aegis/aermu.h	 interface definition for aegis/aermu.c
aegis/aerp.c	 functions to implement review pass
aegis/aerp.h	 interface definition for aegis/aerp.c
aegis/aerpu.c	 functions to implement review pass undo
aegis/aerpu.h	 interface definition for aegis/aerpu.c
aegis/aerrv.c	 functions to implement remove reviewer
aegis/aerrv.h	 interface definition for aegis/aerrv.c
aegis/aet.c	 functions to implement test
aegis/aet.h	 interface definition for aegis/aet.c
aegis/aev.c	 give version information
aegis/aev.h	 interface definition for aegis/aev.c
aegis/arglex2.h	 definitions of command line tokens
aegis/cattr.def	 change state file contents definition
aegis/change.c	 functions to manipulate change state data
aegis/change.h	 interface definition for aegis/change.c
aegis/col.c	 functions for columnized output
aegis/col.h	 interface definition for aegis/col.c
aegis/commit.c	 functions to store and enact file manipulations for commit
aegis/commit.h	 interface definition for aegis/commit.c
aegis/common.def	 enumerations common to many aegis file contents
aegis/cstate.def	 change state file contents definition
aegis/dir.c	 functions to walk directory trees
aegis/dir.h	 interface definition for aegis/dir.c
aegis/env.c	 functions to manipulate environment variables
aegis/env.h	 interface definition for cook/env.c
aegis/file.c	 functions for pushing files around
aegis/file.h	 interface definition for aegis/file.c
aegis/glue.c	 functions to perform systems calls in subprocesses
aegis/glue.h	 interface definition for aegis/glue.c
aegis/gonzo.c	 functions for manipulating global state data
aegis/gonzo.h	 interface definition for aegis/gonzo.c
aegis/gram.h	 interface definition for aegis/gram.y
aegis/gram.y	 grammar and functions to parse aegis' data files
aegis/gstate.def	 global state file contents definition
aegis/help.c	 functions to provide consistent treatment of -Help options
aegis/help.h	 interface definition for aegis/help.c
aegis/indent.c	 functions to automatically indent output
aegis/indent.h	 interface definition for aegis/indent.c
aegis/io.c	 functions to parse and write fundamental data types
aegis/io.h	 interface definition for aegis/io.c
aegis/lex.c	 functions to perform lexical analysis on aegis' data files
aegis/lex.h	 interface definition for aegis/lex.c
aegis/lex/env.c	 functions to get lex input from environment variable
aegis/lex/env.h	 interface definition for aegis/lex/env.c
aegis/lex/file.c	 functions to get lex input from files
aegis/lex/file.h	 interface definition for aegis/lex/file.c
aegis/lock.c	 functions to lock aegis' data
aegis/lock.h	 interface definition for aegis/lock.c
aegis/log.c	 functions to open and close log files
aegis/log.h	 interface definition for aegis/log.c
aegis/main.c	 the operating system start-up point
aegis/os.c	 wrappers around operating system functions
aegis/os.h	 interface definition for aegis/os.c
aegis/pager.c	 functions to pipe output through paginator
aegis/pager.h	 interface definition for aegis/pager.c
aegis/parse.c	 functions to parse aegis' data files
aegis/parse.h	 interface definition for aegis/parse.c
aegis/pattr.def	 project attributes file contents definition
aegis/pconf.def	 project config file contents definition
aegis/project.c	 functions to manipulate project state data
aegis/project.h	 interface definition for aegis/project.c
aegis/pstate.def	 project state file contents definition
aegis/rptidx.def	 report index file format definition
aegis/sub.c	 functions to perform command substitutions
aegis/sub.h	 interface definition for aegis/sub.c
aegis/type.c	 functions to manipulate types in aegis' data files
aegis/type.h	 interface definition for aegis/type.c
aegis/uconf.def	 user config file contents definition
aegis/uname.c	 functions to manipulate unames
aegis/uname.h	 interface definition for uname.c
aegis/undo.c	 functions to store and enact file operations on transaction abort
aegis/undo.h	 interface definition for aegis/undo.c
aegis/user.c	 functions to manage information about users
aegis/user.h	 interface definition for aegis/user.c
aegis/ustate.def	 user state file contents definition
aux/BUILDING.man	 source for BUILDING file
aux/CHANGES.1.0	Change history of aegis
aux/CHANGES.1.1	Change history of aegis
aux/CHANGES.1.2	Change history of aegis
aux/CHANGES.1.3	Change history of aegis
aux/CHANGES.1.4	Change history of aegis
aux/CHANGES.2.0	Change history of aegis
aux/CHANGES.2.1	Change history of aegis
aux/CHANGES.2.2	Change history of aegis
aux/CHANGES.2.3	Change history of aegis
aux/CHANGES.sh	Change history of aegis
aux/Howto.conf.in	 instructions to cook, architecture specific
aux/Howto.cook	 instructions to cook(1), how to build project
aux/MANIFEST.sh	 shell script to generate the MANIFEST file
aux/Makefi.file.sh	 shell script to generate Makefile fragment for each source file
aux/Makefile.awk	 helper file for generating the Makefile file
aux/Makefile.head	 instructions to make, how to build the aegis package
aux/Makefile.sh	 shell script to generate the Mafile file
aux/README.man	 source for the README file
aux/config.h.in	Template information for common/config.h.in
aux/config.h.in1	Template information for common/config.h.in
aux/config.h.in2	Template information for common/config.h.in
aux/configure.in	 how to configure cook, input to the GNU autoconf program
aux/faq.roff	 Frequently Asked Questions, with answers
aux/faq.toc.awk	 awk script to extract the table of contents from the faq
aux/lsm.roff	 input for archive/Aegis.lsm
aux/new.1.4.so	 document describing features new to version 1.4
aux/new.2.0.so	 document describing features new to version 2.0
aux/new.2.1.so	 document describing features new to version 2.1
aux/new.2.2.so	 document describing features new to version 2.2
aux/new.2.3.so	 document describing version 2.3 features
aux/new.so	Include redirection for release notes.
aux/patch.fil.sh	 shell script to generate the patch for a file
aux/patches.sh	 shell script to generate the patch file
aux/template/c	New file template
aux/template/generic	New file template
aux/template/h	New file template
aux/template/man	New file template
aux/template/ms	New file template
aux/template/report	New file template
aux/template/sh	New file template
aux/template/test	New file template
common/ac/dirent.h	 isolate dirent.h/ndir.h differences
common/ac/limits.h	 isolate limits.h presence/absence
common/ac/stdarg.h	 insulation from varargs.h versus stdarg.h incompatibilities
common/ac/stddef.h	 isolate stddef.h presence/absence
common/ac/stdlib.h	 isolate stdlib.h presence/absence
common/ac/string.h	 isolate string.h/strings.h differences
common/ac/termios.h	 insulate against sys/ioctl.h vs termios.h differences
common/ac/time.h	 isolate time.h differences
common/ac/unistd.h	 isolate unistd.h presnce/absence
common/ansi.c	 missing ANSI C library functions
common/arglex.c	 lexical analysis of command line arguments
common/arglex.h	 interface definition for common/arglex.c
common/config.h.in	Template for configuration definitions.
common/error.c	 functions to report errors
common/error.h	 interface definition for common/error.c
common/fstrcmp.c	 functions to make fuzzy comparisons between strings
common/fstrcmp.h	 interface definition for common/fstrcmp.c
common/main.h	 common definitions, including DEBUG define
common/mem.c	 functions to manipulate dynamic memory
common/mem.h	 interface definition for common/mem.c
common/mprintf.c	 functions to printf into memory
common/mprintf.h	 interface definition for common/mprintf.c
common/option.c	 functions to manipulate command line options
common/option.h	 interface definition for common/option.c
common/patchlevel.h	The patch level of this distribution.
common/r250.c	 good fast random number generator
common/r250.h	 interface definition for common/r250.c
common/str.c	 string manipulation functions
common/str.h	 interface definition for common/str.c
common/symtab.c	 functions to manipulate symbol tables
common/symtab.h	 interface definition for common/symtab.c
common/trace.c	 functions for execution trace
common/trace.h	 interface definition for common/trace.c
common/version_stmp.c	 functions to query the version stamp
common/version_stmp.h	 interface definition for common/version_stmp.c
common/word.c	 functions to manipulate lists of strings
common/word.h	 interface definition for common/word.c
config	 instructions to aegis, per-project configuration
configure	Shell script to automagically configure aegis
doc/aegis.ms	 User Guide
doc/auug93.mm	
doc/c1.0.so	 User Guide, Introduction
doc/c1.1.so	 User Guide, Introduction, What does aegis do?
doc/c1.2.so	 User Guide, Introduction, Why use aegis?
doc/c1.3.so	 User Guide, How Aegis Works, When (not) to use Aegis
doc/c1.4.so	 User Guide, Introduction, How to use this manual
doc/c2.0.so	 User Guide, The Change Development Cycle
doc/c2.1.so	 User Guide, The Change Development Cycle, The Developer
doc/c2.2.so	 User Guide, The Change Development Cycle, The Reviewer
doc/c2.3.so	 User Guide, The Change Development Cycle, The Integrator
doc/c2.4.so	 User Guide, The Change Development Cycle, The Administrator
doc/c2.5.so	 User Guide, The Change Development Cycle, What to do Next
doc/c3.0.so	 User Guide, The History Tool
doc/c3.1.so	 User Guide, The History Tool, Using SCCS
doc/c3.2.so	 User Guide, The History Tool, Using RCS
doc/c3.3.so	 User Guide, The History Tool, Using fhist
doc/c4.0.so	 User Guide, The Dependency Maintenance Tool
doc/c4.1.so	 User Guide, The Dependency Maintenance Tool, Requirements
doc/c4.2.so	 User Guide, The Dependency Maintenance Tool, Using Cook
doc/c4.3.so	 User Guide, The Dependency Maintenance Tool, Using Cake
doc/c4.4.so	 User Guide, The Dependency Maintenance Tool, Using Make
doc/c5.0.so	 User Guide, The Project Attributes
doc/c6.0.so	 User Guide, Tips and Traps
doc/c6.1.so	 User Guide, Tips and Traps, Heterogeneous Development
doc/c6.2.so	 User Guide, Tips and Traps, Writing Tests
doc/c7.0.so	 User Guide, How Aegis Works
doc/c7.1.so	 User Guide, How Aegis Works, The Model
doc/c7.2.so	 User Guide, How Aegis Works, Philosophy
doc/c7.4.so	 User Guide, How Aegis Works, Further Work
doc/c7.5.so	 User Guide, How Aegis Works, Security
doc/c8.0.so	 User Guide, The Difference Tools
doc/c8.1.so	 User Guide, The Difference Tools, Interfacing
doc/c8.2.so	 User Guide, The Difference Tools, Using diff and diff3
doc/c8.3.so	 User Guide, The Difference Tools, Using fhist
doc/cA.0.so	 User Guide, Appendix A: New Project Quick Reference
doc/cB.0.so	 User Guide, Appendix B: Glossary
doc/cD.0.so	 User Guide, Appendix D, Why is Aegis Set-Uid-Root?
doc/version.so	The patch level of this distribution.
fmtgen/indent.c	 functions to automatically indent output
fmtgen/indent.h	 interface definition for fmtgen/indent.c
fmtgen/lex.c	 lexical analyzer
fmtgen/lex.h	 interface definition for fmtgen/lex.c
fmtgen/main.c	 operating system start-up point
fmtgen/parse.h	 interface definition for fmtgen/parse.y
fmtgen/parse.y	 grammar and functions to parse aegis file contents definitions
fmtgen/type.c	 functions to manipulate data types
fmtgen/type.h	 interface definition for fmtgen/type.c
fmtgen/type/enumeration.c	 enumerated types functions generation
fmtgen/type/enumeration.h	 interface definition for fmtgen/type/enumeration.c
fmtgen/type/integer.c	 functions to manipulate integer type
fmtgen/type/integer.h	 interface definition for fmtgen/type/integer.c
fmtgen/type/list.c	 functions to manipulate list types
fmtgen/type/list.h	 interface definition for fmtgen/type/list.c
fmtgen/type/string.c	 functions to manipulate string type
fmtgen/type/string.h	 interface definition for fmtgen/type/string.c
fmtgen/type/structure.c	 functions to manipluate structure types
fmtgen/type/structure.h	 interface definition for fmtgen/type/structure.c
fmtgen/type/time.c	 functions to manipulate time type
fmtgen/type/time.h	 interface definition for fmtgen/type/time.c
lib/aegis.icon	X Bitmap of the aegis icon
lib/aegis.mask	X Bitmap of the mask for the aegis icon
lib/aegis.pgm	 portable graymap of aegis icon
lib/config.example/architecture	 example architecture definitions for the project config file
lib/config.example/cake	 example use of cake in project config file
lib/config.example/cook	 example use of cook in project config file
lib/config.example/fhist	 example use of fhist in the project config file
lib/config.example/make	 example use of cook in project config file
lib/config.example/rcs	 example of using rcs in the project config file
lib/config.example/sccs	 example of using sccs in the project config file
lib/cshrc	 csh user config for aegis
lib/db_forced.sh	 shell script to notify 'aedb -User' events
lib/de.inews.sh	 command used to notify by usenet that a change is ready for review
lib/de.sh	 command used to notify by email that a change is ready for review
lib/deu.inews.sh	 command used to notify by usenet that a change has been withdrawn from review
lib/deu.sh	 command used to notify by email that a change has been withdrawn from review
lib/if.inews.sh	 command used to notify by usenet that a change failed integration
lib/if.sh	 command used to notify by email that a change failed integration
lib/integrate_q.sh	 shell script to automatically process the integration queue
lib/ip.inews.sh	 command used to notify by usenet that a change has passed integration
lib/ip.sh	 command used to notify by email that a change has passed integration
lib/profile	 Bourne shell user config for aegis
lib/report.index	 index of reports distributed with aegis
lib/report/chan_files.rpt	 report the files in a change
lib/report/chan_lists.rpt	 report the changes in a project
lib/report/file_activ.rpt	 report the active files in a project
lib/report/file_hstry.rpt	 report the history of files
lib/report/proj_admin.rpt	 report the administrators currently assigned to a project
lib/report/proj_devel.rpt	 report the developers currently assigned to a project
lib/report/proj_files.rpt	 report the files constituting a project
lib/report/proj_integ.rpt	 report the integrators currently assigned to a project
lib/report/proj_lists.rpt	 report the names and descriptions of all projects
lib/report/proj_rvwrs.rpt	 report the reviewers currently assigned to a project
lib/report/proj_staff.rpt	 report the staff currently assigned to a project
lib/report/proj_stats.rpt	 report statistics about a project
lib/rf.inews.sh	 command used to notify by usenet that a change failed review
lib/rf.sh	 command used to notify by email that a change failed review
lib/rp.inews.sh	 command used to notify by usenet that a change has passed review
lib/rp.sh	 command used to notify by email that a change has passed review
lib/rpu.inews.sh	 command used to notify by usenet that a change review passed is rescinded
lib/rpu.sh	 command used to notify by email that a change review passed is rescinded
man1/aeb.1	 manual entry for 'aegis -Build' command
man1/aeca.1	 manual entry for 'aegis -Change_Attributes' command
man1/aecd.1	 manual entry for 'aegis -Change_Directory' command
man1/aechown.1	 manual page describing the aechown command.
man1/aecp.1	 manual entry for 'aegis -CoPy_file' command
man1/aecpu.1	 manual entry for 'aegis -CoPy_file_Undo' command
man1/aed.1	 manual entry for 'aegis -DIFFerence' command
man1/aedb.1	 manual entry for 'aegis -Develop_Begin' command
man1/aedbu.1	 manual entry for 'aegis -Develop_Begin_Undo' command
man1/aede.1	 manual entry for 'aegis -Develop_End' command
man1/aedeu.1	 manual entry for 'aegis -Develop_End_Undo' command
man1/aedn.1	 manual page describing the aedn command.
man1/aegis.1	 manual entry for aegis
man1/aeib.1	 manual entry for 'aegis -Integrate_Begin' command
man1/aeibu.1	 manual entry for 'aegis -Integrate_Begin_Undo' command
man1/aeif.1	 manual entry for 'aegis -Integrate_Fail' command
man1/aeip.1	 manual entry for 'aegis -Integrate_Pass' command
man1/ael.1	 manual entry for 'aegis -List' command
man1/aemv.1	 manual entry for 'aegis -MoVe_file' command
man1/aena.1	 manual entry for 'aegis -New_Administrator' command
man1/aenc.1	 manual entry for 'aegis -New_Change' command
man1/aencu.1	 manual entry for 'aegis -New_Change_Undo' command
man1/aend.1	 manual entry for 'aegis -New_Developer' command
man1/aenf.1	 manual entry for 'aegis -New_File' command
man1/aenfu.1	 manual entry for 'aegis -New_File_Undo' command
man1/aeni.1	 manual entry for 'aegis -New_Integrator' command
man1/aenpr.1	 manual entry for 'aegis -New_PRoject' command
man1/aenrls.1	 manual entry for 'aegis -New_ReLeaSe' command
man1/aenrv.1	 manual entry for 'aegis -New_ReViewer' command
man1/aent.1	 manual entry for 'aegis -New_Test' command
man1/aentu.1	 manual entry for 'aegis -New_Test_Undo' command
man1/aepa.1	 manual entry for 'aegis -Project_Attributes' command
man1/aer.1	 manual page describing the aer command.
man1/aera.1	 manual entry for 'aegis -Remove_Administrator' command
man1/aerd.1	 manual entry for 'aegis -Remove_Developer' command
man1/aerf.1	 manual entry for 'aegis -Review_FAIL' command
man1/aeri.1	 manual entry for the 'aegis -Remove_Integrator' command
man1/aerm.1	 manual entry for the 'aegis -ReMove_file' command
man1/aermpr.1	 manual entry for the 'aegis -ReMove_PRoject' command
man1/aermu.1	 manual entry for the 'aegis -ReMove_file_Undo' command
man1/aerp.1	 manual entry for the 'aegis -Review_PASS' command
man1/aerpu.1	 manual entry for the 'aegis -Review_Pass_Undo' command
man1/aerrv.1	 manual entry for the 'aegis -Remove ReViewer' command
man1/aet.1	 manual entry for the 'aegis -Test' command
man1/aev.1	 manual entry for the 'aegis -VERSion' command
man1/o__rules.so	 description of option up/down case convention
man1/o_anticip.so	 description of -ANticipate command line option
man1/o_auto.so	 description of -AUTOmatic command line option
man1/o_baselin.so	 description of -BaseLine command line option
man1/o_bld_lk.so	 manual section describing the build lock
man1/o_change.so	 description of -Change command line option
man1/o_devdir.so	 description of -Development_Directory command line option
man1/o_dir.so	 description of -DIRectory command line option
man1/o_edit.so	 document describing -Edit option
man1/o_file.so	 document describing -File option
man1/o_help.so	 description of -Help command line option
man1/o_indep.so	 description of -INDependent command line option
man1/o_interact.so	 document describing o_interact.so
man1/o_keep.so	 description of -Keep command line option
man1/o_lib.so	 description of -LIBrary command line option
man1/o_list.so	 description of -List command line option
man1/o_major.so	 description of -MAJor command line option
man1/o_manual.so	 description of -MINor command line option
man1/o_min.so	 description of -MINImum command line option
man1/o_minor.so	 description of -MINOr command line option
man1/o_nolog.so	 description of -Not_Logging command line option
man1/o_overw.so	 description of -OverWriting command line option
man1/o_page.so	 description of -Page_Length and -Page_Width command line options
man1/o_project.so	 description of -Project command line option
man1/o_regress.so	 description of -REGression command line option
man1/o_symlnk.so	 document describing symlink farms
man1/o_terse.so	 description of -TERse command line option
man1/o_unforma.so	 document describing -UNFormatted option
man1/o_user.so	 document describing o_user.so
man1/o_verbose.so	 description of -Verbose command line option
man1/z_cr.so	 copyright and author parts of section 1 manual entries
man1/z_exit.so	 exit status part of section 1 manual entries
man1/z_intuit.so	 description of how file names are interpreted on command line
man1/z_name.so	 common setup for section 1 manual entries
man5/aecattr.5	 description of aegis change attribute file format
man5/aecattr.so	 description of aegis change attribute file format
man5/aecstate.5	 description of aegis change state file format
man5/aedir.5	 description of aegis project directory structure
man5/aegis.5	 description of aegis file format general structure
man5/aegstate.5	 description of aegis global state file format
man5/aepattr.5	 description of aegis project attribute file format
man5/aepattr.so	 description of aegis project attribute file format
man5/aepconf.5	 description of aegis project config file format
man5/aepstate.5	 description of aegis project state file format
man5/aer.5	 manual page describing the report scripting language
man5/aerptidx.5	 manual page describing the aerptidx.5 command.
man5/aesub.5	 manual page describing command substitutions
man5/aeuconf.5	 description of aegis user config file format
man5/aeustate.5	 description of aegis user state file format
man5/z_name.so	 common setup for section 5 manual entries
script/aegis.synpic	 synpic program to generate aegis icon
script/xaegis.tcl	 wish script to give aegis a GUI interface
ssp/main.c	 operating system entry point
ssp/ssp.c	 functions to manipulate ssps
ssp/ssp.h	 interface definition for ssp/ssp.c
test/00/t0001a.sh	 test -Help for each function
test/00/t0002a.sh	 Test core functionality.
test/00/t0003a.sh	 Test 'aegis -VERSion'
test/00/t0004a.sh	 Test the 'aegis -DIFFerence' command.
test/00/t0005a.sh	 Test the 'aegis -DevEnd' command.
test/00/t0006a.sh	 Test 'aegis -DIFFerence' when the edit number is out-of-date.
test/00/t0007a.sh	 test for correct behaviour around symbolic links
test/00/t0008a.sh	 Test command substitutions
test/00/t0009a.sh	 Test -New_ReLeaSe functionality.
test/00/t0010a.sh	 Test -Review_Pass_Undo functionality.
test/00/t0011a.sh	 Test documentation example.
test/00/t0012a.sh	 Test the aermpr functionality
test/00/t0013a.sh	 Test the -New_Change_Undo functionality
test/00/t0014a.sh	 Test the -Develop_Begin_Undo functionality
test/00/t0015a.sh	 Test the -Integrate_Begin_Undo functionality
test/00/t0016a.sh	 Test the aemv functionality
test/00/t0017a.sh	 Test 'aegis -DIFFerence -ANticipate' variant
test/00/t0018a.sh	 Test the 'aegis -NewFile -Build' command.
test/00/t0019a.sh	 Test remove and recreate file
test/00/t0020a.sh	 Test symlink farm fucntionality
test/00/t0021a.sh	 Test the 'aegis -report' functionality
test/00/t0022a.sh	 Test the basic report language
test/00/t0023a.sh	 Test the report generator functionality
test/00/t0024a.sh	 Test the report generator functionality
test/00/t0025a.sh	 Test the aechown functionality
test/00/t0026a.sh	 Test the aegis -Delta_Name functionality
test/00/t0027a.sh	 Test the report split() functionality
test/00/t0028a.sh	 Test the report wrap() functionality
test/00/t0029a.sh	 Test the report substr() functionality
txt2c/main.c	 operating system start-up point
txt2c/txt2c.c	 functions to turn text into C strings
txt2c/txt2c.h	 interface definition for txt2c/txt2c.c
