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 f1f91c3..e5da972 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,19 @@
+| A
+
+- Installation script: Create installation directories if they don't already exist;
+- Don't use susinfo types;
+- Remove declarations for getbinver;
+- Add memcmp, strcmp;
+- Update makefile;
+- Reimplement fastimpl as a global variable;
+- Change type of fastimpl (uint_least8_t => _Bool);
+- Change the return types of memeq and streq (uint_least8_t => _Bool);
+- Enable compilation warnings;
+- Add type literals (like those from susinfo);
+- Use *int_leastN_t instead of *intN_t;
+- Remove restrict-qualifications;
+- Remove C++ version of memdup;
+
| 9
- Fix readme not reflecting that we now support all platforms;