From b5d7cd3a4bb02a6ea987476e629a0ae29ade53d1 Mon Sep 17 00:00:00 2001 From: Priyeshkkumar Date: Thu, 23 Jul 2020 00:50:29 +0530 Subject: [PATCH] [priyesh]ChangeLog: Corrected ChangeLog --- [priyesh]ChangeLog | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/[priyesh]ChangeLog b/[priyesh]ChangeLog index 5a5bb043d..7142949d6 100644 --- a/[priyesh]ChangeLog +++ b/[priyesh]ChangeLog @@ -1,24 +1,27 @@ 2020-07-22 Priyesh Kumar - * Reverted back to `-std=c99' flag in `unix-cc.in' and - `builds/freetype.mk' - - * Updated dlg's include path in `include/freetype/internal/ftdebug.h'. - - * Changed `builds/toplevel.mk' and `autogen.sh' to copy dlg's include - files from `submodules/dlg' to `src/dlg/dlg' due to include path errors - on windows. - Updated `rules.mk' w.r.t to above changes. - - * Updated `builds/toplevel.mk' so that for builds that do not use - `./configure' script dlg files are copied from `submodules/dlg' to - `src/dlg'. + * builds/freetype.mk (FT_CFLAGS): Added `-std=c99' flag - * Removed `-std=c99' flag from `gcc.mk' and `unix-cc.in'. + * builds/unix/unix-cc.in (CFLAGS): Added `-std=c99' flag - * src/base/ftdebug.c: Minor changes + * include/freetype/internal/ftdebug.h: Updated include path of dlg to + `#include<..src/dlg/dlg/dlg.h>' and `#include<..src/dlg/dlg/output.h>` - * src/dlg/rules.mk: Added `-std=c99' flag in `FT_CFLAGS' varialble + * src/dlg/rules.mk (DLG_H): Updated. + + * builds/toplevel.mk, autogen.sh: Copy dlg's include files from + `submodules/dlg' to `src/dlg/dlg' due to include path errors + on windows. + + * builds/toplevel.mk: For builds that do not use `./configure' script dlg + files are copied from `submodules/dlg' to `src/dlg'. + + * builds/compiler/gcc.mk (CFLAGS), builds/unix/unix-cc.in (CFLAGS): + Removed `-std=c99' flag. + + * src/base/ftdebug.c (ft_add_tag, ft_remove_tag): Minor changes + + * src/dlg/rules.mk (FT_CFLAGS): Added `-std=c99' flag 2020-07-21 Priyesh Kumar