diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-12-08 20:47:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-12-08 20:47:09 (GMT) |
commit | cf11fcf862b98ef57935bcfccd6f2f6ae3f925f6 (patch) | |
tree | d7ae9d965b8eea03adfaf7a4d42907aae683d0f9 /ChangeLog | |
parent | 48ac5e6e8fe50c1ff4b9e77440a6365f8b01021f (diff) |
Improved the way vmpa_t types are compared.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +17-12-08 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/arch/vmpa.c: + Update the comparison features for the Python bindings. + + * src/arch/vmpa.c: + Improve the way vmpa_t types are compared. + + * src/arch/vmpa.h: + Remove an useless macro. + + * tests/arch/vmpa.py: + Populate the test suite. + 17-12-07 Cyrille Bagard <nocbos@gmail.com> * plugins/pychrysa/analysis/routine.c: |