Change th_get_size() macro to return unsigned int
[libtar.git] / compat / ChangeLog
bloba5d904d7d302a689802af05483fed12334c684fc
1 2003-01-08      added COMPAT_FUNC_MAKEDEV macro
3 2002-12-20      added COMPAT_VAR___PROGNAME macro
5 2002-12-19      include necessary header files from gethostbyname_r.c
6                 and getservbyname_r.c
8                 check for size_t in COMPAT_FUNC_GETHOSTBYNAME_R and
9                 COMPAT_FUNC_GETSERVBYNAME_R macros
11 2002-12-18      define _LINUX_SOURCE_COMPAT in compat.h if strsep()
12                 is needed on AIX
14                 avoid prototype syntax problem with IBM C compiler in
15                 fnmatch.c
17 2002-11-24      added COMPAT_PROTO_MACRO macro
19 2002-11-22      updated gethostbyname_r() and getservbyname_r() code and
20                 macros to detect and use weird AIX implementation
22                 added warnings if thread-safe functions are not found
24 2002-10-18      new macros and corresponding compat code:
25                  * COMPAT_FUNC_GETHOSTBYNAME_R
26                  * COMPAT_FUNC_GETSERVBYNAME_R
28 2002-10-15      added COMPAT_FUNC_GETPWUID_R macro
30 2002-07-17      added inet_aton.c