summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-01 20:11:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-01 20:12:35 (GMT)
commit1c9e36639b949cc765dab316825f9fec7af85a6e (patch)
tree862c1aaf89f31972930b5c938ae49cee4bb724ec /ChangeLog
parent99f653189e448b3ff3f2f02ab876231d44fa1ce3 (diff)
Computed relative and absolute paths.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57bbdb9..a06eeaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+15-12-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/common/Makefile.am:
+ Add the 'pathname.[ch]' files to libpychrysacommon_la_SOURCES.
+
+ * plugins/pychrysa/common/fnv1a.c:
+ Fix comments.
+
+ * plugins/pychrysa/common/module.c:
+ Update code.
+
+ * plugins/pychrysa/common/pathname.c:
+ * plugins/pychrysa/common/pathname.h:
+ New entries: provide bindings for Python.
+
+ * src/common/Makefile.am:
+ Add the 'pathname.[ch]' files to libcommon_la_SOURCES.
+
+ * src/common/extstr.h:
+ Typo.
+
+ * src/common/pathname.c:
+ * src/common/pathname.h:
+ New entries: compute relative and absolute paths.
+
+ * tests/common/__init__.py:
+ * tests/common/pathname.py:
+ New entries: define some new relative test cases.
+
15-11-29 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: