From 66adc16244b54d2e3deb64a596fa9dfd6246984b Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 26 Oct 1999 20:38:54 +0000 Subject: log tritan's changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11877 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 7 +++++++ src/util/db2/obj/ChangeLog | 7 +++++++ src/util/dyn/ChangeLog | 7 +++++++ src/util/et/ChangeLog | 7 +++++++ src/util/profile/ChangeLog | 7 +++++++ src/util/pty/ChangeLog | 7 +++++++ src/util/send-pr/ChangeLog | 7 +++++++ src/util/ss/ChangeLog | 7 +++++++ 8 files changed, 56 insertions(+) (limited to 'src/util') diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 2682795da..3862b2530 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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-16 Tom Yu * mkrel (reldate): Fix to deal with release branch snapshots. diff --git a/src/util/db2/obj/ChangeLog b/src/util/db2/obj/ChangeLog index 6f09fcd60..a85532034 100644 --- a/src/util/db2/obj/ChangeLog +++ b/src/util/db2/obj/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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] + Mon Nov 25 16:20:35 1996 Sam Hartman * Makefile.in (check): Remove install rule to fix pmake problem. [236] diff --git a/src/util/dyn/ChangeLog b/src/util/dyn/ChangeLog index d5102d5a5..cf8845d8f 100644 --- a/src/util/dyn/ChangeLog +++ b/src/util/dyn/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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-01-27 Theodore Ts'o * Makefile.in, configure.in: Move the responsibility for diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 9d99e8abf..0f832913e 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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-18 Miro Jurisic * et.exp: Added et.exp, MacOS export file for com_err library diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index bf16b30fb..172d7acd3 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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-09-01 Danilo Almeida * profile.hin (profile_init, profile_init_path): Define and use diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index 859b4a7cd..ff815b74c 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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-03 Ken Raeburn * update_utmp.c (pty_update_utmp): Use "co" instead of "cons" for diff --git a/src/util/send-pr/ChangeLog b/src/util/send-pr/ChangeLog index 066fea240..1475690b6 100644 --- a/src/util/send-pr/ChangeLog +++ b/src/util/send-pr/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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-01-27 Theodore Ts'o * Makefile.in, configure.in: Move the responsibility for diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog index 102ec3d31..aeddbb25d 100644 --- a/src/util/ss/ChangeLog +++ b/src/util/ss/ChangeLog @@ -1,3 +1,10 @@ +1999-10-26 Tom Yu + + * 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-01-20 Theodore Ts'o * listen.c (print_prompt): Replace BSD-style ioctl with termios -- cgit