diff options
| author | Tom Yu <tlyu@mit.edu> | 1999-10-26 20:38:54 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1999-10-26 20:38:54 +0000 |
| commit | 66adc16244b54d2e3deb64a596fa9dfd6246984b (patch) | |
| tree | e33d714d48230e3b614130709b905a45d39475c6 /src/appl/telnet | |
| parent | 576f92854331c90f779e721443dcd375e6851670 (diff) | |
log tritan's changes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11877 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/telnet')
| -rw-r--r-- | src/appl/telnet/libtelnet/ChangeLog | 7 | ||||
| -rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 7 | ||||
| -rw-r--r-- | src/appl/telnet/telnetd/ChangeLog | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog index 61e3fc8e3..67877b1b8 100644 --- a/src/appl/telnet/libtelnet/ChangeLog +++ b/src/appl/telnet/libtelnet/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-08-31 17:28 Jeffrey Altman <jaltman@columbia.edu> * kerberos5.c: Ensure that only "host" service tickets are accepted. diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index e83327232..4338cc437 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + 1999-07-26 Tom Yu <tlyu@mit.edu> * telnet.c (telnet): Fix typo in error message, via diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index afa44f2c7..41fbd39e2 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, + LOCAL_INCLUDES such that one can override CFLAGS from the command + line without losing CPP search patchs and defines. Some associated + Makefile cleanup. [from wsanchez@apple.com] + Thu Apr 15 17:02:49 1999 Theodore Y. Ts'o <tytso@mit.edu> * configure.in: Fix typo in test below; fixed name of the autoconf |
