summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyeshkkumar <priyeshkkumar@gmail.com>2020-07-23 00:50:29 +0530
committerPriyeshkkumar <priyeshkkumar@gmail.com>2020-07-23 00:50:29 +0530
commitb5d7cd3a4bb02a6ea987476e629a0ae29ade53d1 (patch)
tree2f85d3cf5b53cc942314ace80ac08902d2f86d7f
parent4e3b8181a3137dbe46474204c6d4c21c1e41e404 (diff)
downloadfreetype2-b5d7cd3a4bb02a6ea987476e629a0ae29ade53d1.tar.gz
[priyesh]ChangeLog: Corrected ChangeLog
-rw-r--r--[priyesh]ChangeLog27
1 files changed, 15 insertions, 12 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 <priyeshkkumar@gmail.com>
- * Reverted back to `-std=c99' flag in `unix-cc.in' and
- `builds/freetype.mk'
+ * builds/freetype.mk (FT_CFLAGS): Added `-std=c99' flag
+
+ * builds/unix/unix-cc.in (CFLAGS): Added `-std=c99' flag
+
+ * include/freetype/internal/ftdebug.h: Updated include path of dlg to
+ `#include<..src/dlg/dlg/dlg.h>' and `#include<..src/dlg/dlg/output.h>`
- * Updated dlg's include path in `include/freetype/internal/ftdebug.h'.
+ * src/dlg/rules.mk (DLG_H): Updated.
- * 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
+ * builds/toplevel.mk, autogen.sh: 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/toplevel.mk: For builds that do not use `./configure' script dlg
+ files are copied from `submodules/dlg' to `src/dlg'.
- * Removed `-std=c99' flag from `gcc.mk' and `unix-cc.in'.
+ * builds/compiler/gcc.mk (CFLAGS), builds/unix/unix-cc.in (CFLAGS):
+ Removed `-std=c99' flag.
- * src/base/ftdebug.c: Minor changes
+ * src/base/ftdebug.c (ft_add_tag, ft_remove_tag): Minor changes
- * src/dlg/rules.mk: Added `-std=c99' flag in `FT_CFLAGS' varialble
+ * src/dlg/rules.mk (FT_CFLAGS): Added `-std=c99' flag
2020-07-21 Priyesh Kumar <priyeshkkumar@gmail.com>