-+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- NOTE: This file was automatically generated by `cvs2cl.pl'. If you edit this file, your changes will be lost when someone next runs cvs2cl.pl. See http://www.red-bean.com/~kfogel/cvs2cl.shtml for more. -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- 2000-06-27 08:05 jmknoble * INSTALL.txt, Lwpp-HOWTO.txt, README.txt: Fixed improper use of grave accent ('`') as single quote ('''). Changed license from GPL to liberal BSD/MIT-ish. Updated email address. Added notes about the location to look for lwpp updates and about where to send bug reports. Updated for version 1.0.1. * Makefile: Oops---'.cvsignore' file doesn't need to be in the distribution tarball. 2000-06-27 07:58 jmknoble * Makefile: Added copyright info to top of file. De-crufted lots of spots. Added 'changelog' target for auto-generating ChangeLog. Made auto-generating targets (notably 'spec' and 'dist') output to temporary file, which is then moved into place if it's successfully written, to preserve the old target in case of errors. Bumped version to 1.0.1. 2000-06-27 07:51 jmknoble * lwpp.c: - Fixed design flaw where @if .. @else .. @if .. @else constructs nested more than three deep would not resolve to the proper condition in some cases. Renamed 'parent_condition' member of FileState structure to 'propagated_condition' to better clarify its intended meaning. Thanks to Albert Chin-A-Young . - Verbose mode now prints boolean value (true/false) of both the current @ifXXX or @else directive and the one that has propagated down from enclosing layers. Consolidated fprintf() in KEYWORD_IFDEF, KEYWORD_IFNDEF, KEYWORD_ELSE, KEYWORD_IFEQ, and KEYWORD_IFNEQ cases to print_condition_text() function. - Reformatted code for compactness. Changed behavior of '--version' slightly. Output less text when an unrecognized command line option is encountered. - Changed license from GPL to liberal BSD/MIT-ish. * lwpp.spec.in: Fixed improper use of grave accent ('`') as single-quote ('''). Updated spec file template for use with rpm-3.0.x. 2000-06-27 05:29 jmknoble * .cvsignore, INSTALL.txt, Lwpp-HOWTO.txt, Makefile, README.txt, lwpp.c, lwpp.spec.in, tmp.txt, tmp2.txt: Put lwpp-1.0 sources under CVS revision control. * .cvsignore, INSTALL.txt, Lwpp-HOWTO.txt, Makefile, README.txt, lwpp.c, lwpp.spec.in, tmp.txt, tmp2.txt: branches: 1.1.1; Initial revision