diff options
author | B. Watson <yalhcru@gmail.com> | 2019-03-15 17:14:18 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-03-15 17:14:18 -0400 |
commit | 3be3c332a5e47434d74e99e2ed77e9fb9f4cf60c (patch) | |
tree | d36549357611a80add50e5d8c896acf032e80b88 /src/ChangeLog | |
parent | e0e6a9b6ee60c0b7367be4c0caa99534b6d23071 (diff) | |
download | fujichat-3be3c332a5e47434d74e99e2ed77e9fb9f4cf60c.tar.gz |
printf removal
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
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! |