MANIFEST for bcpp-20020518, version t2002-05-18
--------------------------------------------------------------------------------
MANIFEST                        this file
CHANGES                         change-log for BCPP
README                          top-level README for bcpp
bcpp.cfg                        default configuration for bcpp
bcppall.bat                     run bcpp for a whole directory
indent.bat                      script for format all C/C++/Java(Script) files
indent.cfg                      alternate configuration (larger queue)
code                            subdirectory
code/.vilerc                    vile settings
code/anyobj.cpp                 the base class for all objects...
code/anyobj.h                   interface of anyobj.cpp
code/backup.cpp                 backup original file, restore if no change is made
code/baseq.cpp                  objects which are descendents of ANYOBJECT
code/baseq.h                    interface of baseq.cpp
code/bcpp.cfg                   sample config-file for bcpp (used in testing also)
code/bcpp.cpp                   main program (Beautify C++)
code/bcpp.h                     common interface/defs for bcpp
code/cb++                       sample unix script, used for regression testing
code/cmdline.cpp                command-line options-parsing
code/cmdline.h                  interface of cmdline.cpp
code/config.cpp                 config-file reader
code/config.h                   interface of config.cpp
code/debug.cpp                  debug/trace functions for BCPP
code/execsql.cpp                module to indent embedded SQL statements
code/hanging.cpp                compute hanging-indent of multiline statements
code/html.cpp                   test for HTML vs JavaScript
code/makefile                   makefile for UNIX (g++)
code/makefile.blc               makefile for Borland C
code/makefile.wnt               makefile for M$ Visual C++
code/run-test                   test-script
code/stacklis.cpp               container class that stores items in a linked list
code/stacklis.h                 interface of stacklis.cpp
code/strings.cpp                simple string-utilities
code/tabs.cpp                   tab expansion/conversion for BCPP
code/verbose.cpp                all output to stdout or stderr
txtdocs                         subdirectory
txtdocs/hirachy.txt             text-version of class-hierarchy
txtdocs/manual.txt              text-version of manual
unix                            subdirectory
unix/makefile                   original UNIX makefile
unix/util                       subdirectory
unix/util/convert.cc            msdos/unix crlf/lf converter
wpdocs                          subdirectory
wpdocs/hirachy.doc              document, in WP51 format
wpdocs/manual.doc               document, in WP51 format
