Module Name:    othersrc
Committed By:   dholland
Date:           Mon Aug 26 01:08:20 UTC 2013

Added Files:
        othersrc/external/bsd/mint/dist: Makefile
        othersrc/external/bsd/mint/dist/c: Makefile cdriver.c
        othersrc/external/bsd/mint/dist/cpp: Makefile cpp.c cppmisc.c cppmisc.h
            files.c files.h irep.c irep.h irepbuild.c irepout.c irepreduce.c
            lex.c lex.h pptoken.c pptoken.h
        othersrc/external/bsd/mint/dist/doc: overview.txt
        othersrc/external/bsd/mint/dist/global: Makefile gdriver.c
        othersrc/external/bsd/mint/dist/include: array.h cchar.h cin.h cpp.h
            defs.h diag.h inlinedefs.h mem.h misc.h place.h
        othersrc/external/bsd/mint/dist/local: Makefile ldriver.c
        othersrc/external/bsd/mint/dist/main: Makefile main.c
        othersrc/external/bsd/mint/dist/mk: base.mk compile.mk intlib.mk
            prog.mk subdir.mk
        othersrc/external/bsd/mint/dist/support: Makefile array.c cchar.c
            diag.c mem.c misc.c place.c

Log Message:
Initial pieces and skeleton for a lint replacement.

All I've actually written so far is about the first third of the
preprocessor and some of the support code, but based on the "commit
early and often" rule I'm going to commit what I have now.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/Makefile
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/c/Makefile \
    othersrc/external/bsd/mint/dist/c/cdriver.c
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/cpp/Makefile \
    othersrc/external/bsd/mint/dist/cpp/cpp.c \
    othersrc/external/bsd/mint/dist/cpp/cppmisc.c \
    othersrc/external/bsd/mint/dist/cpp/cppmisc.h \
    othersrc/external/bsd/mint/dist/cpp/files.c \
    othersrc/external/bsd/mint/dist/cpp/files.h \
    othersrc/external/bsd/mint/dist/cpp/irep.c \
    othersrc/external/bsd/mint/dist/cpp/irep.h \
    othersrc/external/bsd/mint/dist/cpp/irepbuild.c \
    othersrc/external/bsd/mint/dist/cpp/irepout.c \
    othersrc/external/bsd/mint/dist/cpp/irepreduce.c \
    othersrc/external/bsd/mint/dist/cpp/lex.c \
    othersrc/external/bsd/mint/dist/cpp/lex.h \
    othersrc/external/bsd/mint/dist/cpp/pptoken.c \
    othersrc/external/bsd/mint/dist/cpp/pptoken.h
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/doc/overview.txt
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/global/Makefile \
    othersrc/external/bsd/mint/dist/global/gdriver.c
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/include/array.h \
    othersrc/external/bsd/mint/dist/include/cchar.h \
    othersrc/external/bsd/mint/dist/include/cin.h \
    othersrc/external/bsd/mint/dist/include/cpp.h \
    othersrc/external/bsd/mint/dist/include/defs.h \
    othersrc/external/bsd/mint/dist/include/diag.h \
    othersrc/external/bsd/mint/dist/include/inlinedefs.h \
    othersrc/external/bsd/mint/dist/include/mem.h \
    othersrc/external/bsd/mint/dist/include/misc.h \
    othersrc/external/bsd/mint/dist/include/place.h
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/local/Makefile \
    othersrc/external/bsd/mint/dist/local/ldriver.c
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/main/Makefile \
    othersrc/external/bsd/mint/dist/main/main.c
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/mk/base.mk \
    othersrc/external/bsd/mint/dist/mk/compile.mk \
    othersrc/external/bsd/mint/dist/mk/intlib.mk \
    othersrc/external/bsd/mint/dist/mk/prog.mk \
    othersrc/external/bsd/mint/dist/mk/subdir.mk
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/mint/dist/support/Makefile \
    othersrc/external/bsd/mint/dist/support/array.c \
    othersrc/external/bsd/mint/dist/support/cchar.c \
    othersrc/external/bsd/mint/dist/support/diag.c \
    othersrc/external/bsd/mint/dist/support/mem.c \
    othersrc/external/bsd/mint/dist/support/misc.c \
    othersrc/external/bsd/mint/dist/support/place.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to