diff options
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r-- | extension/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 70008f5a..fcc9d8a8 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,11 @@ +2012-09-07 Akim Demaille <akim@lrde.epita.fr> + + * extension/gawkfts.h (__THROW): Define if it is not. + Copied from getopt.h. + * extension/gawkfts.c (fts_alloc): Since FTSENT.fts_statp is + defined as a struct stat*, use that type for casts instead of + the undefined __fts_stat_t type. + 2012-09-07 Arnold D. Robbins <arnold@skeeve.com> * readdir.c, readdir.3am: Change argument to readdir_do_ftype() |