summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b123b2a..face77e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,16 @@
+| 1
+
+- Fix indentation in license notices;
+- Fix incorrect declaration for rgo_strcpy, rgo_streq;
+- Implement fndbyte,memeq,strcpy,streq;
+- Add new tests;
+- Fix bug in memcpy: Should jump if zero, not if equal;
+- Remove declaration for rgo_memcmp;
+- Add macro rgo_ver, defined to the current version number;
+- Add assembly declaration for rgo_fndchr, rgo_fndbyte;
+- Fix some incorrect comments;
+- Use movups instead of movdqu in memcpy;
+
| 0
- Initial.