diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-10 13:55:03 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-10 13:55:03 (GMT) |
commit | 585a2f345be7f58a6811f0eceda8c2b39e103deb (patch) | |
tree | 09f7cc7f776253ba949cc83e9488f59acb49f39f /ChangeLog | |
parent | 239694d99ad81f1e435125e76a2a930213d06b21 (diff) |
Fixed a bug when the replacing string contains the replaced pattern.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +16-01-10 Cyrille Bagard <nocbos@gmail.com> + + * src/common/extstr.c: + Fix a bug when the replacing string contains the replaced pattern. + + * src/format/format.c: + Remove a compilation warning when the debug mode is disabled. + + * tools/d2c/rules.c: + Disable the SEE rule in the compiler. + 16-01-04 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |