simon-git: charset (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Tue Nov 13 23:31:39 GMT 2018
TL;DR:
55743d4 Adopt C99 bool throughout this library.
Repository: https://git.tartarus.org/simon/charset.git
On the web: https://git.tartarus.org/?p=simon/charset.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-11-13 23:31:39
commit 55743d4ed4a945b4b7c3ad4abbfff9f794183738
web diff https://git.tartarus.org/?p=simon/charset.git;a=commitdiff;h=55743d4ed4a945b4b7c3ad4abbfff9f794183738;hp=a447d8e3e2f37f3760dcacc461fac3b1ebc785d9
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Nov 13 23:31:10 2018 +0000
Adopt C99 bool throughout this library.
This includes a few small changes to the external API. A few query
functions return bool which used to return int, but more disruptively,
the 'error' parameter to charset_from_unicode is now a bool * in place
of an int *.
big5enc.c | 14 +--
big5set.c | 8 +-
charset.h | 19 ++--
cns11643.c | 8 +-
confuse.c | 10 +-
convcs.c | 21 ++--
cp949.c | 16 ++--
csshow.c | 21 ++--
cstable.c | 8 +-
euc.c | 14 +--
fromucs.c | 14 +--
gb2312.c | 8 +-
hz.c | 12 +--
internal.h | 45 ++++-----
iso2022.c | 52 +++++-----
iso2022s.c | 42 ++++----
iso6937.c | 22 ++---
jisx0208.c | 8 +-
jisx0212.c | 8 +-
ksx1001.c | 18 ++--
localenc.c | 316 ++++++++++++++++++++++++++++++-------------------------------
sbcs.c | 12 +--
shiftjis.c | 20 ++--
slookup.c | 4 +-
superset.c | 6 +-
toucs.c | 6 +-
utf16.c | 14 +--
utf7.c | 16 ++--
utf8.c | 24 ++---
29 files changed, 394 insertions(+), 392 deletions(-)
More information about the tartarus-commits
mailing list