Brian Wellington
cfdb88eb33
removed the check for stray NOMINUM_, since it didn't work. It's also not too useful
...
if keys can now be arbitrary.
2000-10-10 23:12:54 +00:00
Brian Wellington
70c7872be6
state wasn't properly cleared between files
2000-10-10 23:07:35 +00:00
Brian Wellington
3517415542
a few fixes. perl -w is your friend.
2000-10-10 22:46:46 +00:00
Michael Sawyer
229c6987e7
Get sanitize working with arbitrary keys
2000-09-29 21:31:02 +00:00
Andreas Gustafsson
9560b5fa95
if a file was deleted, subsequent files were not properly renamed
...
because $deletefile was left true
2000-09-28 17:35:19 +00:00
Michael Sawyer
1c66892e02
Fix confparser.y stuff in relation to sanitize.
2000-09-27 18:00:40 +00:00
Michael Sawyer
936438fe8b
Update the sanitize scripts:
...
sanitize -kPUBLIC will remove all code surrounded by
#ifndef NOMINUM_PUBLIC
#endif /* NOMINUM_PUBLIC */
(eg, all of our internal code)
sanitize -iPUBLIC will remove all code surrounded by
#ifdef NOMINUM_PUBLIC
#endif /* NOMINUM_PUBLIC */
(eg, all of the code which is specific to the public release)
The -k option takes a key, removing any code which requires that key
be unfedined. The idea is that internally we compile everything, and
require no special #defines for that to happen.
NOMINUM_key_DELETE will delete a file if sanitized with -k option.
2000-09-27 17:16:01 +00:00
Brian Wellington
b3596b3981
The file delete option didn't work.
2000-09-26 23:17:32 +00:00
Brian Wellington
c406080562
NOMINUM_PUBLIC_DELETE will cause an entire file to be deleted.
2000-09-26 22:44:19 +00:00
Andreas Gustafsson
374f22b5d3
corrected misleading error messages and made them
...
include the line number where the error was detected;
changed initial letter of error messages to lower case
2000-08-19 01:02:07 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
15a4474541
word wrap copyright notice at column 70
2000-07-27 09:55:03 +00:00
Michael Sawyer
761a1c3761
Add sanitizer and hide per-master key code behind sanitizing #ifdefs
2000-07-26 18:47:43 +00:00