home *** CD-ROM | disk | FTP | other *** search
- Improvements to Stuff 1.0
-
- Andre van Dalen sent me some patches that would enhance Stuff 1.0 to
- add the following features:
-
- 1. All positive conditions are seen with logical ORs between them
- and negative ones are seen with logical ANDs between them. This
- means that you can now say:
-
- stuff . -name *.c -name *.h ! -name std*
-
- to get all source and header files that do not begin with 'std',
- instead of getting nothing because no file can both end in '.c' and
- in '.h'.
-
- 2. The option '-response filename' takes the name of a file and
- processes its contents as options.
-
- I received these changes at a time when I had already made some
- revisions to Stuff 1.0. So I decided to just complete my own upgrade
- to Stuff 2.0. In order that Andre van Dalen's changes aren't in
- vain, I am including them in this package in the following files:
-
- message: Message from Andre van Dalen
-
- dopath.pch, givehelp.pch, Context diffs to go from Stuff 1.0 to 1.1
- parseopt.pch, stuff.pch
-
- response.c New file for Stuff 1.1
-