Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/usr.bin/tnftp/libedit



Module Name:    othersrc
Committed By:   lukem
Date:           Mon Feb  1 10:29:24 UTC 2016

Modified Files:
        othersrc/usr.bin/tnftp/libedit: chared.c chared.h common.c config.h
            el.c el.h emacs.c filecomplete.c hist.c histedit.h history.c map.c
            parse.c prompt.c read.c readline.c refresh.c search.c sig.h sys.h
            tokenizer.c tty.c tty.h vi.c
        othersrc/usr.bin/tnftp/libedit/readline: readline.h

Log Message:
Reduce differences with upstream libedit

Adjust to #if 0 out #includes of system headers and other
tests that are handled by "tnftp.h" as included by "config.h"


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 othersrc/usr.bin/tnftp/libedit/chared.c \
    othersrc/usr.bin/tnftp/libedit/parse.c \
    othersrc/usr.bin/tnftp/libedit/vi.c
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/tnftp/libedit/chared.h \
    othersrc/usr.bin/tnftp/libedit/el.h othersrc/usr.bin/tnftp/libedit/sig.h
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/libedit/common.c \
    othersrc/usr.bin/tnftp/libedit/el.c \
    othersrc/usr.bin/tnftp/libedit/emacs.c \
    othersrc/usr.bin/tnftp/libedit/hist.c \
    othersrc/usr.bin/tnftp/libedit/history.c \
    othersrc/usr.bin/tnftp/libedit/map.c \
    othersrc/usr.bin/tnftp/libedit/prompt.c \
    othersrc/usr.bin/tnftp/libedit/readline.c \
    othersrc/usr.bin/tnftp/libedit/refresh.c \
    othersrc/usr.bin/tnftp/libedit/search.c \
    othersrc/usr.bin/tnftp/libedit/tokenizer.c
cvs rdiff -u -r1.4 -r1.5 othersrc/usr.bin/tnftp/libedit/config.h \
    othersrc/usr.bin/tnftp/libedit/filecomplete.c \
    othersrc/usr.bin/tnftp/libedit/histedit.h \
    othersrc/usr.bin/tnftp/libedit/tty.h
cvs rdiff -u -r1.8 -r1.9 othersrc/usr.bin/tnftp/libedit/read.c \
    othersrc/usr.bin/tnftp/libedit/tty.c
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/tnftp/libedit/sys.h
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/tnftp/libedit/readline/readline.h

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




Home | Main Index | Thread Index | Old Index