simon-git: filter (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Wed Nov 14 21:27:39 GMT 2018
TL;DR:
3b1c820 Adopt C99 bool throughout this code base.
d19d958 Update to latest libcharset.
Repository: https://git.tartarus.org/simon/filter.git
On the web: https://git.tartarus.org/?p=simon/filter.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-11-14 21:27:39
commit 3b1c820ebe07ff3bdb523f65dc5dc31b4a7492a9
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=3b1c820ebe07ff3bdb523f65dc5dc31b4a7492a9;hp=9617f1a752936671a31b4013ab6ad2554e44ade2
Author: Simon Tatham <anakin at pobox.com>
Date: Wed Nov 14 21:26:09 2018 +0000
Adopt C99 bool throughout this code base.
cstrans.c | 11 ++++++-----
filter.h | 3 ---
idletrans.c | 6 +++---
main.c | 19 ++++++++++---------
mainloop.c | 4 ++--
nhtrans.c | 8 ++++----
6 files changed, 25 insertions(+), 26 deletions(-)
commit d19d958aef370a0cae848521cf5e4541df8b1fa3
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=d19d958aef370a0cae848521cf5e4541df8b1fa3;hp=3b1c820ebe07ff3bdb523f65dc5dc31b4a7492a9
Author: Simon Tatham <anakin at pobox.com>
Date: Wed Nov 14 21:26:48 2018 +0000
Update to latest libcharset.
This pulls in the boolification of libcharset in turn, but I don't
need to do anything to the filter code base to cope, because the only
call to charset_from_unicode passes NULL as the pointer argument
that's just changed type.
charset | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list