aboutsummaryrefslogtreecommitdiff
path: root/src/tests/shlib/ChangeLog
blob: de8142fde85ef3d4bbbdeb16eb2010e92e6bff48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.