summaryrefslogtreecommitdiff
path: root/libftpconn
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-05-07 17:59:53 +0000
committerMiles Bader <miles@gnu.org>1997-05-07 17:59:53 +0000
commit3ab113343dea2b041b93e253feda944cf850d772 (patch)
tree892e8fb1ca7dc747cb939ca7067618ebee7bdfcb /libftpconn
parent1fef5a529c875cf518af8a235f0dc9f9c638fd3c (diff)
.
Diffstat (limited to 'libftpconn')
-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.