summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-03-26 22:37:04 +0000
committerKen Raeburn <raeburn@mit.edu>2002-03-26 22:37:04 +0000
commit126757160d1cf1f66e7109c50c53058005a08520 (patch)
treeabc9b4bcb6a85bfab0d89100baa3031e701537cc /src/include/ChangeLog
parent8b47254e493130f3210f02d3692eab2a637d9a81 (diff)
Change approach for getaddrinfo support. Now, only fake-addrinfo.h is
included, no magic macros need to be defined, and no special care needs to be taken to identify a unique object file used in all builds of a library/program. All defined functions (if any) are static in each object file, and declared inline under gcc so they can be more easily eliminated. Simplifies maintenance, and worst case should add no more than a few KB to libraries and programs. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14291 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 7e3412655..18770f23a 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-26 Ken Raeburn <raeburn@mit.edu>
+
+ * fake-addrinfo.h: Incorporate all of fake-addrinfo.c. Make all
+ defined functions static, and inline if gcc is used. Drop
+ FAI_PREFIX renaming hacks. Fix some bugs in the separation of
+ getnameinfo from getaddrinfo/freeaddrinfo for wrapping purposes.
+ * fake-addrinfo.c: Delete.
+
2002-03-11 Ken Raeburn <raeburn@mit.edu>
* fake-addrinfo.c (fixup_addrinfo): Deleted.