summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 25a52b0..5cecddb 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,19 @@
+| 8
+
+- Use susinfo;
+- Implement algorithms in C (with inline assembly on supported platforms);
+- Add comments;
+- Fix strcpy counting the null-terminator;
+- Fix strcpy taking a pointer-to-const as the output;
+- Implement strcpy, streq in IA-32;
+- Optimise streq: Only use the lower eight bytes for the return value;
+- Optimise strlen: Use fewer registers;
+- Fix memfill taking a pointer-to-const as the output;
+- Fix strfill taking a pointer-to-const as the output;
+- Update readme;
+- Add private header;
+- Remove assembly-specific version macro;
+
| 7
- Relicense under MPL2;