commit 3124aadf7a0e5a96cc69d32ff8ea5eb600b8a4ea parent c4194bbe0dbae028bb35d465c4f6342c1d87b486 Author: Frederic Cambus <fred@statdns.com> Date: Thu, 14 Jul 2016 00:28:31 +0200 Updated ChangeLog Diffstat:
M | ChangeLog | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,14 @@ +AnsiLove/C 3.0.3 (2016-07-14) + +- Adding some missing includes +- Define _XOPEN_SOURCE macro (for 'strdup' and 'strndup' functions) +- Switch back to compiling with -std=c99 instead of -std=gnu99 +- Adding cast to fix compilation with GCC on NetBSD [-Werror=char-subscripts] +- Use strdup when lowercasing file extension, to avoid modifying input filename +- Define _NETBSD_SOURCE macro to make 'strndup' declaration visible on NetBSD + + + AnsiLove/C 3.0.2 (2016-01-21) - Adding a new example XBin (Thanks Enzo)