]> jfr.im git - irc/weechat/weechat.git/commit
api: rename char comparison functions "utf8_char*" to "string_char*"
authorSébastien Helleu <redacted>
Sat, 24 Dec 2022 16:33:22 +0000 (17:33 +0100)
committerSébastien Helleu <redacted>
Sat, 24 Dec 2022 16:33:22 +0000 (17:33 +0100)
commita67556907d739bbe6db5110e46d581165fd41c64
tree2f90c27b4685f25235560f6e1c66543a63075bb0
parent083032972dc75ffde841ac77dce4d49093c9ead7
api: rename char comparison functions "utf8_char*" to "string_char*"
18 files changed:
ChangeLog.adoc
ReleaseNotes.adoc
doc/en/weechat_plugin_api.en.adoc
doc/fr/weechat_plugin_api.fr.adoc
doc/it/weechat_plugin_api.it.adoc
doc/ja/weechat_plugin_api.ja.adoc
doc/sr/weechat_plugin_api.sr.adoc
src/core/wee-string.c
src/core/wee-string.h
src/core/wee-utf8.c
src/core/wee-utf8.h
src/gui/gui-completion.c
src/gui/gui-key.c
src/plugins/plugin.c
src/plugins/trigger/trigger.c
src/plugins/weechat-plugin.h
tests/unit/core/test-core-string.cpp
tests/unit/core/test-core-utf8.cpp