Changeset 48

Show
Ignore:
Timestamp:
07/27/07 06:27:59 (18 months ago)
Author:
scott
Message:

AWKPaste prerequites


Taking care of a small subset of the prerequisites for awkpaste. Also,
preparing to rename 'lib/' to 'src/'.

Build process


  • Adding a Makefile to enable a build process as an optimizatoin for awkpaste and possibly awkbot, although awkbot has special needs.
    • note: cpp still outputs metric fucktons of warnings as a result of normal comments, this should be corrected through whatever means is necessary even if it means just figuring out a reasonable way for hiding a particular class of warning
  • Added bin/teststrap - a little script to run the tests in t/ and report on their status. Doesn't work particularly well. Things needed on it:
    • Return error code properly
    • Report success/failure accordingly though stderr
    • Might want to build it into the makefile, actually
  • Added a cpp-filter sed script, this is probably temporary as I've discovered it doesn't particularly work well due to the fact that it is unable to filter all files that are included

Additional


  • Found atleast one more include directive. include doesn't work very well with awk, so import is being used instead despite the fact that it's a deprecated feature.
  • Added lib/tempfile.awk since several things are now dependent upon it
Location:
trunk/awkbot
Files:
4 added
4 modified

Legend:

Unmodified
Added
Removed