From 779066fca01df6c4354ccd4f80dcafe4e96d891c Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 11 Apr 2006 21:28:48 +0000 Subject: Remove ChangeLog files from the source tree. From now on, the subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/windows/ChangeLog | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/util/windows/ChangeLog (limited to 'src/util/windows') diff --git a/src/util/windows/ChangeLog b/src/util/windows/ChangeLog deleted file mode 100644 index 06ce8afbb..000000000 --- a/src/util/windows/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ -2006-02-24 Jeffrey Altman - - * Makefile.in: support for 64-bit Windows builds - -2000-02-04 Danilo Almeida - - * getopt.c, getopt_long.c, getopt.h: Update to latest BSD code - found (from NetBSD). - - * Makefile.in: Build getopt.lib which includes getopt.obj and - getopt_long.obj. - -Mon May 10 15:27:34 1999 Danilo Almeida - - * Makefile.in: Do win32 build in subdir. - -1998-05-06 Theodore Ts'o - - * getopt.c (getopt): POSIX states that getopt returns -1 - when it is done parsing options, not EOF. -- cgit