summaryrefslogtreecommitdiff
path: root/libftpconn/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libftpconn/ChangeLog')
-rw-r--r--libftpconn/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog
index 346efaac..012339d4 100644
--- a/libftpconn/ChangeLog
+++ b/libftpconn/ChangeLog
@@ -1,4 +1,10 @@
Wed May 7 12:35:21 1997 Miles Bader <miles@gnu.ai.mit.edu>
+ * unix.c (struct get_stats_state): Add NAME_LEN & NAME_ALLOCED fields.
+ (ftp_conn_unix_cont_get_stats): Retain S's name buffer between
+ entries, only growing it when needed; leave any copying to the client.
+ * ftpconn.h (ftp_conn_add_stat_fun_t): Make first 3 params const.
+ Update comment to say they should be copied if retained.
+
* Makefile (installhdrsubdir): New variable.