// Makefile changes
- changed compile flags
- alphabetised
- removed newna.o
- removed timingFun.C from Makefile
- removed timing.h dependencies on several files

// File changes
- rmd timingFun.h, timingFun.C, timing.h
- rm chartrn.fcm, contst.C, dntst.C, equivmatch.C, excon.C
- rm getputfld.C, interpsave.C, interptest.C, iot.C, nodeattsave.C
- rm nodeatttest.C, parsensegnew.C, search.C, sysconfn.C
- rm nodeAttributes.C readseglist.C

// Code changes
- changed getstptr(2) to return an fstream corresponding to cout.txt
  instead of cout
- added int decls to interpFuncs.C,recurs.C
- added decls of strcasecmp and strncasecmp, string.h to interpnew.C 
  defines it only if using BSD defines
- added strcasecmp, strncasecmp functions to parserlawnew.C
- removed timing code from interpnew.C, parscntime.C, restTestTime.C
- change cparse perl path and call to parser to cp cout.txt to $1.log
  modified environment variables
- changed getparsedwords perl path
- changed all occurrences (there were hundreds) of cout references to
  go instead to the global fstream *coutP.  Otherwise the change 
  to getstptr split the log files, making it difficult to compare files
  to see if results are OK.

