summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-08-20 20:48:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-08-20 20:48:19 (GMT)
commitb1738d682ea2bd7260438c543f30442cbc73a42c (patch)
tree84cb35f8fd1e565517e4e4a2b3993f2acb3eeffe /ChangeLog
parent2425953ed7330c8f92ec7d04a5f248db1ed98a9d (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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b02998..8e6da55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: