diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-08-20 20:48:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-08-20 20:48:19 (GMT) |
commit | b1738d682ea2bd7260438c543f30442cbc73a42c (patch) | |
tree | 84cb35f8fd1e565517e4e4a2b3993f2acb3eeffe /ChangeLog | |
parent | 2425953ed7330c8f92ec7d04a5f248db1ed98a9d (diff) |
Rewritten some parts of code to increase the binary processing speed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@391 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +14-08-20 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/instruction.c: + Fix a bug by adding a missing 'return'. + + * src/glibext/gbufferline.c: + * src/glibext/gbuffersegment.c: + Rewrite some parts of code to increase the binary processing speed. + 14-08-19 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |