comparison ChangeLog @ 933:21fc8f283246

2007-10-4 Brian Masney <masneyb@gftp.org> * MAINTAINERS - added maintainers file
author masneyb
date Thu, 04 Oct 2007 09:59:13 +0000
parents 7b5aa0420fe2
children 19b6d55e2646
comparison
equal deleted inserted replaced
932:07e5eded780a 933:21fc8f283246
1 2007-10-4 Brian Masney <masneyb@gftp.org>
2 * MAINTAINERS - added maintainers file
3
4 * lib/misc.c lib/protocols.c - fixed some possible problems with
5 pointers when the data structures are copied.
6
1 2007-6-13 Brian Masney <masneyb@gftp.org> 7 2007-6-13 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (insert_commas) lib/gftp.h - explictly cast the number to 8 * lib/misc.c (insert_commas) lib/gftp.h - explictly cast the number to
3 a long long if it is supported on the system. This fixes a problem 9 a long long if it is supported on the system. This fixes a problem
4 where the number is converted to an integer when the sizeof (off_t) != 10 where the number is converted to an integer when the sizeof (off_t) !=
5 sizeof (long long) 11 sizeof (long long)