aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-15 17:14:18 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-15 17:14:18 -0400
commit3be3c332a5e47434d74e99e2ed77e9fb9f4cf60c (patch)
treed36549357611a80add50e5d8c896acf032e80b88 /src/ChangeLog
parente0e6a9b6ee60c0b7367be4c0caa99534b6d23071 (diff)
downloadfujichat-3be3c332a5e47434d74e99e2ed77e9fb9f4cf60c.tar.gz
printf removal
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 299e9ba..0ecb00a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+- 20190315 bkw:
+
+Eliminate printf/sprintf calls from fujimenu.c and makeauto.c. Also
+eliminate perror() from makeauto.c, which shrinks the xex by almost 2KB
+(but prints numeric error messages instead of human-readable ones).
+
- 20190313 bkw:
FujiChat is back!