summaryrefslogtreecommitdiffstats
path: root/src/tests/shlib
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/tests/shlib
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
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
Diffstat (limited to 'src/tests/shlib')
-rw-r--r--src/tests/shlib/ChangeLog35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/tests/shlib/ChangeLog b/src/tests/shlib/ChangeLog
deleted file mode 100644
index de8142fde8..0000000000
--- a/src/tests/shlib/ChangeLog
+++ /dev/null
@@ -1,35 +0,0 @@
-2006-03-11 Ken Raeburn <raeburn@mit.edu>
-
- * t_loader.c: Don't get autoconf.h from krb5/.
-
-2005-06-20 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (t_loader): Use DL_LIB instead of -ldl.
-
-2005-02-08 Ken Raeburn <raeburn@mit.edu>
-
- * t_loader.c (verbose): New variable.
- (do_close_1): Drop filename argument. Change messages
- accordingly, and only display them if verbose. Line up "done"
- messages vertically.
- (do_open_1): Likewise. Add library version argument, used when on
- AIX, in combination with RTLD_MEMBER.
- (do_open): Don't pass filename. Do pass library version; callers
- changed.
- (do_close): Don't pass filename.
- (get_sym_1): Renamed from get_sym, added line number argument.
- Print messages if verbose.
- (get_sym): New macro.
- (xbasename): Function deleted.
- (HORIZ): New macro.
- (main): Turn off output buffering. Print messages before and
- after calling functions in loaded libraries. Disable first set of
- tests, that don't call any functions. Test gssapi library without
- loading any other libraries, then test it after loading com_err,
- and unload com_err first.
-
-2005-02-02 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: New file.
- * t_loader.c: New file.
-