diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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: |