From 24c4029c96fa04b3cb4f90fbb36dc5248dd39810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 12 Mar 2024 21:09:42 +0100 Subject: [PATCH] core: remove "wee-" prefix from source files in src/core and src/core/hook --- debian-stable/copyright | 24 +- doc/de/weechat_user.de.adoc | 4 +- doc/en/weechat_dev.en.adoc | 188 ++++++++-------- doc/en/weechat_user.en.adoc | 4 +- doc/fr/weechat_dev.fr.adoc | 186 ++++++++-------- doc/fr/weechat_user.fr.adoc | 4 +- doc/it/weechat_user.it.adoc | 4 +- doc/ja/weechat_dev.ja.adoc | 186 ++++++++-------- doc/ja/weechat_user.ja.adoc | 4 +- doc/pl/weechat_user.pl.adoc | 4 +- doc/sr/weechat_dev.sr.adoc | 184 ++++++++-------- doc/sr/weechat_user.sr.adoc | 4 +- po/srcfiles.cmake | 208 +++++++++--------- src/core/CMakeLists.txt | 104 ++++----- .../{wee-arraylist.c => core-arraylist.c} | 8 +- .../{wee-arraylist.h => core-arraylist.h} | 0 .../{wee-backtrace.c => core-backtrace.c} | 10 +- .../{wee-backtrace.h => core-backtrace.h} | 0 src/core/{wee-calc.c => core-calc.c} | 6 +- src/core/{wee-calc.h => core-calc.h} | 0 src/core/{wee-command.c => core-command.c} | 54 ++--- src/core/{wee-command.h => core-command.h} | 0 .../{wee-completion.c => core-completion.c} | 22 +- .../{wee-completion.h => core-completion.h} | 0 .../{wee-config-file.c => core-config-file.c} | 24 +- .../{wee-config-file.h => core-config-file.h} | 0 src/core/{wee-config.c => core-config.c} | 28 +-- src/core/{wee-config.h => core-config.h} | 2 +- src/core/{wee-crypto.c => core-crypto.c} | 10 +- src/core/{wee-crypto.h => core-crypto.h} | 0 src/core/{wee-debug.c => core-debug.c} | 26 +-- src/core/{wee-debug.h => core-debug.h} | 0 src/core/{wee-dir.c => core-dir.c} | 6 +- src/core/{wee-dir.h => core-dir.h} | 0 src/core/{wee-doc.c => core-doc.c} | 26 +-- src/core/{wee-doc.h => core-doc.h} | 0 src/core/{wee-eval.c => core-eval.c} | 22 +- src/core/{wee-eval.h => core-eval.h} | 0 .../{wee-hashtable.c => core-hashtable.c} | 14 +- .../{wee-hashtable.h => core-hashtable.h} | 0 src/core/{wee-hdata.c => core-hdata.c} | 14 +- src/core/{wee-hdata.h => core-hdata.h} | 0 src/core/{wee-hook.c => core-hook.c} | 18 +- src/core/{wee-hook.h => core-hook.h} | 38 ++-- src/core/{wee-infolist.c => core-infolist.c} | 8 +- src/core/{wee-infolist.h => core-infolist.h} | 0 src/core/{wee-input.c => core-input.c} | 12 +- src/core/{wee-input.h => core-input.h} | 0 src/core/{wee-list.c => core-list.c} | 8 +- src/core/{wee-list.h => core-list.h} | 0 src/core/{wee-log.c => core-log.c} | 10 +- src/core/{wee-log.h => core-log.h} | 0 src/core/{wee-network.c => core-network.c} | 18 +- src/core/{wee-network.h => core-network.h} | 0 src/core/{wee-proxy.c => core-proxy.c} | 14 +- src/core/{wee-proxy.h => core-proxy.h} | 0 ...e-secure-buffer.c => core-secure-buffer.c} | 16 +- ...e-secure-buffer.h => core-secure-buffer.h} | 0 ...e-secure-config.c => core-secure-config.c} | 14 +- ...e-secure-config.h => core-secure-config.h} | 0 src/core/{wee-secure.c => core-secure.c} | 16 +- src/core/{wee-secure.h => core-secure.h} | 0 src/core/{wee-signal.c => core-signal.c} | 18 +- src/core/{wee-signal.h => core-signal.h} | 0 src/core/{wee-string.c => core-string.c} | 12 +- src/core/{wee-string.h => core-string.h} | 0 src/core/{wee-sys.c => core-sys.c} | 12 +- src/core/{wee-sys.h => core-sys.h} | 0 ...wee-upgrade-file.c => core-upgrade-file.c} | 10 +- ...wee-upgrade-file.h => core-upgrade-file.h} | 0 src/core/{wee-upgrade.c => core-upgrade.c} | 16 +- src/core/{wee-upgrade.h => core-upgrade.h} | 2 +- src/core/{wee-url.c => core-url.c} | 14 +- src/core/{wee-url.h => core-url.h} | 0 src/core/{wee-utf8.c => core-utf8.c} | 8 +- src/core/{wee-utf8.h => core-utf8.h} | 0 src/core/{wee-util.c => core-util.c} | 12 +- src/core/{wee-util.h => core-util.h} | 0 src/core/{wee-version.c => core-version.c} | 2 +- src/core/{wee-version.h => core-version.h} | 0 ...-hook-command-run.c => hook-command-run.c} | 12 +- ...-hook-command-run.h => hook-command-run.h} | 0 .../{wee-hook-command.c => hook-command.c} | 18 +- .../{wee-hook-command.h => hook-command.h} | 0 ...ee-hook-completion.c => hook-completion.c} | 10 +- ...ee-hook-completion.h => hook-completion.h} | 0 .../hook/{wee-hook-config.c => hook-config.c} | 10 +- .../hook/{wee-hook-config.h => hook-config.h} | 0 .../{wee-hook-connect.c => hook-connect.c} | 10 +- .../{wee-hook-connect.h => hook-connect.h} | 0 src/core/hook/{wee-hook-fd.c => hook-fd.c} | 8 +- src/core/hook/{wee-hook-fd.h => hook-fd.h} | 0 .../hook/{wee-hook-focus.c => hook-focus.c} | 12 +- .../hook/{wee-hook-focus.h => hook-focus.h} | 0 .../hook/{wee-hook-hdata.c => hook-hdata.c} | 14 +- .../hook/{wee-hook-hdata.h => hook-hdata.h} | 0 .../{wee-hook-hsignal.c => hook-hsignal.c} | 10 +- .../{wee-hook-hsignal.h => hook-hsignal.h} | 0 ...info-hashtable.c => hook-info-hashtable.c} | 10 +- ...info-hashtable.h => hook-info-hashtable.h} | 0 .../hook/{wee-hook-info.c => hook-info.c} | 10 +- .../hook/{wee-hook-info.h => hook-info.h} | 0 .../{wee-hook-infolist.c => hook-infolist.c} | 10 +- .../{wee-hook-infolist.h => hook-infolist.h} | 0 .../hook/{wee-hook-line.c => hook-line.c} | 12 +- .../hook/{wee-hook-line.h => hook-line.h} | 0 .../{wee-hook-modifier.c => hook-modifier.c} | 10 +- .../{wee-hook-modifier.h => hook-modifier.h} | 0 .../hook/{wee-hook-print.c => hook-print.c} | 10 +- .../hook/{wee-hook-print.h => hook-print.h} | 0 .../{wee-hook-process.c => hook-process.c} | 14 +- .../{wee-hook-process.h => hook-process.h} | 0 .../hook/{wee-hook-signal.c => hook-signal.c} | 10 +- .../hook/{wee-hook-signal.h => hook-signal.h} | 0 .../hook/{wee-hook-timer.c => hook-timer.c} | 10 +- .../hook/{wee-hook-timer.h => hook-timer.h} | 0 src/core/hook/{wee-hook-url.c => hook-url.c} | 14 +- src/core/hook/{wee-hook-url.h => hook-url.h} | 0 src/core/weechat.c | 44 ++-- src/gui/curses/gui-curses-bar-window.c | 8 +- src/gui/curses/gui-curses-chat.c | 14 +- src/gui/curses/gui-curses-color.c | 12 +- src/gui/curses/gui-curses-key.c | 10 +- src/gui/curses/gui-curses-main.c | 16 +- src/gui/curses/gui-curses-mouse.c | 8 +- src/gui/curses/gui-curses-window.c | 10 +- src/gui/gui-bar-item-custom.c | 10 +- src/gui/gui-bar-item.c | 22 +- src/gui/gui-bar-window.c | 12 +- src/gui/gui-bar.c | 16 +- src/gui/gui-buffer.c | 22 +- src/gui/gui-chat.c | 14 +- src/gui/gui-color.c | 10 +- src/gui/gui-completion.c | 22 +- src/gui/gui-cursor.c | 2 +- src/gui/gui-filter.c | 12 +- src/gui/gui-focus.c | 6 +- src/gui/gui-history.c | 12 +- src/gui/gui-hotlist.c | 18 +- src/gui/gui-input.c | 10 +- src/gui/gui-key.c | 24 +- src/gui/gui-layout.c | 10 +- src/gui/gui-line.c | 14 +- src/gui/gui-nick.c | 8 +- src/gui/gui-nicklist.c | 16 +- src/gui/gui-window.c | 14 +- src/plugins/plugin-api-info.c | 22 +- src/plugins/plugin-api.c | 16 +- src/plugins/plugin-config.c | 10 +- src/plugins/plugin.c | 30 +-- tests/scripts/test-scripts.cpp | 8 +- tests/tests-record.cpp | 8 +- tests/tests.cpp | 10 +- tests/unit/core/hook/test-hook-command.cpp | 2 +- tests/unit/core/test-core-arraylist.cpp | 4 +- tests/unit/core/test-core-calc.cpp | 4 +- tests/unit/core/test-core-command.cpp | 6 +- tests/unit/core/test-core-config-file.cpp | 8 +- tests/unit/core/test-core-crypto.cpp | 4 +- tests/unit/core/test-core-dir.cpp | 4 +- tests/unit/core/test-core-eval.cpp | 14 +- tests/unit/core/test-core-hashtable.cpp | 6 +- tests/unit/core/test-core-hdata.cpp | 10 +- tests/unit/core/test-core-hook.cpp | 4 +- tests/unit/core/test-core-infolist.cpp | 4 +- tests/unit/core/test-core-list.cpp | 2 +- tests/unit/core/test-core-network.cpp | 2 +- tests/unit/core/test-core-secure.cpp | 10 +- tests/unit/core/test-core-signal.cpp | 2 +- tests/unit/core/test-core-string.cpp | 6 +- tests/unit/core/test-core-sys.cpp | 4 +- tests/unit/core/test-core-url.cpp | 2 +- tests/unit/core/test-core-utf8.cpp | 4 +- tests/unit/core/test-core-util.cpp | 4 +- tests/unit/gui/test-gui-bar-item-custom.cpp | 2 +- tests/unit/gui/test-gui-buffer.cpp | 10 +- tests/unit/gui/test-gui-color.cpp | 4 +- tests/unit/gui/test-gui-key.cpp | 6 +- tests/unit/gui/test-gui-line.cpp | 4 +- tests/unit/gui/test-gui-nick.cpp | 4 +- tests/unit/plugins/irc/test-irc-batch.cpp | 2 +- tests/unit/plugins/irc/test-irc-color.cpp | 6 +- tests/unit/plugins/irc/test-irc-ctcp.cpp | 4 +- tests/unit/plugins/irc/test-irc-info.cpp | 6 +- tests/unit/plugins/irc/test-irc-join.cpp | 8 +- tests/unit/plugins/irc/test-irc-message.cpp | 8 +- tests/unit/plugins/irc/test-irc-protocol.cpp | 12 +- tests/unit/plugins/irc/test-irc-sasl.cpp | 2 +- tests/unit/plugins/irc/test-irc-server.cpp | 2 +- tests/unit/plugins/irc/test-irc-tag.cpp | 4 +- .../plugins/logger/test-logger-backlog.cpp | 4 +- .../unit/plugins/logger/test-logger-tail.cpp | 4 +- .../plugins/relay/api/test-relay-api-msg.cpp | 2 +- .../relay/api/test-relay-api-protocol.cpp | 8 +- .../unit/plugins/relay/irc/test-relay-irc.cpp | 10 +- tests/unit/plugins/relay/test-relay-auth.cpp | 2 +- tests/unit/plugins/relay/test-relay-http.cpp | 10 +- .../plugins/relay/test-relay-websocket.cpp | 4 +- tests/unit/plugins/test-plugin-api-info.cpp | 20 +- tests/unit/plugins/test-plugin-config.cpp | 2 +- .../plugins/trigger/test-trigger-config.cpp | 2 +- tests/unit/plugins/trigger/test-trigger.cpp | 4 +- .../plugins/typing/test-typing-status.cpp | 2 +- tools/check_curl_symbols.py | 6 +- 204 files changed, 1321 insertions(+), 1321 deletions(-) rename src/core/{wee-arraylist.c => core-arraylist.c} (99%) rename src/core/{wee-arraylist.h => core-arraylist.h} (100%) rename src/core/{wee-backtrace.c => core-backtrace.c} (96%) rename src/core/{wee-backtrace.h => core-backtrace.h} (100%) rename src/core/{wee-calc.c => core-calc.c} (99%) rename src/core/{wee-calc.h => core-calc.h} (100%) rename src/core/{wee-command.c => core-command.c} (99%) rename src/core/{wee-command.h => core-command.h} (100%) rename src/core/{wee-completion.c => core-completion.c} (99%) rename src/core/{wee-completion.h => core-completion.h} (100%) rename src/core/{wee-config-file.c => core-config-file.c} (99%) rename src/core/{wee-config-file.h => core-config-file.h} (100%) rename src/core/{wee-config.c => core-config.c} (99%) rename src/core/{wee-config.h => core-config.h} (99%) rename src/core/{wee-crypto.c => core-crypto.c} (99%) rename src/core/{wee-crypto.h => core-crypto.h} (100%) rename src/core/{wee-debug.c => core-debug.c} (98%) rename src/core/{wee-debug.h => core-debug.h} (100%) rename src/core/{wee-dir.c => core-dir.c} (99%) rename src/core/{wee-dir.h => core-dir.h} (100%) rename src/core/{wee-doc.c => core-doc.c} (99%) rename src/core/{wee-doc.h => core-doc.h} (100%) rename src/core/{wee-eval.c => core-eval.c} (99%) rename src/core/{wee-eval.h => core-eval.h} (100%) rename src/core/{wee-hashtable.c => core-hashtable.c} (99%) rename src/core/{wee-hashtable.h => core-hashtable.h} (100%) rename src/core/{wee-hdata.c => core-hdata.c} (99%) rename src/core/{wee-hdata.h => core-hdata.h} (100%) rename src/core/{wee-hook.c => core-hook.c} (99%) rename src/core/{wee-hook.h => core-hook.h} (90%) rename src/core/{wee-infolist.c => core-infolist.c} (99%) rename src/core/{wee-infolist.h => core-infolist.h} (100%) rename src/core/{wee-input.c => core-input.c} (98%) rename src/core/{wee-input.h => core-input.h} (100%) rename src/core/{wee-list.c => core-list.c} (98%) rename src/core/{wee-list.h => core-list.h} (100%) rename src/core/{wee-log.c => core-log.c} (98%) rename src/core/{wee-log.h => core-log.h} (100%) rename src/core/{wee-network.c => core-network.c} (99%) rename src/core/{wee-network.h => core-network.h} (100%) rename src/core/{wee-proxy.c => core-proxy.c} (99%) rename src/core/{wee-proxy.h => core-proxy.h} (100%) rename src/core/{wee-secure-buffer.c => core-secure-buffer.c} (96%) rename src/core/{wee-secure-buffer.h => core-secure-buffer.h} (100%) rename src/core/{wee-secure-config.c => core-secure-config.c} (98%) rename src/core/{wee-secure-config.h => core-secure-config.h} (100%) rename src/core/{wee-secure.c => core-secure.c} (98%) rename src/core/{wee-secure.h => core-secure.h} (100%) rename src/core/{wee-signal.c => core-signal.c} (96%) rename src/core/{wee-signal.h => core-signal.h} (100%) rename src/core/{wee-string.c => core-string.c} (99%) rename src/core/{wee-string.h => core-string.h} (100%) rename src/core/{wee-sys.c => core-sys.c} (98%) rename src/core/{wee-sys.h => core-sys.h} (100%) rename src/core/{wee-upgrade-file.c => core-upgrade-file.c} (99%) rename src/core/{wee-upgrade-file.h => core-upgrade-file.h} (100%) rename src/core/{wee-upgrade.c => core-upgrade.c} (99%) rename src/core/{wee-upgrade.h => core-upgrade.h} (97%) rename src/core/{wee-url.c => core-url.c} (99%) rename src/core/{wee-url.h => core-url.h} (100%) rename src/core/{wee-utf8.c => core-utf8.c} (99%) rename src/core/{wee-utf8.h => core-utf8.h} (100%) rename src/core/{wee-util.c => core-util.c} (99%) rename src/core/{wee-util.h => core-util.h} (100%) rename src/core/{wee-version.c => core-version.c} (98%) rename src/core/{wee-version.h => core-version.h} (100%) rename src/core/hook/{wee-hook-command-run.c => hook-command-run.c} (97%) rename src/core/hook/{wee-hook-command-run.h => hook-command-run.h} (100%) rename src/core/hook/{wee-hook-command.c => hook-command.c} (99%) rename src/core/hook/{wee-hook-command.h => hook-command.h} (100%) rename src/core/hook/{wee-hook-completion.c => hook-completion.c} (97%) rename src/core/hook/{wee-hook-completion.h => hook-completion.h} (100%) rename src/core/hook/{wee-hook-config.c => hook-config.c} (96%) rename src/core/hook/{wee-hook-config.h => hook-config.h} (100%) rename src/core/hook/{wee-hook-connect.c => hook-connect.c} (98%) rename src/core/hook/{wee-hook-connect.h => hook-connect.h} (100%) rename src/core/hook/{wee-hook-fd.c => hook-fd.c} (98%) rename src/core/hook/{wee-hook-fd.h => hook-fd.h} (100%) rename src/core/hook/{wee-hook-focus.c => hook-focus.c} (98%) rename src/core/hook/{wee-hook-focus.h => hook-focus.h} (100%) rename src/core/hook/{wee-hook-hdata.c => hook-hdata.c} (96%) rename src/core/hook/{wee-hook-hdata.h => hook-hdata.h} (100%) rename src/core/hook/{wee-hook-hsignal.c => hook-hsignal.c} (97%) rename src/core/hook/{wee-hook-hsignal.h => hook-hsignal.h} (100%) rename src/core/hook/{wee-hook-info-hashtable.c => hook-info-hashtable.c} (97%) rename src/core/hook/{wee-hook-info-hashtable.h => hook-info-hashtable.h} (100%) rename src/core/hook/{wee-hook-info.c => hook-info.c} (97%) rename src/core/hook/{wee-hook-info.h => hook-info.h} (100%) rename src/core/hook/{wee-hook-infolist.c => hook-infolist.c} (98%) rename src/core/hook/{wee-hook-infolist.h => hook-infolist.h} (100%) rename src/core/hook/{wee-hook-line.c => hook-line.c} (98%) rename src/core/hook/{wee-hook-line.h => hook-line.h} (100%) rename src/core/hook/{wee-hook-modifier.c => hook-modifier.c} (97%) rename src/core/hook/{wee-hook-modifier.h => hook-modifier.h} (100%) rename src/core/hook/{wee-hook-print.c => hook-print.c} (98%) rename src/core/hook/{wee-hook-print.h => hook-print.h} (100%) rename src/core/hook/{wee-hook-process.c => hook-process.c} (99%) rename src/core/hook/{wee-hook-process.h => hook-process.h} (100%) rename src/core/hook/{wee-hook-signal.c => hook-signal.c} (97%) rename src/core/hook/{wee-hook-signal.h => hook-signal.h} (100%) rename src/core/hook/{wee-hook-timer.c => hook-timer.c} (98%) rename src/core/hook/{wee-hook-timer.h => hook-timer.h} (100%) rename src/core/hook/{wee-hook-url.c => hook-url.c} (98%) rename src/core/hook/{wee-hook-url.h => hook-url.h} (100%) diff --git a/debian-stable/copyright b/debian-stable/copyright index c00b0631d..7ad32c45f 100644 --- a/debian-stable/copyright +++ b/debian-stable/copyright @@ -7,23 +7,23 @@ Files: * Copyright: 2003-2024, Sébastien Helleu License: GPL-3+ -Files: src/core/wee-command.c - src/core/wee-command.h +Files: src/core/core-command.c + src/core/core-command.h Copyright: 2005-2006, Emmanuel Bouthenot License: GPL-3+ -Files: src/core/wee-config-file.c - src/core/wee-config-file.h - src/core/wee-config.c - src/core/wee-config.h +Files: src/core/core-config-file.c + src/core/core-config-file.h + src/core/core-config.c + src/core/core-config.h Copyright: 2005-2006, Emmanuel Bouthenot License: GPL-3+ -Files: src/core/hook/wee-hook-connect.c +Files: src/core/hook/hook-connect.c Copyright: 2012, Simon Arlott License: GPL-3+ -Files: src/core/hook/wee-hook-connect.h +Files: src/core/hook/hook-connect.h Copyright: 2012, Simon Arlott License: GPL-3+ @@ -31,9 +31,9 @@ Files: src/gui/gui-history.c Copyright: 2005, Emmanuel Bouthenot License: GPL-3+ -Files: src/core/wee-completion.c - src/core/wee-log.c - src/core/wee-utf8.c +Files: src/core/core-completion.c + src/core/core-log.c + src/core/core-utf8.c src/core/weechat.h src/plugins/spell/spell-config.c src/plugins/spell/spell-config.h @@ -45,7 +45,7 @@ Files: src/core/wee-completion.c Copyright: 2006, Emmanuel Bouthenot License: GPL-3+ -Files: src/core/wee-network.c +Files: src/core/core-network.c Copyright: 2005-2010, Emmanuel Bouthenot 2010, Gu1ll4um3r0m41n 2012, Simon Arlott diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index dff9720e8..2c1f681fd 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -533,11 +533,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 67372c50e..6af347fe8 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -112,97 +112,97 @@ WeeChat "core" is located in following directories: [width="100%",cols="2m,3",options="header"] |=== -| Path/file | Description -| core/ | Core functions: entry point, internal structures. -|    wee-arraylist.c | Array lists. -|    wee-backtrace.c | Display a backtrace after a crash. -|    wee-calc.c | Calculate result of expressions. -|    wee-command.c | WeeChat core commands. -|    wee-completion.c | Default completions. -|    wee-config-file.c | Configuration file management. -|    wee-config.c | Configuration options for WeeChat core (file weechat.conf). -|    wee-crypto.c | Cryptographic functions. -|    wee-debug.c | Some debug functions. -|    wee-doc.c | Build of files for documentation. -|    wee-dir.c | Directory/file functions. -|    wee-eval.c | Evaluation of expressions with references to internal vars. -|    wee-hashtable.c | Hashtables. -|    wee-hdata.c | Hdata (direct access to data using hashtables). -|    wee-hook.c | Hooks. -|    wee-infolist.c | Infolists (lists with objects data). -|    wee-input.c | Input of commands/text. -|    wee-list.c | Sorted lists. -|    wee-log.c | Write to WeeChat log file (weechat.log). -|    wee-network.c | Network functions (connection to servers/proxies). -|    wee-proxy.c | Proxy management. -|    wee-secure.c | Secured data functions. -|    wee-secure-buffer.c | Secured data buffer. -|    wee-secure-config.c | Secured data options (file sec.conf). -|    wee-signal.c | Signal functions. -|    wee-string.c | Functions on strings. -|    wee-sys.c | System functions. -|    wee-upgrade-file.c | Internal upgrade system. -|    wee-upgrade.c | Upgrade for WeeChat core (buffers, lines, history, ...). -|    wee-url.c | URL transfer (using libcurl). -|    wee-utf8.c | UTF-8 functions. -|    wee-util.c | Some other functions. -|    wee-version.c | Functions for WeeChat version. -|    weechat.c | Main functions: command line options, startup. -|    hook/ | Hook functions. -|       wee-hook-command-run.c | Hook "command_run". -|       wee-hook-command.c | Hook "command". -|       wee-hook-completion.c | Hook "completion". -|       wee-hook-config.c | Hook "config". -|       wee-hook-connect.c | Hook "connect". -|       wee-hook-fd.c | Hook "fd". -|       wee-hook-focus.c | Hook "focus". -|       wee-hook-hdata.c | Hook "hdata". -|       wee-hook-hsignal.c | Hook "hsignal". -|       wee-hook-info-hashtable.c | Hook "info_hashtable". -|       wee-hook-info.c | Hook "info". -|       wee-hook-infolist.c | Hook "infolist". -|       wee-hook-line.c | Hook "line". -|       wee-hook-modifier.c | Hook "modifier". -|       wee-hook-print.c | Hook "print". -|       wee-hook-process.c | Hook "process". -|       wee-hook-signal.c | Hook "signal". -|       wee-hook-timer.c | Hook "timer". -|       wee-hook-url.c | Hook "url". -| gui/ | Functions for buffers, windows, ... (used by all interfaces). -|    gui-bar-item.c | Bar items. -|    gui-bar-window.c | Bar windows. -|    gui-bar.c | Bars. -|    gui-buffer.c | Buffers. -|    gui-chat.c | Chat functions (display message, ...). -|    gui-color.c | Color functions. -|    gui-completion.c | Completion on command line. -|    gui-cursor.c | Cursor mode (free movement of cursor). -|    gui-filter.c | Filters. -|    gui-focus.c | Functions about focus (for cursor mode and mouse). -|    gui-history.c | Commands/text saved in buffers. -|    gui-hotlist.c | Hotlist management (list of buffers with activity). -|    gui-input.c | Input functions (input bar). -|    gui-key.c | Keyboard functions. -|    gui-layout.c | Layout. -|    gui-line.c | Lines in buffers. -|    gui-mouse.c | Mouse. -|    gui-nick.c | Nick functions. -|    gui-nicklist.c | Nicklist in buffers. -|    gui-window.c | Windows. -|    curses/ | Curses interface. -|       gui-curses-bar-window.c | Display in bar windows. -|       gui-curses-chat.c | Display in chat area (messages). -|       gui-curses-color.c | Color functions. -|       gui-curses-key.c | Keyboard functions (default keys, read of input). -|       gui-curses-main.c | WeeChat main loop (waiting for keyboard/network events). -|       gui-curses-mouse.c | Mouse. -|       gui-curses-term.c | Functions about terminal. -|       gui-curses-window.c | Windows. -|       headless/ | Headless mode (no interface). -|          main.c | Entry point for headless mode. -|          ncurses-fake.c | Fake ncurses library. -|       normal/ | Curses interface. -|          main.c | Entry point for Curses interface. +| Path/file | Description +| core/ | Core functions: entry point, internal structures. +|    core-arraylist.c | Array lists. +|    core-backtrace.c | Display a backtrace after a crash. +|    core-calc.c | Calculate result of expressions. +|    core-command.c | WeeChat core commands. +|    core-completion.c | Default completions. +|    core-config-file.c | Configuration file management. +|    core-config.c | Configuration options for WeeChat core (file weechat.conf). +|    core-crypto.c | Cryptographic functions. +|    core-debug.c | Some debug functions. +|    core-doc.c | Build of files for documentation. +|    core-dir.c | Directory/file functions. +|    core-eval.c | Evaluation of expressions with references to internal vars. +|    core-hashtable.c | Hashtables. +|    core-hdata.c | Hdata (direct access to data using hashtables). +|    core-hook.c | Hooks. +|    core-infolist.c | Infolists (lists with objects data). +|    core-input.c | Input of commands/text. +|    core-list.c | Sorted lists. +|    core-log.c | Write to WeeChat log file (weechat.log). +|    core-network.c | Network functions (connection to servers/proxies). +|    core-proxy.c | Proxy management. +|    core-secure.c | Secured data functions. +|    core-secure-buffer.c | Secured data buffer. +|    core-secure-config.c | Secured data options (file sec.conf). +|    core-signal.c | Signal functions. +|    core-string.c | Functions on strings. +|    core-sys.c | System functions. +|    core-upgrade-file.c | Internal upgrade system. +|    core-upgrade.c | Upgrade for WeeChat core (buffers, lines, history, ...). +|    core-url.c | URL transfer (using libcurl). +|    core-utf8.c | UTF-8 functions. +|    core-util.c | Some other functions. +|    core-version.c | Functions for WeeChat version. +|    weechat.c | Main functions: command line options, startup. +|    hook/ | Hook functions. +|       hook-command-run.c | Hook "command_run". +|       hook-command.c | Hook "command". +|       hook-completion.c | Hook "completion". +|       hook-config.c | Hook "config". +|       hook-connect.c | Hook "connect". +|       hook-fd.c | Hook "fd". +|       hook-focus.c | Hook "focus". +|       hook-hdata.c | Hook "hdata". +|       hook-hsignal.c | Hook "hsignal". +|       hook-info-hashtable.c | Hook "info_hashtable". +|       hook-info.c | Hook "info". +|       hook-infolist.c | Hook "infolist". +|       hook-line.c | Hook "line". +|       hook-modifier.c | Hook "modifier". +|       hook-print.c | Hook "print". +|       hook-process.c | Hook "process". +|       hook-signal.c | Hook "signal". +|       hook-timer.c | Hook "timer". +|       hook-url.c | Hook "url". +| gui/ | Functions for buffers, windows, ... (used by all interfaces). +|    gui-bar-item.c | Bar items. +|    gui-bar-window.c | Bar windows. +|    gui-bar.c | Bars. +|    gui-buffer.c | Buffers. +|    gui-chat.c | Chat functions (display message, ...). +|    gui-color.c | Color functions. +|    gui-completion.c | Completion on command line. +|    gui-cursor.c | Cursor mode (free movement of cursor). +|    gui-filter.c | Filters. +|    gui-focus.c | Functions about focus (for cursor mode and mouse). +|    gui-history.c | Commands/text saved in buffers. +|    gui-hotlist.c | Hotlist management (list of buffers with activity). +|    gui-input.c | Input functions (input bar). +|    gui-key.c | Keyboard functions. +|    gui-layout.c | Layout. +|    gui-line.c | Lines in buffers. +|    gui-mouse.c | Mouse. +|    gui-nick.c | Nick functions. +|    gui-nicklist.c | Nicklist in buffers. +|    gui-window.c | Windows. +|    curses/ | Curses interface. +|       gui-curses-bar-window.c | Display in bar windows. +|       gui-curses-chat.c | Display in chat area (messages). +|       gui-curses-color.c | Color functions. +|       gui-curses-key.c | Keyboard functions (default keys, read of input). +|       gui-curses-main.c | WeeChat main loop (waiting for keyboard/network events). +|       gui-curses-mouse.c | Mouse. +|       gui-curses-term.c | Functions about terminal. +|       gui-curses-window.c | Windows. +|       headless/ | Headless mode (no interface). +|          main.c | Entry point for headless mode. +|          ncurses-fake.c | Fake ncurses library. +|       normal/ | Curses interface. +|          main.c | Entry point for Curses interface. |=== [[sources_plugins]] @@ -783,7 +783,7 @@ Examples: [width="100%",cols="2m,3",options="header"] |=== | Directory | Files -| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ... +| src/core/ | weechat.c, core-backtrace.c, core-command.c, ... | src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ... | src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ... | src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ... @@ -791,8 +791,8 @@ Examples: | src/plugins/python/ | weechat-python.c, weechat-python-api.c, ... |=== -The headers of C files have same name as file, for example _wee-command.h_ for -file _wee-command.c_. +The headers of C files have same name as file, for example _core-command.h_ for +file _core-command.c_. [[naming_convention_structures]] ==== Structures diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index ca70d625f..4baed3cbd 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -526,11 +526,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 2ccce130b..322ed7b51 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -114,97 +114,97 @@ Le cœur de WeeChat est situé dans les répertoires suivants : [width="100%",cols="2m,3",options="header"] |=== -| Chemin/fichier | Description -| core/ | Fonctions du cœur : point d'entrée, structures internes. -|    wee-arraylist.c | Listes avec tableau (« arraylists »). -|    wee-backtrace.c | Afficher une trace après un plantage. -|    wee-calc.c | Calcul du résultat d'expressions. -|    wee-command.c | Commandes du cœur de WeeChat. -|    wee-completion.c | Complétions par défaut. -|    wee-config-file.c | Gestion des fichiers de configuration. -|    wee-config.c | Options de configuration du cœur de WeeChat (fichier weechat.conf). -|    wee-crypto.c | Fonctions de cryptographie. -|    wee-debug.c | Quelques fonctions de debug. -|    wee-dir.c | Fonctions sur les répertoires/fichiers. -|    wee-doc.c | Génération de fichiers pour la documentation. -|    wee-eval.c | Évaluation d'expressions avec des références à des variables internes. -|    wee-hashtable.c | Tables de hachage. -|    wee-hdata.c | Hdata (accès direct aux données en utilisant des tables de hachage). -|    wee-hook.c | Crochets ("hooks"). -|    wee-infolist.c | Infolists (listes avec les données des objets). -|    wee-input.c | Entrée de commandes/texte. -|    wee-list.c | Listes triées. -|    wee-log.c | Écriture dans le fichier de log WeeChat (weechat.log). -|    wee-network.c | Fonctions réseau (connexion aux serveurs/proxies). -|    wee-proxy.c | Gestion des proxies. -|    wee-secure.c | Fonctions pour les données sécurisées. -|    wee-secure-buffer.c | Tampon pour les données sécurisées. -|    wee-secure-config.c | Options des données sécurisées (fichier sec.conf). -|    wee-signal.c | Fonctions sur les signaux. -|    wee-string.c | Fonctions sur les chaînes de caractères. -|    wee-sys.c | Fonctions système. -|    wee-upgrade-file.c | Système de mise à jour interne. -|    wee-upgrade.c | Mise à jour du cœur de WeeChat (tampons, lignes, historique, ...). -|    wee-url.c | Transfert d'URL (en utilisant libcurl). -|    wee-utf8.c | Fonctions UTF-8. -|    wee-util.c | Quelques autres fonctions utilitaires. -|    wee-version.c | Fonctions pour la version de WeeChat. -|    weechat.c | Fonctions principales : options de ligne de commande, démarrage. -|    hook/ | Fonctions "hook". -|       wee-hook-command-run.c | Hook "command_run". -|       wee-hook-command.c | Hook "command". -|       wee-hook-completion.c | Hook "completion". -|       wee-hook-config.c | Hook "config". -|       wee-hook-connect.c | Hook "connect". -|       wee-hook-fd.c | Hook "fd". -|       wee-hook-focus.c | Hook "focus". -|       wee-hook-hdata.c | Hook "hdata". -|       wee-hook-hsignal.c | Hook "hsignal". -|       wee-hook-info-hashtable.c | Hook "info". -|       wee-hook-info.c | Hook "info". -|       wee-hook-infolist.c | Hook "infolist". -|       wee-hook-line.c | Hook "line". -|       wee-hook-modifier.c | Hook "modifier". -|       wee-hook-print.c | Hook "print". -|       wee-hook-process.c | Hook "process". -|       wee-hook-signal.c | Hook "signal". -|       wee-hook-timer.c | Hook "timer". -|       wee-hook-url.c | Hook "url". -| gui/ | Fonctions pour les tampons, fenêtres, ... (utilisées par toutes les interfaces). -|    gui-bar-item.c | Objets de barre. -|    gui-bar-window.c | Fenêtres de barre. -|    gui-bar.c | Barres. -|    gui-buffer.c | Tampons. -|    gui-chat.c | Fonctions pour la discussion (afficher un message, ...). -|    gui-color.c | Fonctions de couleur. -|    gui-completion.c | Complétion sur la ligne de commande. -|    gui-cursor.c | Mode curseur (mouvement libre du curseur). -|    gui-filter.c | Filtres. -|    gui-focus.c | Fonctions concernant le focus (pour les modes curseur et souris). -|    gui-history.c | Commandes/texte sauvés dans les tampons. -|    gui-hotlist.c | Gestion de la "hotlist" (liste des tampons avec activité). -|    gui-input.c | Fonctions d'entrée (barre "input"). -|    gui-key.c | Fonctions pour le clavier. -|    gui-layout.c | Dispositions ("layouts"). -|    gui-line.c | Lignes dans les tampons. -|    gui-mouse.c | Souris. -|    gui-nick.c | Fonctions pour les pseudos. -|    gui-nicklist.c | Liste de pseudos dans les tampons. -|    gui-window.c | Fenêtres. -|    curses/ | Interface Curses. -|       gui-curses-bar-window.c | Affichage dans les fenêtres de barre. -|       gui-curses-chat.c | Affichage dans la zone de discussion (messages). -|       gui-curses-color.c | Fonctions pour les couleurs. -|       gui-curses-key.c | Fonctions pour le clavier (touches par défaut, lecture du clavier). -|       gui-curses-main.c | Boucle principale de WeeChat (attente des évènements clavier/réseau). -|       gui-curses-mouse.c | Souris. -|       gui-curses-term.c | Fonctions pour le terminal. -|       gui-curses-window.c | Fenêtres. -|       headless/ | Mode sans interface (« headless »). -|          main.c | Point d'entrée pour le mode sans interface. -|          ncurses-fake.c | Fausse bibliothèque ncurses. -|       normal/ | Interface Curses. -|          main.c | Point d'entrée pour l'interface Curses. +| Chemin/fichier | Description +| core/ | Fonctions du cœur : point d'entrée, structures internes. +|    core-arraylist.c | Listes avec tableau (« arraylists »). +|    core-backtrace.c | Afficher une trace après un plantage. +|    core-calc.c | Calcul du résultat d'expressions. +|    core-command.c | Commandes du cœur de WeeChat. +|    core-completion.c | Complétions par défaut. +|    core-config-file.c | Gestion des fichiers de configuration. +|    core-config.c | Options de configuration du cœur de WeeChat (fichier weechat.conf). +|    core-crypto.c | Fonctions de cryptographie. +|    core-debug.c | Quelques fonctions de debug. +|    core-dir.c | Fonctions sur les répertoires/fichiers. +|    core-doc.c | Génération de fichiers pour la documentation. +|    core-eval.c | Évaluation d'expressions avec des références à des variables internes. +|    core-hashtable.c | Tables de hachage. +|    core-hdata.c | Hdata (accès direct aux données en utilisant des tables de hachage). +|    core-hook.c | Crochets ("hooks"). +|    core-infolist.c | Infolists (listes avec les données des objets). +|    core-input.c | Entrée de commandes/texte. +|    core-list.c | Listes triées. +|    core-log.c | Écriture dans le fichier de log WeeChat (weechat.log). +|    core-network.c | Fonctions réseau (connexion aux serveurs/proxies). +|    core-proxy.c | Gestion des proxies. +|    core-secure.c | Fonctions pour les données sécurisées. +|    core-secure-buffer.c | Tampon pour les données sécurisées. +|    core-secure-config.c | Options des données sécurisées (fichier sec.conf). +|    core-signal.c | Fonctions sur les signaux. +|    core-string.c | Fonctions sur les chaînes de caractères. +|    core-sys.c | Fonctions système. +|    core-upgrade-file.c | Système de mise à jour interne. +|    core-upgrade.c | Mise à jour du cœur de WeeChat (tampons, lignes, historique, ...). +|    core-url.c | Transfert d'URL (en utilisant libcurl). +|    core-utf8.c | Fonctions UTF-8. +|    core-util.c | Quelques autres fonctions utilitaires. +|    core-version.c | Fonctions pour la version de WeeChat. +|    weechat.c | Fonctions principales : options de ligne de commande, démarrage. +|    hook/ | Fonctions "hook". +|       hook-command-run.c | Hook "command_run". +|       hook-command.c | Hook "command". +|       hook-completion.c | Hook "completion". +|       hook-config.c | Hook "config". +|       hook-connect.c | Hook "connect". +|       hook-fd.c | Hook "fd". +|       hook-focus.c | Hook "focus". +|       hook-hdata.c | Hook "hdata". +|       hook-hsignal.c | Hook "hsignal". +|       hook-info-hashtable.c | Hook "info". +|       hook-info.c | Hook "info". +|       hook-infolist.c | Hook "infolist". +|       hook-line.c | Hook "line". +|       hook-modifier.c | Hook "modifier". +|       hook-print.c | Hook "print". +|       hook-process.c | Hook "process". +|       hook-signal.c | Hook "signal". +|       hook-timer.c | Hook "timer". +|       hook-url.c | Hook "url". +| gui/ | Fonctions pour les tampons, fenêtres, ... (utilisées par toutes les interfaces). +|    gui-bar-item.c | Objets de barre. +|    gui-bar-window.c | Fenêtres de barre. +|    gui-bar.c | Barres. +|    gui-buffer.c | Tampons. +|    gui-chat.c | Fonctions pour la discussion (afficher un message, ...). +|    gui-color.c | Fonctions de couleur. +|    gui-completion.c | Complétion sur la ligne de commande. +|    gui-cursor.c | Mode curseur (mouvement libre du curseur). +|    gui-filter.c | Filtres. +|    gui-focus.c | Fonctions concernant le focus (pour les modes curseur et souris). +|    gui-history.c | Commandes/texte sauvés dans les tampons. +|    gui-hotlist.c | Gestion de la "hotlist" (liste des tampons avec activité). +|    gui-input.c | Fonctions d'entrée (barre "input"). +|    gui-key.c | Fonctions pour le clavier. +|    gui-layout.c | Dispositions ("layouts"). +|    gui-line.c | Lignes dans les tampons. +|    gui-mouse.c | Souris. +|    gui-nick.c | Fonctions pour les pseudos. +|    gui-nicklist.c | Liste de pseudos dans les tampons. +|    gui-window.c | Fenêtres. +|    curses/ | Interface Curses. +|       gui-curses-bar-window.c | Affichage dans les fenêtres de barre. +|       gui-curses-chat.c | Affichage dans la zone de discussion (messages). +|       gui-curses-color.c | Fonctions pour les couleurs. +|       gui-curses-key.c | Fonctions pour le clavier (touches par défaut, lecture du clavier). +|       gui-curses-main.c | Boucle principale de WeeChat (attente des évènements clavier/réseau). +|       gui-curses-mouse.c | Souris. +|       gui-curses-term.c | Fonctions pour le terminal. +|       gui-curses-window.c | Fenêtres. +|       headless/ | Mode sans interface (« headless »). +|          main.c | Point d'entrée pour le mode sans interface. +|          ncurses-fake.c | Fausse bibliothèque ncurses. +|       normal/ | Interface Curses. +|          main.c | Point d'entrée pour l'interface Curses. |=== [[sources_plugins]] @@ -794,7 +794,7 @@ Exemples : [width="100%",cols="2m,3",options="header"] |=== | Répertoire | Fichiers -| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ... +| src/core/ | weechat.c, core-backtrace.c, core-command.c, ... | src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ... | src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ... | src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ... @@ -803,7 +803,7 @@ Exemples : |=== Les en-têtes des fichiers C doivent avoir le même nom que le fichier, par -exemple _wee-command.h_ pour le fichier _wee-command.c_. +exemple _core-command.h_ pour le fichier _core-command.c_. [[naming_convention_structures]] ==== Structures diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index eb965ec46..364b64ecb 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -529,11 +529,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index a098060e2..4bfadf8f2 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -590,11 +590,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 81891bc6c..de6145492 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -119,103 +119,103 @@ WeeChat "core" は以下のディレクトリに配置されています: [width="100%",cols="2m,3",options="header"] |=== -| パス/ファイル名 | 説明 -| core/ | コア関数: エントリポイント、内部構造体 -|    wee-arraylist.c | 配列リスト -|    wee-backtrace.c | クラッシュした際にバックトレースを表示 +| パス/ファイル名 | 説明 +| core/ | コア関数: エントリポイント、内部構造体 +|    core-arraylist.c | 配列リスト +|    core-backtrace.c | クラッシュした際にバックトレースを表示 // TRANSLATION MISSING -|    wee-calc.c | Calculate result of expressions. -|    wee-command.c | WeeChat コアコマンド -|    wee-completion.c | デフォルト補完 -|    wee-config-file.c | 設定ファイル管理 -|    wee-config.c | WeeChat コアの設定オプション (weechat.conf ファイル) +|    core-calc.c | Calculate result of expressions. +|    core-command.c | WeeChat コアコマンド +|    core-completion.c | デフォルト補完 +|    core-config-file.c | 設定ファイル管理 +|    core-config.c | WeeChat コアの設定オプション (weechat.conf ファイル) // TRANSLATION MISSING -|    wee-crypto.c | Cryptographic functions. -|    wee-debug.c | デバッグ用関数 +|    core-crypto.c | Cryptographic functions. +|    core-debug.c | デバッグ用関数 // TRANSLATION MISSING -|    wee-dir.c | Directory/file functions. +|    core-dir.c | Directory/file functions. // TRANSLATION MISSING -|    wee-doc.c | Build of files for documentation. -|    wee-eval.c | 内部変数へのリファレンスを含む式を評価 -|    wee-hashtable.c | ハッシュテーブル -|    wee-hdata.c | hdata (ハッシュテーブルを用いて直接データを読む) -|    wee-hook.c | フック -|    wee-infolist.c | インフォリスト (オブジェクトに関するデータを含むリスト) -|    wee-input.c | コマンドおよびテキストの入力 -|    wee-list.c | ソート済みリスト -|    wee-log.c | WeeChat ログファイル (weechat.log) に書き込む -|    wee-network.c | ネットワーク関数 (サーバやプロキシへの接続) -|    wee-proxy.c | プロキシ管理 -|    wee-secure.c | データ保護用の関数 -|    wee-secure-buffer.c | データ保護用のバッファ -|    wee-secure-config.c | 安全なデータオプション (sec.conf ファイル) +|    core-doc.c | Build of files for documentation. +|    core-eval.c | 内部変数へのリファレンスを含む式を評価 +|    core-hashtable.c | ハッシュテーブル +|    core-hdata.c | hdata (ハッシュテーブルを用いて直接データを読む) +|    core-hook.c | フック +|    core-infolist.c | インフォリスト (オブジェクトに関するデータを含むリスト) +|    core-input.c | コマンドおよびテキストの入力 +|    core-list.c | ソート済みリスト +|    core-log.c | WeeChat ログファイル (weechat.log) に書き込む +|    core-network.c | ネットワーク関数 (サーバやプロキシへの接続) +|    core-proxy.c | プロキシ管理 +|    core-secure.c | データ保護用の関数 +|    core-secure-buffer.c | データ保護用のバッファ +|    core-secure-config.c | 安全なデータオプション (sec.conf ファイル) // TRANSLATION MISSING -|    wee-signal.c | Signal functions. -|    wee-string.c | 文字列関数 +|    core-signal.c | Signal functions. +|    core-string.c | 文字列関数 // TRANSLATION MISSING -|    wee-sys.c | System functions. -|    wee-upgrade-file.c | 内部アップグレードシステム -|    wee-upgrade.c | WeeChat コアのアップグレード (バッファ、行、履歴、...) -|    wee-url.c | URL 転送 (libcurl を使う) -|    wee-utf8.c | UTF-8 関数 -|    wee-util.c | その他の関数 -|    wee-version.c | WeeChat バージョンについての関数 -|    weechat.c | 主要関数: コマンドラインオプション、起動 -|    hook/ | フック関数 -|       wee-hook-command-run.c | "command_run" フック -|       wee-hook-command.c | "command" フック -|       wee-hook-completion.c | "completion" フック -|       wee-hook-config.c | "config" フック -|       wee-hook-connect.c | "connect" フック -|       wee-hook-fd.c | "fd" フック -|       wee-hook-focus.c | "focus" フック -|       wee-hook-hdata.c | "hdata" フック -|       wee-hook-hsignal.c | "hsignal" フック -|       wee-hook-info-hashtable.c | "info_hashtable" フック -|       wee-hook-info.c | "info" フック -|       wee-hook-infolist.c | "infolist" フック -|       wee-hook-line.c | "line" フック -|       wee-hook-modifier.c | "modifier" フック -|       wee-hook-print.c | "print" フック -|       wee-hook-process.c | "process" フック -|       wee-hook-signal.c | "signal" フック -|       wee-hook-timer.c | "timer" フック -|       wee-hook-url.c | "url" フック -| gui/ | バッファ、ウィンドウなどの関数 (全てのインターフェースで利用) -|    gui-bar-item.c | バー要素 -|    gui-bar-window.c | バーウィンドウ -|    gui-bar.c | バー -|    gui-buffer.c | バッファ -|    gui-chat.c | チャット関数 (メッセージの表示、...) -|    gui-color.c | 色関数 -|    gui-completion.c | コマンドラインの補完 -|    gui-cursor.c | カーソルモード (カーソルを自由に移動) -|    gui-filter.c | フィルタ -|    gui-focus.c | フォーカスについての関数 (カーソルモードとマウス用) -|    gui-history.c | コマンドおよびバッファに保存されたテキスト -|    gui-hotlist.c | ホットリスト管理 (活発なバッファのリスト) -|    gui-input.c | 入力関数 (入力バー) -|    gui-key.c | キーボード関数 -|    gui-layout.c | レイアウト -|    gui-line.c | バッファ中の行 -|    gui-mouse.c | マウス -|    gui-nick.c | ニックネーム関数 -|    gui-nicklist.c | バッファのニックネームリスト -|    gui-window.c | ウィンドウ -|    curses/ | curses インターフェース -|       gui-curses-bar-window.c | バーウィンドウへの表示 -|       gui-curses-chat.c | チャットエリアへの表示 (メッセージ) -|       gui-curses-color.c | 色関数 -|       gui-curses-key.c | キーボード関数 (デフォルトキー、入力の読み取り) -|       gui-curses-main.c | WeeChat メインループ (キーボードやネットワークイベントの待ち受け) -|       gui-curses-mouse.c | マウス -|       gui-curses-term.c | 端末についての関数 -|       gui-curses-window.c | ウィンドウ -|       headless/ | ヘッドレスモード (インターフェースなし) -|          main.c | ヘッドレスモード用のエントリポイント -|          ncurses-fake.c | ダミーの ncurses ライブラリ -|       normal/ | curses インターフェース -|          main.c | curses インターフェース用のエントリポイント +|    core-sys.c | System functions. +|    core-upgrade-file.c | 内部アップグレードシステム +|    core-upgrade.c | WeeChat コアのアップグレード (バッファ、行、履歴、...) +|    core-url.c | URL 転送 (libcurl を使う) +|    core-utf8.c | UTF-8 関数 +|    core-util.c | その他の関数 +|    core-version.c | WeeChat バージョンについての関数 +|    weechat.c | 主要関数: コマンドラインオプション、起動 +|    hook/ | フック関数 +|       hook-command-run.c | "command_run" フック +|       hook-command.c | "command" フック +|       hook-completion.c | "completion" フック +|       hook-config.c | "config" フック +|       hook-connect.c | "connect" フック +|       hook-fd.c | "fd" フック +|       hook-focus.c | "focus" フック +|       hook-hdata.c | "hdata" フック +|       hook-hsignal.c | "hsignal" フック +|       hook-info-hashtable.c | "info_hashtable" フック +|       hook-info.c | "info" フック +|       hook-infolist.c | "infolist" フック +|       hook-line.c | "line" フック +|       hook-modifier.c | "modifier" フック +|       hook-print.c | "print" フック +|       hook-process.c | "process" フック +|       hook-signal.c | "signal" フック +|       hook-timer.c | "timer" フック +|       hook-url.c | "url" フック +| gui/ | バッファ、ウィンドウなどの関数 (全てのインターフェースで利用) +|    gui-bar-item.c | バー要素 +|    gui-bar-window.c | バーウィンドウ +|    gui-bar.c | バー +|    gui-buffer.c | バッファ +|    gui-chat.c | チャット関数 (メッセージの表示、...) +|    gui-color.c | 色関数 +|    gui-completion.c | コマンドラインの補完 +|    gui-cursor.c | カーソルモード (カーソルを自由に移動) +|    gui-filter.c | フィルタ +|    gui-focus.c | フォーカスについての関数 (カーソルモードとマウス用) +|    gui-history.c | コマンドおよびバッファに保存されたテキスト +|    gui-hotlist.c | ホットリスト管理 (活発なバッファのリスト) +|    gui-input.c | 入力関数 (入力バー) +|    gui-key.c | キーボード関数 +|    gui-layout.c | レイアウト +|    gui-line.c | バッファ中の行 +|    gui-mouse.c | マウス +|    gui-nick.c | ニックネーム関数 +|    gui-nicklist.c | バッファのニックネームリスト +|    gui-window.c | ウィンドウ +|    curses/ | curses インターフェース +|       gui-curses-bar-window.c | バーウィンドウへの表示 +|       gui-curses-chat.c | チャットエリアへの表示 (メッセージ) +|       gui-curses-color.c | 色関数 +|       gui-curses-key.c | キーボード関数 (デフォルトキー、入力の読み取り) +|       gui-curses-main.c | WeeChat メインループ (キーボードやネットワークイベントの待ち受け) +|       gui-curses-mouse.c | マウス +|       gui-curses-term.c | 端末についての関数 +|       gui-curses-window.c | ウィンドウ +|       headless/ | ヘッドレスモード (インターフェースなし) +|          main.c | ヘッドレスモード用のエントリポイント +|          ncurses-fake.c | ダミーの ncurses ライブラリ +|       normal/ | curses インターフェース +|          main.c | curses インターフェース用のエントリポイント |=== [[sources_plugins]] @@ -876,7 +876,7 @@ irc プラグインの _irc.c_ など。 [width="100%",cols="2m,3",options="header"] |=== | ディレクトリ | ファイル -| src/core/ | weechat.c、wee-backtrace.c、wee-command.c、... +| src/core/ | weechat.c、core-backtrace.c、core-command.c、... | src/gui/ | gui-bar.c、gui-bar-item.c、gui-bar-window.c、... | src/gui/curses/ | gui-curses-bar.c、gui-curses-bar-window.c、gui-curses-chat.c、... | src/plugins/ | plugin.c、plugin-api.c、plugin-api-info.c、plugin-config.c、plugin-script.c、... @@ -885,7 +885,7 @@ irc プラグインの _irc.c_ など。 |=== C 言語ファイルのヘッダはファイルと同じ名前です、例えばファイル -_wee-command.c_ のヘッダファイルは _wee-command.h_ です +_core-command.c_ のヘッダファイルは _core-command.h_ です [[naming_convention_structures]] ==== 構造体 diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index e39432884..645252e66 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -565,11 +565,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index cdc9d9fc0..53194fec6 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -531,11 +531,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index 6da04d2a2..6835aaf4a 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -115,96 +115,96 @@ WeeChat „језгро” се налази у следећим директо [width="100%", cols="2m,3", options="header"] |=== -| Путања/фајл | Опис -| core/ | Функције језгра: тачка улаза, интерне структуре. -|    wee-arraylist.c | Листе низова. -|    wee-backtrace.c | Испис трага након краха. -|    wee-calc.c | Израчунавање резултата израза. -|    wee-command.c | WeeChat команде језгра. -|    wee-completion.c | Подразумевана довршавања. -|    wee-config-file.c | Управљање конфигурационим фајловима. -|    wee-config.c | Конфигурационе опције за WeeChat језгро (фајл weechat.conf). -|    wee-crypto.c | Криптографске функције. -|    wee-debug.c | Неке дибаг функције. -|    wee-dir.c | Функције директоријума/фајла. -|    wee-doc.c | Изградња фајлова за документацију. -|    wee-eval.c | Израчунавање израза са референцама на интерне променљиве. -|    wee-hashtable.c | Хеш табеле. -|    wee-hdata.c | Hdata (директни приступ подацима употребом хеш табела). -|    wee-hook.c | Куке. -|    wee-infolist.c | Инфолисте (листе са подацима објеката). -|    wee-input.c | Унос команди/текста. -|    wee-list.c | Сортиране листе. -|    wee-log.c | Упис у WeeChat лог фајл (weechat.log). -|    wee-network.c | Мрежне функције (повезивање са серверима/проксијима). -|    wee-proxy.c | Управљање проксијима. -|    wee-secure.c | Функције обезбеђених података. -|    wee-secure-buffer.c | Бафер обезбеђених података. -|    wee-secure-config.c | Опције обезбеђених података (фајл sec.conf). -|    wee-string.c | Функције над стринговима. -|    wee-sys.c | Системске функције. -|    wee-upgrade-file.c | Интерни систем ажурирања. -|    wee-upgrade.c | Ажурирање за WeeChat језгро (бафери, линије, историја, ...). -|    wee-url.c | URL трансфер (помоћу libcurl). -|    wee-utf8.c | UTF-8 функције. -|    wee-util.c | Неке друге функције. -|    wee-version.c | Функције за WeeChat верзију. -|    weechat.c | Основне функције: опције командне линије, покретање. -|    hook/ | Функције кука. -|       wee-hook-command-run.c | Кука "command_run". -|       wee-hook-command.c | Кука "command". -|       wee-hook-completion.c | Кука "completion". -|       wee-hook-config.c | Кука "config". -|       wee-hook-connect.c | Кука "connect". -|       wee-hook-fd.c | Кука "fd". -|       wee-hook-focus.c | Кука "focus". -|       wee-hook-hdata.c | Кука "hdata". -|       wee-hook-hsignal.c | Кука "hsignal". -|       wee-hook-info-hashtable.c | Кука "info_hashtable". -|       wee-hook-info.c | Кука "info". -|       wee-hook-infolist.c | Кука "infolist". -|       wee-hook-line.c | Кука "line". -|       wee-hook-modifier.c | Кука "modifier". -|       wee-hook-print.c | Кука "print". -|       wee-hook-process.c | Кука "process". -|       wee-hook-signal.c | Кука "signal". -|       wee-hook-timer.c | Кука "timer". -|       wee-hook-url.c | Кука "url". -| gui/ | Функције за бафере, прозоре, ... (користе их сви интерфејси). -|    gui-bar-item.c | Ставке трака. -|    gui-bar-window.c | Прозори трака. -|    gui-bar.c | Траке. -|    gui-buffer.c | Бафери. -|    gui-chat.c | Функције разговора (призаз поруке, ...). -|    gui-color.c | Функције боја. -|    gui-completion.c | Довршавање у командној линији. -|    gui-cursor.c | Курсорски режим (слободно померање курсора). -|    gui-filter.c | Филтери. -|    gui-focus.c | Функције у вези фокуса (за курсорски режими миша). -|    gui-history.c | Команде/текст сачуван у баферима. -|    gui-hotlist.c | Управљање врућом листом (листа бафера у којима има активности). -|    gui-input.c | Функције уноса (трака уноса). -|    gui-key.c | Функције тастатуре. -|    gui-layout.c | Распоред. -|    gui-line.c | Линије у баферу. -|    gui-mouse.c | Миш. -|    gui-nick.c | Функције надимака. -|    gui-nicklist.c | Листа надимака у баферима. -|    gui-window.c | Прозори. -|    curses/ | Curses интерфејс. -|       gui-curses-bar-window.c | Приказ у прозорима трака. -|       gui-curses-chat.c | Приказ у простору разговора (поруке). -|       gui-curses-color.c | Функције боја. -|       gui-curses-key.c | Функције тастатуре (подраз. тастери, читање уноса). -|       gui-curses-main.c | WeeChat главна петља (чекање на догађаје тастатуре/мреже). -|       gui-curses-mouse.c | Миш. -|       gui-curses-term.c | Функције у вези терминала. -|       gui-curses-window.c | Прозори. -|       headless/ | Режим без интерфејса. -|          main.c | Тачка улаза за режим без интерфејса. -|          ncurses-fake.c | Лажна ncurses библиотека. -|       normal/ | Curses интерфејс. -|          main.c | Тачка улаза за Curses интерфејс. +| Путања/фајл | Опис +| core/ | Функције језгра: тачка улаза, интерне структуре. +|    core-arraylist.c | Листе низова. +|    core-backtrace.c | Испис трага након краха. +|    core-calc.c | Израчунавање резултата израза. +|    core-command.c | WeeChat команде језгра. +|    core-completion.c | Подразумевана довршавања. +|    core-config-file.c | Управљање конфигурационим фајловима. +|    core-config.c | Конфигурационе опције за WeeChat језгро (фајл weechat.conf). +|    core-crypto.c | Криптографске функције. +|    core-debug.c | Неке дибаг функције. +|    core-dir.c | Функције директоријума/фајла. +|    core-doc.c | Изградња фајлова за документацију. +|    core-eval.c | Израчунавање израза са референцама на интерне променљиве. +|    core-hashtable.c | Хеш табеле. +|    core-hdata.c | Hdata (директни приступ подацима употребом хеш табела). +|    core-hook.c | Куке. +|    core-infolist.c | Инфолисте (листе са подацима објеката). +|    core-input.c | Унос команди/текста. +|    core-list.c | Сортиране листе. +|    core-log.c | Упис у WeeChat лог фајл (weechat.log). +|    core-network.c | Мрежне функције (повезивање са серверима/проксијима). +|    core-proxy.c | Управљање проксијима. +|    core-secure.c | Функције обезбеђених података. +|    core-secure-buffer.c | Бафер обезбеђених података. +|    core-secure-config.c | Опције обезбеђених података (фајл sec.conf). +|    core-string.c | Функције над стринговима. +|    core-sys.c | Системске функције. +|    core-upgrade-file.c | Интерни систем ажурирања. +|    core-upgrade.c | Ажурирање за WeeChat језгро (бафери, линије, историја, ...). +|    core-url.c | URL трансфер (помоћу libcurl). +|    core-utf8.c | UTF-8 функције. +|    core-util.c | Неке друге функције. +|    core-version.c | Функције за WeeChat верзију. +|    weechat.c | Основне функције: опције командне линије, покретање. +|    hook/ | Функције кука. +|       hook-command-run.c | Кука "command_run". +|       hook-command.c | Кука "command". +|       hook-completion.c | Кука "completion". +|       hook-config.c | Кука "config". +|       hook-connect.c | Кука "connect". +|       hook-fd.c | Кука "fd". +|       hook-focus.c | Кука "focus". +|       hook-hdata.c | Кука "hdata". +|       hook-hsignal.c | Кука "hsignal". +|       hook-info-hashtable.c | Кука "info_hashtable". +|       hook-info.c | Кука "info". +|       hook-infolist.c | Кука "infolist". +|       hook-line.c | Кука "line". +|       hook-modifier.c | Кука "modifier". +|       hook-print.c | Кука "print". +|       hook-process.c | Кука "process". +|       hook-signal.c | Кука "signal". +|       hook-timer.c | Кука "timer". +|       hook-url.c | Кука "url". +| gui/ | Функције за бафере, прозоре, ... (користе их сви интерфејси). +|    gui-bar-item.c | Ставке трака. +|    gui-bar-window.c | Прозори трака. +|    gui-bar.c | Траке. +|    gui-buffer.c | Бафери. +|    gui-chat.c | Функције разговора (призаз поруке, ...). +|    gui-color.c | Функције боја. +|    gui-completion.c | Довршавање у командној линији. +|    gui-cursor.c | Курсорски режим (слободно померање курсора). +|    gui-filter.c | Филтери. +|    gui-focus.c | Функције у вези фокуса (за курсорски режими миша). +|    gui-history.c | Команде/текст сачуван у баферима. +|    gui-hotlist.c | Управљање врућом листом (листа бафера у којима има активности). +|    gui-input.c | Функције уноса (трака уноса). +|    gui-key.c | Функције тастатуре. +|    gui-layout.c | Распоред. +|    gui-line.c | Линије у баферу. +|    gui-mouse.c | Миш. +|    gui-nick.c | Функције надимака. +|    gui-nicklist.c | Листа надимака у баферима. +|    gui-window.c | Прозори. +|    curses/ | Curses интерфејс. +|       gui-curses-bar-window.c | Приказ у прозорима трака. +|       gui-curses-chat.c | Приказ у простору разговора (поруке). +|       gui-curses-color.c | Функције боја. +|       gui-curses-key.c | Функције тастатуре (подраз. тастери, читање уноса). +|       gui-curses-main.c | WeeChat главна петља (чекање на догађаје тастатуре/мреже). +|       gui-curses-mouse.c | Миш. +|       gui-curses-term.c | Функције у вези терминала. +|       gui-curses-window.c | Прозори. +|       headless/ | Режим без интерфејса. +|          main.c | Тачка улаза за режим без интерфејса. +|          ncurses-fake.c | Лажна ncurses библиотека. +|       normal/ | Curses интерфејс. +|          main.c | Тачка улаза за Curses интерфејс. |=== [[sources_plugins]] @@ -775,7 +775,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd)); [width="100%", cols="2m,3", options="header"] |=== | Директоријум | Фајлови -| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ... +| src/core/ | weechat.c, core-backtrace.c, core-command.c, ... | src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ... | src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ... | src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ... @@ -783,7 +783,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd)); | src/plugins/python/ | weechat-python.c, weechat-python-api.c, ... |=== -Заглавља C фајлова имају сито име као и фајл, на пример _wee-command.h_ за фајл _wee-command.c_. +Заглавља C фајлова имају сито име као и фајл, на пример _core-command.h_ за фајл _core-command.c_. [[naming_convention_structures]] ==== Структуре diff --git a/doc/sr/weechat_user.sr.adoc b/doc/sr/weechat_user.sr.adoc index 25efc0d87..f14f8a8f9 100644 --- a/doc/sr/weechat_user.sr.adoc +++ b/doc/sr/weechat_user.sr.adoc @@ -508,11 +508,11 @@ Copying output to /tmp/crash.txt. at /some_path/src/core/weechat.c:351 #3 #4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90, - remaining_calls=) at /some_path/src/core/wee-hook.c:1364 + remaining_calls=) at /some_path/src/core/core-hook.c:1364 hook_process = 0x254eb90 status = #5 0x000000000044cc7d in hook_timer_exec () - at /some_path/src/core/wee-hook.c:1025 + at /some_path/src/core/core-hook.c:1025 tv_time = {tv_sec = 1272693881, tv_usec = 212665} ptr_hook = 0x2811f40 next_hook = 0x0 diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake index b862f1f4e..60db4f36e 100644 --- a/po/srcfiles.cmake +++ b/po/srcfiles.cmake @@ -1,110 +1,110 @@ SET(WEECHAT_SOURCES -./src/core/hook/wee-hook-command.c -./src/core/hook/wee-hook-command.h -./src/core/hook/wee-hook-command-run.c -./src/core/hook/wee-hook-command-run.h -./src/core/hook/wee-hook-completion.c -./src/core/hook/wee-hook-completion.h -./src/core/hook/wee-hook-config.c -./src/core/hook/wee-hook-config.h -./src/core/hook/wee-hook-connect.c -./src/core/hook/wee-hook-connect.h -./src/core/hook/wee-hook-fd.c -./src/core/hook/wee-hook-fd.h -./src/core/hook/wee-hook-focus.c -./src/core/hook/wee-hook-focus.h -./src/core/hook/wee-hook-hdata.c -./src/core/hook/wee-hook-hdata.h -./src/core/hook/wee-hook-hsignal.c -./src/core/hook/wee-hook-hsignal.h -./src/core/hook/wee-hook-info.c -./src/core/hook/wee-hook-info.h -./src/core/hook/wee-hook-info-hashtable.c -./src/core/hook/wee-hook-info-hashtable.h -./src/core/hook/wee-hook-infolist.c -./src/core/hook/wee-hook-infolist.h -./src/core/hook/wee-hook-line.c -./src/core/hook/wee-hook-line.h -./src/core/hook/wee-hook-modifier.c -./src/core/hook/wee-hook-modifier.h -./src/core/hook/wee-hook-print.c -./src/core/hook/wee-hook-print.h -./src/core/hook/wee-hook-process.c -./src/core/hook/wee-hook-process.h -./src/core/hook/wee-hook-signal.c -./src/core/hook/wee-hook-signal.h -./src/core/hook/wee-hook-timer.c -./src/core/hook/wee-hook-timer.h -./src/core/hook/wee-hook-url.c -./src/core/hook/wee-hook-url.h -./src/core/wee-arraylist.c -./src/core/wee-arraylist.h -./src/core/wee-backtrace.c -./src/core/wee-backtrace.h -./src/core/wee-calc.c -./src/core/wee-calc.h +./src/core/hook/hook-command.c +./src/core/hook/hook-command.h +./src/core/hook/hook-command-run.c +./src/core/hook/hook-command-run.h +./src/core/hook/hook-completion.c +./src/core/hook/hook-completion.h +./src/core/hook/hook-config.c +./src/core/hook/hook-config.h +./src/core/hook/hook-connect.c +./src/core/hook/hook-connect.h +./src/core/hook/hook-fd.c +./src/core/hook/hook-fd.h +./src/core/hook/hook-focus.c +./src/core/hook/hook-focus.h +./src/core/hook/hook-hdata.c +./src/core/hook/hook-hdata.h +./src/core/hook/hook-hsignal.c +./src/core/hook/hook-hsignal.h +./src/core/hook/hook-info.c +./src/core/hook/hook-info.h +./src/core/hook/hook-info-hashtable.c +./src/core/hook/hook-info-hashtable.h +./src/core/hook/hook-infolist.c +./src/core/hook/hook-infolist.h +./src/core/hook/hook-line.c +./src/core/hook/hook-line.h +./src/core/hook/hook-modifier.c +./src/core/hook/hook-modifier.h +./src/core/hook/hook-print.c +./src/core/hook/hook-print.h +./src/core/hook/hook-process.c +./src/core/hook/hook-process.h +./src/core/hook/hook-signal.c +./src/core/hook/hook-signal.h +./src/core/hook/hook-timer.c +./src/core/hook/hook-timer.h +./src/core/hook/hook-url.c +./src/core/hook/hook-url.h +./src/core/core-arraylist.c +./src/core/core-arraylist.h +./src/core/core-backtrace.c +./src/core/core-backtrace.h +./src/core/core-calc.c +./src/core/core-calc.h ./src/core/weechat.c ./src/core/weechat.h -./src/core/wee-command.c -./src/core/wee-command.h -./src/core/wee-completion.c -./src/core/wee-completion.h -./src/core/wee-config.c -./src/core/wee-config-file.c -./src/core/wee-config-file.h -./src/core/wee-config.h -./src/core/wee-crypto.c -./src/core/wee-crypto.h -./src/core/wee-debug.c -./src/core/wee-debug.h -./src/core/wee-dir.c -./src/core/wee-dir.h -./src/core/wee-doc.c -./src/core/wee-doc.h -./src/core/wee-eval.c -./src/core/wee-eval.h -./src/core/wee-hashtable.c -./src/core/wee-hashtable.h -./src/core/wee-hdata.c -./src/core/wee-hdata.h -./src/core/wee-hook.c -./src/core/wee-hook.h -./src/core/wee-infolist.c -./src/core/wee-infolist.h -./src/core/wee-input.c -./src/core/wee-input.h -./src/core/wee-list.c -./src/core/wee-list.h -./src/core/wee-log.c -./src/core/wee-log.h -./src/core/wee-network.c -./src/core/wee-network.h -./src/core/wee-proxy.c -./src/core/wee-proxy.h -./src/core/wee-secure-buffer.c -./src/core/wee-secure-buffer.h -./src/core/wee-secure.c -./src/core/wee-secure-config.c -./src/core/wee-secure-config.h -./src/core/wee-secure.h -./src/core/wee-signal.c -./src/core/wee-signal.h -./src/core/wee-string.c -./src/core/wee-string.h -./src/core/wee-sys.c -./src/core/wee-sys.h -./src/core/wee-upgrade.c -./src/core/wee-upgrade-file.c -./src/core/wee-upgrade-file.h -./src/core/wee-upgrade.h -./src/core/wee-url.c -./src/core/wee-url.h -./src/core/wee-utf8.c -./src/core/wee-utf8.h -./src/core/wee-util.c -./src/core/wee-util.h -./src/core/wee-version.c -./src/core/wee-version.h +./src/core/core-command.c +./src/core/core-command.h +./src/core/core-completion.c +./src/core/core-completion.h +./src/core/core-config.c +./src/core/core-config-file.c +./src/core/core-config-file.h +./src/core/core-config.h +./src/core/core-crypto.c +./src/core/core-crypto.h +./src/core/core-debug.c +./src/core/core-debug.h +./src/core/core-dir.c +./src/core/core-dir.h +./src/core/core-doc.c +./src/core/core-doc.h +./src/core/core-eval.c +./src/core/core-eval.h +./src/core/core-hashtable.c +./src/core/core-hashtable.h +./src/core/core-hdata.c +./src/core/core-hdata.h +./src/core/core-hook.c +./src/core/core-hook.h +./src/core/core-infolist.c +./src/core/core-infolist.h +./src/core/core-input.c +./src/core/core-input.h +./src/core/core-list.c +./src/core/core-list.h +./src/core/core-log.c +./src/core/core-log.h +./src/core/core-network.c +./src/core/core-network.h +./src/core/core-proxy.c +./src/core/core-proxy.h +./src/core/core-secure-buffer.c +./src/core/core-secure-buffer.h +./src/core/core-secure.c +./src/core/core-secure-config.c +./src/core/core-secure-config.h +./src/core/core-secure.h +./src/core/core-signal.c +./src/core/core-signal.h +./src/core/core-string.c +./src/core/core-string.h +./src/core/core-sys.c +./src/core/core-sys.h +./src/core/core-upgrade.c +./src/core/core-upgrade-file.c +./src/core/core-upgrade-file.h +./src/core/core-upgrade.h +./src/core/core-url.c +./src/core/core-url.h +./src/core/core-utf8.c +./src/core/core-utf8.h +./src/core/core-util.c +./src/core/core-util.h +./src/core/core-version.c +./src/core/core-version.h ./src/gui/curses/gui-curses-bar-window.c ./src/gui/curses/gui-curses-bar-window.h ./src/gui/curses/gui-curses-chat.c diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 49438bce1..e6e1aadfb 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -21,58 +21,58 @@ set(LIB_CORE_SRC weechat.c weechat.h - wee-arraylist.c wee-arraylist.h - wee-backtrace.c wee-backtrace.h - wee-calc.c wee-calc.h - wee-command.c wee-command.h - wee-completion.c wee-completion.h - wee-config.c wee-config.h - wee-config-file.c wee-config-file.h - wee-crypto.c wee-crypto.h - wee-debug.c wee-debug.h - wee-dir.c wee-dir.h - wee-doc.c wee-doc.h - wee-eval.c wee-eval.h - wee-hashtable.c wee-hashtable.h - wee-hdata.c wee-hdata.h - wee-hook.c wee-hook.h - wee-infolist.c wee-infolist.h - wee-input.c wee-input.h - wee-list.c wee-list.h - wee-log.c wee-log.h - wee-network.c wee-network.h - wee-proxy.c wee-proxy.h - wee-secure.c wee-secure.h - wee-secure-buffer.c wee-secure-buffer.h - wee-secure-config.c wee-secure-config.h - wee-signal.c wee-signal.h - wee-string.c wee-string.h - wee-sys.c wee-sys.h - wee-upgrade.c wee-upgrade.h - wee-upgrade-file.c wee-upgrade-file.h - wee-url.c wee-url.h - wee-utf8.c wee-utf8.h - wee-util.c wee-util.h - wee-version.c wee-version.h - hook/wee-hook-command-run.c hook/wee-hook-command-run.h - hook/wee-hook-command.c hook/wee-hook-command.h - hook/wee-hook-completion.c hook/wee-hook-completion.h - hook/wee-hook-config.c hook/wee-hook-config.h - hook/wee-hook-connect.c hook/wee-hook-connect.h - hook/wee-hook-fd.c hook/wee-hook-fd.h - hook/wee-hook-focus.c hook/wee-hook-focus.h - hook/wee-hook-hdata.c hook/wee-hook-hdata.h - hook/wee-hook-hsignal.c hook/wee-hook-hsignal.h - hook/wee-hook-info-hashtable.c hook/wee-hook-info-hashtable.h - hook/wee-hook-info.c hook/wee-hook-info.h - hook/wee-hook-infolist.c hook/wee-hook-infolist.h - hook/wee-hook-line.c hook/wee-hook-line.h - hook/wee-hook-modifier.c hook/wee-hook-modifier.h - hook/wee-hook-print.c hook/wee-hook-print.h - hook/wee-hook-process.c hook/wee-hook-process.h - hook/wee-hook-signal.c hook/wee-hook-signal.h - hook/wee-hook-timer.c hook/wee-hook-timer.h - hook/wee-hook-url.c hook/wee-hook-url.h + core-arraylist.c core-arraylist.h + core-backtrace.c core-backtrace.h + core-calc.c core-calc.h + core-command.c core-command.h + core-completion.c core-completion.h + core-config.c core-config.h + core-config-file.c core-config-file.h + core-crypto.c core-crypto.h + core-debug.c core-debug.h + core-dir.c core-dir.h + core-doc.c core-doc.h + core-eval.c core-eval.h + core-hashtable.c core-hashtable.h + core-hdata.c core-hdata.h + core-hook.c core-hook.h + core-infolist.c core-infolist.h + core-input.c core-input.h + core-list.c core-list.h + core-log.c core-log.h + core-network.c core-network.h + core-proxy.c core-proxy.h + core-secure.c core-secure.h + core-secure-buffer.c core-secure-buffer.h + core-secure-config.c core-secure-config.h + core-signal.c core-signal.h + core-string.c core-string.h + core-sys.c core-sys.h + core-upgrade.c core-upgrade.h + core-upgrade-file.c core-upgrade-file.h + core-url.c core-url.h + core-utf8.c core-utf8.h + core-util.c core-util.h + core-version.c core-version.h + hook/hook-command-run.c hook/hook-command-run.h + hook/hook-command.c hook/hook-command.h + hook/hook-completion.c hook/hook-completion.h + hook/hook-config.c hook/hook-config.h + hook/hook-connect.c hook/hook-connect.h + hook/hook-fd.c hook/hook-fd.h + hook/hook-focus.c hook/hook-focus.h + hook/hook-hdata.c hook/hook-hdata.h + hook/hook-hsignal.c hook/hook-hsignal.h + hook/hook-info-hashtable.c hook/hook-info-hashtable.h + hook/hook-info.c hook/hook-info.h + hook/hook-infolist.c hook/hook-infolist.h + hook/hook-line.c hook/hook-line.h + hook/hook-modifier.c hook/hook-modifier.h + hook/hook-print.c hook/hook-print.h + hook/hook-process.c hook/hook-process.h + hook/hook-signal.c hook/hook-signal.h + hook/hook-timer.c hook/hook-timer.h + hook/hook-url.c hook/hook-url.h ) # Check for flock support diff --git a/src/core/wee-arraylist.c b/src/core/core-arraylist.c similarity index 99% rename from src/core/wee-arraylist.c rename to src/core/core-arraylist.c index 4be3b76cf..44320b3f3 100644 --- a/src/core/wee-arraylist.c +++ b/src/core/core-arraylist.c @@ -1,5 +1,5 @@ /* - * wee-arraylist.c - array lists management + * core-arraylist.c - array lists management * * Copyright (C) 2014-2024 Sébastien Helleu * @@ -27,9 +27,9 @@ #include #include "weechat.h" -#include "wee-arraylist.h" -#include "wee-log.h" -#include "wee-string.h" +#include "core-arraylist.h" +#include "core-log.h" +#include "core-string.h" /* diff --git a/src/core/wee-arraylist.h b/src/core/core-arraylist.h similarity index 100% rename from src/core/wee-arraylist.h rename to src/core/core-arraylist.h diff --git a/src/core/wee-backtrace.c b/src/core/core-backtrace.c similarity index 96% rename from src/core/wee-backtrace.c rename to src/core/core-backtrace.c index d28af5eee..64975dfe3 100644 --- a/src/core/wee-backtrace.c +++ b/src/core/core-backtrace.c @@ -1,5 +1,5 @@ /* - * wee-backtrace.c - backtrace after a segfault + * core-backtrace.c - backtrace after a segfault * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -39,10 +39,10 @@ #endif #include "weechat.h" -#include "wee-backtrace.h" -#include "wee-log.h" -#include "wee-string.h" -#include "wee-version.h" +#include "core-backtrace.h" +#include "core-log.h" +#include "core-string.h" +#include "core-version.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-backtrace.h b/src/core/core-backtrace.h similarity index 100% rename from src/core/wee-backtrace.h rename to src/core/core-backtrace.h diff --git a/src/core/wee-calc.c b/src/core/core-calc.c similarity index 99% rename from src/core/wee-calc.c rename to src/core/core-calc.c index 0c71bd201..e9989b1a8 100644 --- a/src/core/wee-calc.c +++ b/src/core/core-calc.c @@ -1,5 +1,5 @@ /* - * wee-calc.c - calculate result of an expression + * core-calc.c - calculate result of an expression * * Copyright (C) 2019-2024 Sébastien Helleu * @@ -30,8 +30,8 @@ #include #include "weechat.h" -#include "wee-arraylist.h" -#include "wee-string.h" +#include "core-arraylist.h" +#include "core-string.h" enum t_calc_symbol { diff --git a/src/core/wee-calc.h b/src/core/core-calc.h similarity index 100% rename from src/core/wee-calc.h rename to src/core/core-calc.h diff --git a/src/core/wee-command.c b/src/core/core-command.c similarity index 99% rename from src/core/wee-command.c rename to src/core/core-command.c index cc96fd9b5..81e38f599 100644 --- a/src/core/wee-command.c +++ b/src/core/core-command.c @@ -1,5 +1,5 @@ /* - * wee-command.c - WeeChat core commands + * core-command.c - WeeChat core commands * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2005-2006 Emmanuel Bouthenot @@ -45,32 +45,32 @@ #endif #include "weechat.h" -#include "wee-command.h" -#include "wee-arraylist.h" -#include "wee-config.h" -#include "wee-config-file.h" -#include "wee-debug.h" -#include "wee-dir.h" -#include "wee-eval.h" -#include "wee-hashtable.h" -#include "wee-hdata.h" -#include "wee-hook.h" -#include "wee-input.h" -#include "wee-list.h" -#include "wee-log.h" -#include "wee-network.h" -#include "wee-proxy.h" -#include "wee-secure.h" -#include "wee-secure-buffer.h" -#include "wee-secure-config.h" -#include "wee-signal.h" -#include "wee-string.h" -#include "wee-sys.h" -#include "wee-upgrade.h" -#include "wee-url.h" -#include "wee-utf8.h" -#include "wee-util.h" -#include "wee-version.h" +#include "core-command.h" +#include "core-arraylist.h" +#include "core-config.h" +#include "core-config-file.h" +#include "core-debug.h" +#include "core-dir.h" +#include "core-eval.h" +#include "core-hashtable.h" +#include "core-hdata.h" +#include "core-hook.h" +#include "core-input.h" +#include "core-list.h" +#include "core-log.h" +#include "core-network.h" +#include "core-proxy.h" +#include "core-secure.h" +#include "core-secure-buffer.h" +#include "core-secure-config.h" +#include "core-signal.h" +#include "core-string.h" +#include "core-sys.h" +#include "core-upgrade.h" +#include "core-url.h" +#include "core-utf8.h" +#include "core-util.h" +#include "core-version.h" #include "../gui/gui-bar.h" #include "../gui/gui-bar-item.h" #include "../gui/gui-bar-item-custom.h" diff --git a/src/core/wee-command.h b/src/core/core-command.h similarity index 100% rename from src/core/wee-command.h rename to src/core/core-command.h diff --git a/src/core/wee-completion.c b/src/core/core-completion.c similarity index 99% rename from src/core/wee-completion.c rename to src/core/core-completion.c index ff6fcfcea..598859b67 100644 --- a/src/core/wee-completion.c +++ b/src/core/core-completion.c @@ -1,5 +1,5 @@ /* - * wee-completion.c - completion for WeeChat commands + * core-completion.c - completion for WeeChat commands * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2006 Emmanuel Bouthenot @@ -34,16 +34,16 @@ #include #include "weechat.h" -#include "wee-arraylist.h" -#include "wee-config.h" -#include "wee-dir.h" -#include "wee-eval.h" -#include "wee-hashtable.h" -#include "wee-hook.h" -#include "wee-list.h" -#include "wee-proxy.h" -#include "wee-secure.h" -#include "wee-string.h" +#include "core-arraylist.h" +#include "core-config.h" +#include "core-dir.h" +#include "core-eval.h" +#include "core-hashtable.h" +#include "core-hook.h" +#include "core-list.h" +#include "core-proxy.h" +#include "core-secure.h" +#include "core-string.h" #include "../gui/gui-completion.h" #include "../gui/gui-bar.h" #include "../gui/gui-bar-item.h" diff --git a/src/core/wee-completion.h b/src/core/core-completion.h similarity index 100% rename from src/core/wee-completion.h rename to src/core/core-completion.h diff --git a/src/core/wee-config-file.c b/src/core/core-config-file.c similarity index 99% rename from src/core/wee-config-file.c rename to src/core/core-config-file.c index 7ce1ac771..ec637bc11 100644 --- a/src/core/wee-config-file.c +++ b/src/core/core-config-file.c @@ -1,5 +1,5 @@ /* - * wee-config-file.c - configuration files/sections/options management + * core-config-file.c - configuration files/sections/options management * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2005-2006 Emmanuel Bouthenot @@ -34,17 +34,17 @@ #include #include "weechat.h" -#include "wee-config-file.h" -#include "wee-arraylist.h" -#include "wee-config.h" -#include "wee-dir.h" -#include "wee-hashtable.h" -#include "wee-hdata.h" -#include "wee-hook.h" -#include "wee-infolist.h" -#include "wee-log.h" -#include "wee-string.h" -#include "wee-version.h" +#include "core-config-file.h" +#include "core-arraylist.h" +#include "core-config.h" +#include "core-dir.h" +#include "core-hashtable.h" +#include "core-hdata.h" +#include "core-hook.h" +#include "core-infolist.h" +#include "core-log.h" +#include "core-string.h" +#include "core-version.h" #include "../gui/gui-color.h" #include "../gui/gui-chat.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-config-file.h b/src/core/core-config-file.h similarity index 100% rename from src/core/wee-config-file.h rename to src/core/core-config-file.h diff --git a/src/core/wee-config.c b/src/core/core-config.c similarity index 99% rename from src/core/wee-config.c rename to src/core/core-config.c index 23a5d9a83..5a5b5b4d5 100644 --- a/src/core/wee-config.c +++ b/src/core/core-config.c @@ -1,5 +1,5 @@ /* - * wee-config.c - WeeChat configuration options (file weechat.conf) + * core-config.c - WeeChat configuration options (file weechat.conf) * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2005-2006 Emmanuel Bouthenot @@ -36,19 +36,19 @@ #include #include "weechat.h" -#include "wee-arraylist.h" -#include "wee-config.h" -#include "wee-eval.h" -#include "wee-hashtable.h" -#include "wee-hook.h" -#include "wee-log.h" -#include "wee-network.h" -#include "wee-utf8.h" -#include "wee-list.h" -#include "wee-proxy.h" -#include "wee-string.h" -#include "wee-sys.h" -#include "wee-version.h" +#include "core-arraylist.h" +#include "core-config.h" +#include "core-eval.h" +#include "core-hashtable.h" +#include "core-hook.h" +#include "core-log.h" +#include "core-network.h" +#include "core-utf8.h" +#include "core-list.h" +#include "core-proxy.h" +#include "core-string.h" +#include "core-sys.h" +#include "core-version.h" #include "../gui/gui-bar.h" #include "../gui/gui-bar-item.h" #include "../gui/gui-bar-item-custom.h" diff --git a/src/core/wee-config.h b/src/core/core-config.h similarity index 99% rename from src/core/wee-config.h rename to src/core/core-config.h index 90defba21..55febe40f 100644 --- a/src/core/wee-config.h +++ b/src/core/core-config.h @@ -24,7 +24,7 @@ #include #include -#include "wee-config-file.h" +#include "core-config-file.h" struct t_gui_buffer; diff --git a/src/core/wee-crypto.c b/src/core/core-crypto.c similarity index 99% rename from src/core/wee-crypto.c rename to src/core/core-crypto.c index d2db6a7b8..c6619e2f4 100644 --- a/src/core/wee-crypto.c +++ b/src/core/core-crypto.c @@ -1,5 +1,5 @@ /* - * wee-crypto.c - cryptographic functions + * core-crypto.c - cryptographic functions * * Copyright (C) 2018-2024 Sébastien Helleu * @@ -32,10 +32,10 @@ #include #include "weechat.h" -#include "wee-crypto.h" -#include "wee-config-file.h" -#include "wee-hashtable.h" -#include "wee-string.h" +#include "core-crypto.h" +#include "core-config-file.h" +#include "core-hashtable.h" +#include "core-string.h" #include "../plugins/plugin.h" char *weecrypto_hash_algo_string[] = { diff --git a/src/core/wee-crypto.h b/src/core/core-crypto.h similarity index 100% rename from src/core/wee-crypto.h rename to src/core/core-crypto.h diff --git a/src/core/wee-debug.c b/src/core/core-debug.c similarity index 98% rename from src/core/wee-debug.c rename to src/core/core-debug.c index d9bdec6eb..fb40dcb71 100644 --- a/src/core/wee-debug.c +++ b/src/core/core-debug.c @@ -1,5 +1,5 @@ /* - * wee-debug.c - debug functions + * core-debug.c - debug functions * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -43,18 +43,18 @@ #include #include "weechat.h" -#include "wee-backtrace.h" -#include "wee-config-file.h" -#include "wee-hashtable.h" -#include "wee-hdata.h" -#include "wee-hook.h" -#include "wee-infolist.h" -#include "wee-list.h" -#include "wee-log.h" -#include "wee-proxy.h" -#include "wee-string.h" -#include "wee-utf8.h" -#include "wee-util.h" +#include "core-backtrace.h" +#include "core-config-file.h" +#include "core-hashtable.h" +#include "core-hdata.h" +#include "core-hook.h" +#include "core-infolist.h" +#include "core-list.h" +#include "core-log.h" +#include "core-proxy.h" +#include "core-string.h" +#include "core-utf8.h" +#include "core-util.h" #include "../gui/gui-bar.h" #include "../gui/gui-bar-item.h" #include "../gui/gui-buffer.h" diff --git a/src/core/wee-debug.h b/src/core/core-debug.h similarity index 100% rename from src/core/wee-debug.h rename to src/core/core-debug.h diff --git a/src/core/wee-dir.c b/src/core/core-dir.c similarity index 99% rename from src/core/wee-dir.c rename to src/core/core-dir.c index d3c6ed426..d0cf0ea38 100644 --- a/src/core/wee-dir.c +++ b/src/core/core-dir.c @@ -1,5 +1,5 @@ /* - * wee-dir.c - directory/file functions + * core-dir.c - directory/file functions * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -50,8 +50,8 @@ #endif #include "weechat.h" -#include "wee-config.h" -#include "wee-string.h" +#include "core-config.h" +#include "core-string.h" /* diff --git a/src/core/wee-dir.h b/src/core/core-dir.h similarity index 100% rename from src/core/wee-dir.h rename to src/core/core-dir.h diff --git a/src/core/wee-doc.c b/src/core/core-doc.c similarity index 99% rename from src/core/wee-doc.c rename to src/core/core-doc.c index 6a5a3cf57..2a0ce8f54 100644 --- a/src/core/wee-doc.c +++ b/src/core/core-doc.c @@ -1,5 +1,5 @@ /* - * wee-doc.c - documentation generator + * core-doc.c - documentation generator * * Copyright (C) 2023-2024 Sébastien Helleu * @@ -33,18 +33,18 @@ #include #include "weechat.h" -#include "wee-arraylist.h" -#include "wee-command.h" -#include "wee-config-file.h" -#include "wee-crypto.h" -#include "wee-dir.h" -#include "wee-hashtable.h" -#include "wee-hdata.h" -#include "wee-hook.h" -#include "wee-infolist.h" -#include "wee-string.h" -#include "wee-url.h" -#include "wee-utf8.h" +#include "core-arraylist.h" +#include "core-command.h" +#include "core-config-file.h" +#include "core-crypto.h" +#include "core-dir.h" +#include "core-hashtable.h" +#include "core-hdata.h" +#include "core-hook.h" +#include "core-infolist.h" +#include "core-string.h" +#include "core-url.h" +#include "core-utf8.h" #include "../plugins/plugin.h" #define ESCAPE_TABLE(msg) (doc_gen_escape_table (msg)) diff --git a/src/core/wee-doc.h b/src/core/core-doc.h similarity index 100% rename from src/core/wee-doc.h rename to src/core/core-doc.h diff --git a/src/core/wee-eval.c b/src/core/core-eval.c similarity index 99% rename from src/core/wee-eval.c rename to src/core/core-eval.c index fef8a8949..06bde6c2d 100644 --- a/src/core/wee-eval.c +++ b/src/core/core-eval.c @@ -1,5 +1,5 @@ /* - * wee-eval.c - evaluate expressions with references to internal vars + * core-eval.c - evaluate expressions with references to internal vars * * Copyright (C) 2012-2024 Sébastien Helleu * @@ -31,16 +31,16 @@ #include #include "weechat.h" -#include "wee-eval.h" -#include "wee-calc.h" -#include "wee-config.h" -#include "wee-hashtable.h" -#include "wee-hdata.h" -#include "wee-hook.h" -#include "wee-secure.h" -#include "wee-string.h" -#include "wee-utf8.h" -#include "wee-util.h" +#include "core-eval.h" +#include "core-calc.h" +#include "core-config.h" +#include "core-hashtable.h" +#include "core-hdata.h" +#include "core-hook.h" +#include "core-secure.h" +#include "core-string.h" +#include "core-utf8.h" +#include "core-util.h" #include "../gui/gui-buffer.h" #include "../gui/gui-chat.h" #include "../gui/gui-color.h" diff --git a/src/core/wee-eval.h b/src/core/core-eval.h similarity index 100% rename from src/core/wee-eval.h rename to src/core/core-eval.h diff --git a/src/core/wee-hashtable.c b/src/core/core-hashtable.c similarity index 99% rename from src/core/wee-hashtable.c rename to src/core/core-hashtable.c index 4716eb7b6..b7c92a90f 100644 --- a/src/core/wee-hashtable.c +++ b/src/core/core-hashtable.c @@ -1,5 +1,5 @@ /* - * wee-hashtable.c - implementation of hashtable + * core-hashtable.c - implementation of hashtable * * Copyright (C) 2010-2024 Sébastien Helleu * @@ -29,12 +29,12 @@ #include #include "weechat.h" -#include "wee-hashtable.h" -#include "wee-infolist.h" -#include "wee-list.h" -#include "wee-log.h" -#include "wee-string.h" -#include "wee-utf8.h" +#include "core-hashtable.h" +#include "core-infolist.h" +#include "core-list.h" +#include "core-log.h" +#include "core-string.h" +#include "core-utf8.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-hashtable.h b/src/core/core-hashtable.h similarity index 100% rename from src/core/wee-hashtable.h rename to src/core/core-hashtable.h diff --git a/src/core/wee-hdata.c b/src/core/core-hdata.c similarity index 99% rename from src/core/wee-hdata.c rename to src/core/core-hdata.c index 0a3dc6a30..a3f4e195d 100644 --- a/src/core/wee-hdata.c +++ b/src/core/core-hdata.c @@ -1,5 +1,5 @@ /* - * wee-hdata.c - direct access to WeeChat data using hashtables + * core-hdata.c - direct access to WeeChat data using hashtables * * Copyright (C) 2011-2024 Sébastien Helleu * @@ -27,12 +27,12 @@ #include #include "weechat.h" -#include "wee-hdata.h" -#include "wee-hook.h" -#include "wee-eval.h" -#include "wee-hashtable.h" -#include "wee-log.h" -#include "wee-string.h" +#include "core-hdata.h" +#include "core-hook.h" +#include "core-eval.h" +#include "core-hashtable.h" +#include "core-log.h" +#include "core-string.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-hdata.h b/src/core/core-hdata.h similarity index 100% rename from src/core/wee-hdata.h rename to src/core/core-hdata.h diff --git a/src/core/wee-hook.c b/src/core/core-hook.c similarity index 99% rename from src/core/wee-hook.c rename to src/core/core-hook.c index 893466576..d89c2f988 100644 --- a/src/core/wee-hook.c +++ b/src/core/core-hook.c @@ -1,5 +1,5 @@ /* - * wee-hook.c - WeeChat hooks management + * core-hook.c - WeeChat hooks management * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -32,14 +32,14 @@ #include #include "weechat.h" -#include "wee-debug.h" -#include "wee-hook.h" -#include "wee-hashtable.h" -#include "wee-infolist.h" -#include "wee-log.h" -#include "wee-signal.h" -#include "wee-string.h" -#include "wee-util.h" +#include "core-debug.h" +#include "core-hook.h" +#include "core-hashtable.h" +#include "core-infolist.h" +#include "core-log.h" +#include "core-signal.h" +#include "core-string.h" +#include "core-util.h" #include "../gui/gui-chat.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-hook.h b/src/core/core-hook.h similarity index 90% rename from src/core/wee-hook.h rename to src/core/core-hook.h index 329799697..fbe532895 100644 --- a/src/core/wee-hook.h +++ b/src/core/core-hook.h @@ -22,25 +22,25 @@ struct t_hook; -#include "hook/wee-hook-command-run.h" -#include "hook/wee-hook-command.h" -#include "hook/wee-hook-completion.h" -#include "hook/wee-hook-config.h" -#include "hook/wee-hook-connect.h" -#include "hook/wee-hook-fd.h" -#include "hook/wee-hook-focus.h" -#include "hook/wee-hook-hdata.h" -#include "hook/wee-hook-hsignal.h" -#include "hook/wee-hook-info-hashtable.h" -#include "hook/wee-hook-info.h" -#include "hook/wee-hook-infolist.h" -#include "hook/wee-hook-line.h" -#include "hook/wee-hook-modifier.h" -#include "hook/wee-hook-print.h" -#include "hook/wee-hook-process.h" -#include "hook/wee-hook-signal.h" -#include "hook/wee-hook-timer.h" -#include "hook/wee-hook-url.h" +#include "hook/hook-command-run.h" +#include "hook/hook-command.h" +#include "hook/hook-completion.h" +#include "hook/hook-config.h" +#include "hook/hook-connect.h" +#include "hook/hook-fd.h" +#include "hook/hook-focus.h" +#include "hook/hook-hdata.h" +#include "hook/hook-hsignal.h" +#include "hook/hook-info-hashtable.h" +#include "hook/hook-info.h" +#include "hook/hook-infolist.h" +#include "hook/hook-line.h" +#include "hook/hook-modifier.h" +#include "hook/hook-print.h" +#include "hook/hook-process.h" +#include "hook/hook-signal.h" +#include "hook/hook-timer.h" +#include "hook/hook-url.h" struct t_gui_bar; struct t_gui_buffer; diff --git a/src/core/wee-infolist.c b/src/core/core-infolist.c similarity index 99% rename from src/core/wee-infolist.c rename to src/core/core-infolist.c index 091faa4c0..652482db5 100644 --- a/src/core/wee-infolist.c +++ b/src/core/core-infolist.c @@ -1,5 +1,5 @@ /* - * wee-infolist.c - info lists management + * core-infolist.c - info lists management * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,9 +27,9 @@ #include #include "weechat.h" -#include "wee-log.h" -#include "wee-string.h" -#include "wee-infolist.h" +#include "core-log.h" +#include "core-string.h" +#include "core-infolist.h" struct t_infolist *weechat_infolists = NULL; diff --git a/src/core/wee-infolist.h b/src/core/core-infolist.h similarity index 100% rename from src/core/wee-infolist.h rename to src/core/core-infolist.h diff --git a/src/core/wee-input.c b/src/core/core-input.c similarity index 98% rename from src/core/wee-input.c rename to src/core/core-input.c index f1b1ec8d6..b1585642d 100644 --- a/src/core/wee-input.c +++ b/src/core/core-input.c @@ -1,5 +1,5 @@ /* - * wee-input.c - default input callback for buffers + * core-input.c - default input callback for buffers * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,11 +27,11 @@ #include #include "weechat.h" -#include "wee-input.h" -#include "wee-config.h" -#include "wee-hook.h" -#include "wee-string.h" -#include "wee-utf8.h" +#include "core-input.h" +#include "core-config.h" +#include "core-hook.h" +#include "core-string.h" +#include "core-utf8.h" #include "../gui/gui-buffer.h" #include "../gui/gui-chat.h" #include "../gui/gui-filter.h" diff --git a/src/core/wee-input.h b/src/core/core-input.h similarity index 100% rename from src/core/wee-input.h rename to src/core/core-input.h diff --git a/src/core/wee-list.c b/src/core/core-list.c similarity index 98% rename from src/core/wee-list.c rename to src/core/core-list.c index 9f35b910b..62634ffbe 100644 --- a/src/core/wee-list.c +++ b/src/core/core-list.c @@ -1,5 +1,5 @@ /* - * wee-list.c - sorted lists + * core-list.c - sorted lists * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,9 +27,9 @@ #include #include "weechat.h" -#include "wee-list.h" -#include "wee-log.h" -#include "wee-string.h" +#include "core-list.h" +#include "core-log.h" +#include "core-string.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-list.h b/src/core/core-list.h similarity index 100% rename from src/core/wee-list.h rename to src/core/core-list.h diff --git a/src/core/wee-log.c b/src/core/core-log.c similarity index 98% rename from src/core/wee-log.c rename to src/core/core-log.c index 24b9253e5..d62a705e3 100644 --- a/src/core/wee-log.c +++ b/src/core/core-log.c @@ -1,5 +1,5 @@ /* - * wee-log.c - WeeChat log file (weechat.log) + * core-log.c - WeeChat log file (weechat.log) * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2006 Emmanuel Bouthenot @@ -38,10 +38,10 @@ #include #include "weechat.h" -#include "wee-log.h" -#include "wee-debug.h" -#include "wee-string.h" -#include "wee-version.h" +#include "core-log.h" +#include "core-debug.h" +#include "core-string.h" +#include "core-version.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-log.h b/src/core/core-log.h similarity index 100% rename from src/core/wee-log.h rename to src/core/core-log.h diff --git a/src/core/wee-network.c b/src/core/core-network.c similarity index 99% rename from src/core/wee-network.c rename to src/core/core-network.c index dc26a38a5..29de231cf 100644 --- a/src/core/wee-network.c +++ b/src/core/core-network.c @@ -1,5 +1,5 @@ /* - * wee-network.c - network functions + * core-network.c - network functions * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2005-2010 Emmanuel Bouthenot @@ -55,14 +55,14 @@ #include #include "weechat.h" -#include "wee-network.h" -#include "wee-config.h" -#include "wee-eval.h" -#include "wee-hashtable.h" -#include "wee-hook.h" -#include "wee-config.h" -#include "wee-proxy.h" -#include "wee-string.h" +#include "core-network.h" +#include "core-config.h" +#include "core-eval.h" +#include "core-hashtable.h" +#include "core-hook.h" +#include "core-config.h" +#include "core-proxy.h" +#include "core-string.h" #include "../gui/gui-chat.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-network.h b/src/core/core-network.h similarity index 100% rename from src/core/wee-network.h rename to src/core/core-network.h diff --git a/src/core/wee-proxy.c b/src/core/core-proxy.c similarity index 99% rename from src/core/wee-proxy.c rename to src/core/core-proxy.c index b7b72fc6e..705776cdf 100644 --- a/src/core/wee-proxy.c +++ b/src/core/core-proxy.c @@ -1,5 +1,5 @@ /* - * wee-proxy.c - proxy functions + * core-proxy.c - proxy functions * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -28,12 +28,12 @@ #include #include "weechat.h" -#include "wee-proxy.h" -#include "wee-config.h" -#include "wee-hdata.h" -#include "wee-infolist.h" -#include "wee-log.h" -#include "wee-string.h" +#include "core-proxy.h" +#include "core-config.h" +#include "core-hdata.h" +#include "core-infolist.h" +#include "core-log.h" +#include "core-string.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-proxy.h b/src/core/core-proxy.h similarity index 100% rename from src/core/wee-proxy.h rename to src/core/core-proxy.h diff --git a/src/core/wee-secure-buffer.c b/src/core/core-secure-buffer.c similarity index 96% rename from src/core/wee-secure-buffer.c rename to src/core/core-secure-buffer.c index ac3cedb13..70661d2cf 100644 --- a/src/core/wee-secure-buffer.c +++ b/src/core/core-secure-buffer.c @@ -1,5 +1,5 @@ /* - * wee-secure-buffer.c - secured data buffer + * core-secure-buffer.c - secured data buffer * * Copyright (C) 2013-2024 Sébastien Helleu * @@ -29,13 +29,13 @@ #include #include "weechat.h" -#include "wee-config-file.h" -#include "wee-crypto.h" -#include "wee-hashtable.h" -#include "wee-secure.h" -#include "wee-secure-buffer.h" -#include "wee-secure-config.h" -#include "wee-string.h" +#include "core-config-file.h" +#include "core-crypto.h" +#include "core-hashtable.h" +#include "core-secure.h" +#include "core-secure-buffer.h" +#include "core-secure-config.h" +#include "core-string.h" #include "../gui/gui-buffer.h" #include "../gui/gui-chat.h" #include "../gui/gui-color.h" diff --git a/src/core/wee-secure-buffer.h b/src/core/core-secure-buffer.h similarity index 100% rename from src/core/wee-secure-buffer.h rename to src/core/core-secure-buffer.h diff --git a/src/core/wee-secure-config.c b/src/core/core-secure-config.c similarity index 98% rename from src/core/wee-secure-config.c rename to src/core/core-secure-config.c index 20b144d5e..908628edf 100644 --- a/src/core/wee-secure-config.c +++ b/src/core/core-secure-config.c @@ -1,5 +1,5 @@ /* - * wee-secure-config.c - secured data configuration options (file sec.conf) + * core-secure-config.c - secured data configuration options (file sec.conf) * * Copyright (C) 2013-2024 Sébastien Helleu * @@ -29,12 +29,12 @@ #include #include "weechat.h" -#include "wee-config-file.h" -#include "wee-crypto.h" -#include "wee-hashtable.h" -#include "wee-secure.h" -#include "wee-secure-config.h" -#include "wee-string.h" +#include "core-config-file.h" +#include "core-crypto.h" +#include "core-hashtable.h" +#include "core-secure.h" +#include "core-secure-config.h" +#include "core-string.h" #include "../gui/gui-chat.h" #include "../gui/gui-main.h" #include "../gui/gui-window.h" diff --git a/src/core/wee-secure-config.h b/src/core/core-secure-config.h similarity index 100% rename from src/core/wee-secure-config.h rename to src/core/core-secure-config.h diff --git a/src/core/wee-secure.c b/src/core/core-secure.c similarity index 98% rename from src/core/wee-secure.c rename to src/core/core-secure.c index 283f49aca..66abab5c8 100644 --- a/src/core/wee-secure.c +++ b/src/core/core-secure.c @@ -1,5 +1,5 @@ /* - * wee-secure.c - secured data + * core-secure.c - secured data * * Copyright (C) 2013-2024 Sébastien Helleu * @@ -28,13 +28,13 @@ #include #include "weechat.h" -#include "wee-config-file.h" -#include "wee-crypto.h" -#include "wee-hashtable.h" -#include "wee-hook.h" -#include "wee-secure.h" -#include "wee-secure-config.h" -#include "wee-string.h" +#include "core-config-file.h" +#include "core-crypto.h" +#include "core-hashtable.h" +#include "core-hook.h" +#include "core-secure.h" +#include "core-secure-config.h" +#include "core-string.h" #include "../plugins/plugin.h" /* the passphrase used to encrypt/decrypt data */ diff --git a/src/core/wee-secure.h b/src/core/core-secure.h similarity index 100% rename from src/core/wee-secure.h rename to src/core/core-secure.h diff --git a/src/core/wee-signal.c b/src/core/core-signal.c similarity index 96% rename from src/core/wee-signal.c rename to src/core/core-signal.c index 95fbe785d..3f28fe8e8 100644 --- a/src/core/wee-signal.c +++ b/src/core/core-signal.c @@ -1,5 +1,5 @@ /* - * wee-signal.c - signal functions + * core-signal.c - signal functions * * Copyright (C) 2021-2024 Sébastien Helleu * @@ -29,14 +29,14 @@ #include #include "weechat.h" -#include "wee-signal.h" -#include "wee-config.h" -#include "wee-debug.h" -#include "wee-eval.h" -#include "wee-hook.h" -#include "wee-input.h" -#include "wee-log.h" -#include "wee-string.h" +#include "core-signal.h" +#include "core-config.h" +#include "core-debug.h" +#include "core-eval.h" +#include "core-hook.h" +#include "core-input.h" +#include "core-log.h" +#include "core-string.h" #include "../gui/gui-buffer.h" #include "../gui/gui-window.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-signal.h b/src/core/core-signal.h similarity index 100% rename from src/core/wee-signal.h rename to src/core/core-signal.h diff --git a/src/core/wee-string.c b/src/core/core-string.c similarity index 99% rename from src/core/wee-string.c rename to src/core/core-string.c index 60457d516..572e6d1cd 100644 --- a/src/core/wee-string.c +++ b/src/core/core-string.c @@ -1,5 +1,5 @@ /* - * wee-string.c - string functions + * core-string.c - string functions * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -49,11 +49,11 @@ #endif /* ICONV_CONST */ #include "weechat.h" -#include "wee-string.h" -#include "wee-config.h" -#include "wee-eval.h" -#include "wee-hashtable.h" -#include "wee-utf8.h" +#include "core-string.h" +#include "core-config.h" +#include "core-eval.h" +#include "core-hashtable.h" +#include "core-utf8.h" #include "../gui/gui-chat.h" #include "../gui/gui-color.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-string.h b/src/core/core-string.h similarity index 100% rename from src/core/wee-string.h rename to src/core/core-string.h diff --git a/src/core/wee-sys.c b/src/core/core-sys.c similarity index 98% rename from src/core/wee-sys.c rename to src/core/core-sys.c index c481b4c68..888ed5200 100644 --- a/src/core/wee-sys.c +++ b/src/core/core-sys.c @@ -1,5 +1,5 @@ /* - * wee-sys.c - system actions + * core-sys.c - system actions * * Copyright (C) 2023-2024 Sébastien Helleu * @@ -35,11 +35,11 @@ #include #include "weechat.h" -#include "wee-config.h" -#include "wee-log.h" -#include "wee-string.h" -#include "wee-sys.h" -#include "wee-util.h" +#include "core-config.h" +#include "core-log.h" +#include "core-string.h" +#include "core-sys.h" +#include "core-util.h" #include "../gui/gui-chat.h" #include "../gui/gui-window.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-sys.h b/src/core/core-sys.h similarity index 100% rename from src/core/wee-sys.h rename to src/core/core-sys.h diff --git a/src/core/wee-upgrade-file.c b/src/core/core-upgrade-file.c similarity index 99% rename from src/core/wee-upgrade-file.c rename to src/core/core-upgrade-file.c index 4619b3f3d..6aba2792b 100644 --- a/src/core/wee-upgrade-file.c +++ b/src/core/core-upgrade-file.c @@ -1,5 +1,5 @@ /* - * wee-upgrade-file.c - save/restore data for upgrading WeeChat + * core-upgrade-file.c - save/restore data for upgrading WeeChat * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -32,10 +32,10 @@ #include #include "weechat.h" -#include "wee-upgrade-file.h" -#include "wee-infolist.h" -#include "wee-string.h" -#include "wee-utf8.h" +#include "core-upgrade-file.h" +#include "core-infolist.h" +#include "core-string.h" +#include "core-utf8.h" #include "../gui/gui-chat.h" #include "../gui/gui-main.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-upgrade-file.h b/src/core/core-upgrade-file.h similarity index 100% rename from src/core/wee-upgrade-file.h rename to src/core/core-upgrade-file.h diff --git a/src/core/wee-upgrade.c b/src/core/core-upgrade.c similarity index 99% rename from src/core/wee-upgrade.c rename to src/core/core-upgrade.c index 497065e2f..bca288aea 100644 --- a/src/core/wee-upgrade.c +++ b/src/core/core-upgrade.c @@ -1,5 +1,5 @@ /* - * wee-upgrade.c - save/restore session data of WeeChat core + * core-upgrade.c - save/restore session data of WeeChat core * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -29,13 +29,13 @@ #include #include "weechat.h" -#include "wee-upgrade.h" -#include "wee-dir.h" -#include "wee-hook.h" -#include "wee-infolist.h" -#include "wee-secure-buffer.h" -#include "wee-string.h" -#include "wee-util.h" +#include "core-upgrade.h" +#include "core-dir.h" +#include "core-hook.h" +#include "core-infolist.h" +#include "core-secure-buffer.h" +#include "core-string.h" +#include "core-util.h" #include "../gui/gui-buffer.h" #include "../gui/gui-chat.h" #include "../gui/gui-color.h" diff --git a/src/core/wee-upgrade.h b/src/core/core-upgrade.h similarity index 97% rename from src/core/wee-upgrade.h rename to src/core/core-upgrade.h index 91d98e632..24c413f8b 100644 --- a/src/core/wee-upgrade.h +++ b/src/core/core-upgrade.h @@ -20,7 +20,7 @@ #ifndef WEECHAT_UPGRADE_H #define WEECHAT_UPGRADE_H -#include "wee-upgrade-file.h" +#include "core-upgrade-file.h" #define WEECHAT_UPGRADE_FILENAME "weechat" diff --git a/src/core/wee-url.c b/src/core/core-url.c similarity index 99% rename from src/core/wee-url.c rename to src/core/core-url.c index 9288eb8e1..e9eb3cb93 100644 --- a/src/core/wee-url.c +++ b/src/core/core-url.c @@ -1,5 +1,5 @@ /* - * wee-url.c - URL transfer + * core-url.c - URL transfer * * Copyright (C) 2012-2024 Sébastien Helleu * @@ -29,12 +29,12 @@ #include #include "weechat.h" -#include "wee-url.h" -#include "wee-config.h" -#include "wee-hashtable.h" -#include "wee-infolist.h" -#include "wee-proxy.h" -#include "wee-string.h" +#include "core-url.h" +#include "core-config.h" +#include "core-hashtable.h" +#include "core-infolist.h" +#include "core-proxy.h" +#include "core-string.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-url.h b/src/core/core-url.h similarity index 100% rename from src/core/wee-url.h rename to src/core/core-url.h diff --git a/src/core/wee-utf8.c b/src/core/core-utf8.c similarity index 99% rename from src/core/wee-utf8.c rename to src/core/core-utf8.c index 019719caf..310a74f4f 100644 --- a/src/core/wee-utf8.c +++ b/src/core/core-utf8.c @@ -1,5 +1,5 @@ /* - * wee-utf8.c - UTF-8 string functions + * core-utf8.c - UTF-8 string functions * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2006 Emmanuel Bouthenot @@ -29,9 +29,9 @@ #include #include "weechat.h" -#include "wee-utf8.h" -#include "wee-config.h" -#include "wee-string.h" +#include "core-utf8.h" +#include "core-config.h" +#include "core-string.h" int local_utf8 = 0; diff --git a/src/core/wee-utf8.h b/src/core/core-utf8.h similarity index 100% rename from src/core/wee-utf8.h rename to src/core/core-utf8.h diff --git a/src/core/wee-util.c b/src/core/core-util.c similarity index 99% rename from src/core/wee-util.c rename to src/core/core-util.c index be4a868bd..4b95b523e 100644 --- a/src/core/wee-util.c +++ b/src/core/core-util.c @@ -1,5 +1,5 @@ /* - * wee-util.c - some useful functions + * core-util.c - some useful functions * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -36,11 +36,11 @@ #include #include "weechat.h" -#include "wee-util.h" -#include "wee-config.h" -#include "wee-log.h" -#include "wee-string.h" -#include "wee-utf8.h" +#include "core-util.h" +#include "core-config.h" +#include "core-log.h" +#include "core-string.h" +#include "core-utf8.h" #include "../gui/gui-chat.h" #include "../gui/gui-window.h" #include "../plugins/plugin.h" diff --git a/src/core/wee-util.h b/src/core/core-util.h similarity index 100% rename from src/core/wee-util.h rename to src/core/core-util.h diff --git a/src/core/wee-version.c b/src/core/core-version.c similarity index 98% rename from src/core/wee-version.c rename to src/core/core-version.c index e5b8444dc..c6a2a379b 100644 --- a/src/core/wee-version.c +++ b/src/core/core-version.c @@ -1,5 +1,5 @@ /* - * wee-version.c - functions for WeeChat version + * core-version.c - functions for WeeChat version * * Copyright (C) 2003-2024 Sébastien Helleu * diff --git a/src/core/wee-version.h b/src/core/core-version.h similarity index 100% rename from src/core/wee-version.h rename to src/core/core-version.h diff --git a/src/core/hook/wee-hook-command-run.c b/src/core/hook/hook-command-run.c similarity index 97% rename from src/core/hook/wee-hook-command-run.c rename to src/core/hook/hook-command-run.c index b12cc35cf..1c72543c2 100644 --- a/src/core/hook/wee-hook-command-run.c +++ b/src/core/hook/hook-command-run.c @@ -1,5 +1,5 @@ /* - * wee-hook-command-run.c - WeeChat command_run hook + * hook-command-run.c - WeeChat command_run hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,11 +27,11 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" -#include "../wee-utf8.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" +#include "../core-utf8.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-command-run.h b/src/core/hook/hook-command-run.h similarity index 100% rename from src/core/hook/wee-hook-command-run.h rename to src/core/hook/hook-command-run.h diff --git a/src/core/hook/wee-hook-command.c b/src/core/hook/hook-command.c similarity index 99% rename from src/core/hook/wee-hook-command.c rename to src/core/hook/hook-command.c index d25bfc28e..2558d52ab 100644 --- a/src/core/hook/wee-hook-command.c +++ b/src/core/hook/hook-command.c @@ -1,5 +1,5 @@ /* - * wee-hook-command.c - WeeChat command hook + * hook-command.c - WeeChat command hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,14 +27,14 @@ #include #include "../weechat.h" -#include "../wee-arraylist.h" -#include "../wee-config.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-list.h" -#include "../wee-log.h" -#include "../wee-string.h" -#include "../wee-utf8.h" +#include "../core-arraylist.h" +#include "../core-config.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-list.h" +#include "../core-log.h" +#include "../core-string.h" +#include "../core-utf8.h" #include "../../gui/gui-chat.h" #include "../../gui/gui-filter.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-command.h b/src/core/hook/hook-command.h similarity index 100% rename from src/core/hook/wee-hook-command.h rename to src/core/hook/hook-command.h diff --git a/src/core/hook/wee-hook-completion.c b/src/core/hook/hook-completion.c similarity index 97% rename from src/core/hook/wee-hook-completion.c rename to src/core/hook/hook-completion.c index 7e708ff0f..063572e79 100644 --- a/src/core/hook/wee-hook-completion.c +++ b/src/core/hook/hook-completion.c @@ -1,5 +1,5 @@ /* - * wee-hook-completion.c - WeeChat completion hook + * hook-completion.c - WeeChat completion hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" #include "../../gui/gui-completion.h" diff --git a/src/core/hook/wee-hook-completion.h b/src/core/hook/hook-completion.h similarity index 100% rename from src/core/hook/wee-hook-completion.h rename to src/core/hook/hook-completion.h diff --git a/src/core/hook/wee-hook-config.c b/src/core/hook/hook-config.c similarity index 96% rename from src/core/hook/wee-hook-config.c rename to src/core/hook/hook-config.c index aee352e93..42b158b55 100644 --- a/src/core/hook/wee-hook-config.c +++ b/src/core/hook/hook-config.c @@ -1,5 +1,5 @@ /* - * wee-hook-config.c - WeeChat config hook + * hook-config.c - WeeChat config hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" /* diff --git a/src/core/hook/wee-hook-config.h b/src/core/hook/hook-config.h similarity index 100% rename from src/core/hook/wee-hook-config.h rename to src/core/hook/hook-config.h diff --git a/src/core/hook/wee-hook-connect.c b/src/core/hook/hook-connect.c similarity index 98% rename from src/core/hook/wee-hook-connect.c rename to src/core/hook/hook-connect.c index 1302c5d4d..d6da88ba8 100644 --- a/src/core/hook/wee-hook-connect.c +++ b/src/core/hook/hook-connect.c @@ -1,5 +1,5 @@ /* - * wee-hook-connect.c - WeeChat connect hook + * hook-connect.c - WeeChat connect hook * * Copyright (C) 2003-2024 Sébastien Helleu * Copyright (C) 2012 Simon Arlott @@ -31,10 +31,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-network.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-network.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-connect.h b/src/core/hook/hook-connect.h similarity index 100% rename from src/core/hook/wee-hook-connect.h rename to src/core/hook/hook-connect.h diff --git a/src/core/hook/wee-hook-fd.c b/src/core/hook/hook-fd.c similarity index 98% rename from src/core/hook/wee-hook-fd.c rename to src/core/hook/hook-fd.c index 8344dffbc..abc4f6d93 100644 --- a/src/core/hook/wee-hook-fd.c +++ b/src/core/hook/hook-fd.c @@ -1,5 +1,5 @@ /* - * wee-hook-fd.c - WeeChat fd hook + * hook-fd.c - WeeChat fd hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -30,9 +30,9 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" #include "../../gui/gui-chat.h" diff --git a/src/core/hook/wee-hook-fd.h b/src/core/hook/hook-fd.h similarity index 100% rename from src/core/hook/wee-hook-fd.h rename to src/core/hook/hook-fd.h diff --git a/src/core/hook/wee-hook-focus.c b/src/core/hook/hook-focus.c similarity index 98% rename from src/core/hook/wee-hook-focus.c rename to src/core/hook/hook-focus.c index 0e0d073e1..8731709b6 100644 --- a/src/core/hook/wee-hook-focus.c +++ b/src/core/hook/hook-focus.c @@ -1,5 +1,5 @@ /* - * wee-hook-focus.c - WeeChat focus hook + * hook-focus.c - WeeChat focus hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,11 +27,11 @@ #include #include "../weechat.h" -#include "../wee-hashtable.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hashtable.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-focus.h b/src/core/hook/hook-focus.h similarity index 100% rename from src/core/hook/wee-hook-focus.h rename to src/core/hook/hook-focus.h diff --git a/src/core/hook/wee-hook-hdata.c b/src/core/hook/hook-hdata.c similarity index 96% rename from src/core/hook/wee-hook-hdata.c rename to src/core/hook/hook-hdata.c index b64cb403a..2ba924e47 100644 --- a/src/core/hook/wee-hook-hdata.c +++ b/src/core/hook/hook-hdata.c @@ -1,5 +1,5 @@ /* - * wee-hook-hdata.c - WeeChat hdata hook + * hook-hdata.c - WeeChat hdata hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,12 +27,12 @@ #include #include "../weechat.h" -#include "../wee-hashtable.h" -#include "../wee-hdata.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hashtable.h" +#include "../core-hdata.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" /* diff --git a/src/core/hook/wee-hook-hdata.h b/src/core/hook/hook-hdata.h similarity index 100% rename from src/core/hook/wee-hook-hdata.h rename to src/core/hook/hook-hdata.h diff --git a/src/core/hook/wee-hook-hsignal.c b/src/core/hook/hook-hsignal.c similarity index 97% rename from src/core/hook/wee-hook-hsignal.c rename to src/core/hook/hook-hsignal.c index 4dc8a700c..cffd5e031 100644 --- a/src/core/hook/wee-hook-hsignal.c +++ b/src/core/hook/hook-hsignal.c @@ -1,5 +1,5 @@ /* - * wee-hook-hsignal.c - WeeChat hsignal hook + * hook-hsignal.c - WeeChat hsignal hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-hsignal.h b/src/core/hook/hook-hsignal.h similarity index 100% rename from src/core/hook/wee-hook-hsignal.h rename to src/core/hook/hook-hsignal.h diff --git a/src/core/hook/wee-hook-info-hashtable.c b/src/core/hook/hook-info-hashtable.c similarity index 97% rename from src/core/hook/wee-hook-info-hashtable.c rename to src/core/hook/hook-info-hashtable.c index f84577c67..72d808bf3 100644 --- a/src/core/hook/wee-hook-info-hashtable.c +++ b/src/core/hook/hook-info-hashtable.c @@ -1,5 +1,5 @@ /* - * wee-hook-info-hashtable.c - WeeChat info_hashtable hook + * hook-info-hashtable.c - WeeChat info_hashtable hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" /* diff --git a/src/core/hook/wee-hook-info-hashtable.h b/src/core/hook/hook-info-hashtable.h similarity index 100% rename from src/core/hook/wee-hook-info-hashtable.h rename to src/core/hook/hook-info-hashtable.h diff --git a/src/core/hook/wee-hook-info.c b/src/core/hook/hook-info.c similarity index 97% rename from src/core/hook/wee-hook-info.c rename to src/core/hook/hook-info.c index a68c223b8..498dcf9f7 100644 --- a/src/core/hook/wee-hook-info.c +++ b/src/core/hook/hook-info.c @@ -1,5 +1,5 @@ /* - * wee-hook-info.c - WeeChat info hook + * hook-info.c - WeeChat info hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" /* diff --git a/src/core/hook/wee-hook-info.h b/src/core/hook/hook-info.h similarity index 100% rename from src/core/hook/wee-hook-info.h rename to src/core/hook/hook-info.h diff --git a/src/core/hook/wee-hook-infolist.c b/src/core/hook/hook-infolist.c similarity index 98% rename from src/core/hook/wee-hook-infolist.c rename to src/core/hook/hook-infolist.c index c92b28b69..4482cfa75 100644 --- a/src/core/hook/wee-hook-infolist.c +++ b/src/core/hook/hook-infolist.c @@ -1,5 +1,5 @@ /* - * wee-hook-infolist.c - WeeChat infolist hook + * hook-infolist.c - WeeChat infolist hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" /* diff --git a/src/core/hook/wee-hook-infolist.h b/src/core/hook/hook-infolist.h similarity index 100% rename from src/core/hook/wee-hook-infolist.h rename to src/core/hook/hook-infolist.h diff --git a/src/core/hook/wee-hook-line.c b/src/core/hook/hook-line.c similarity index 98% rename from src/core/hook/wee-hook-line.c rename to src/core/hook/hook-line.c index 185343c44..a8ec86a7f 100644 --- a/src/core/hook/wee-hook-line.c +++ b/src/core/hook/hook-line.c @@ -1,5 +1,5 @@ /* - * wee-hook-line.c - WeeChat line hook + * hook-line.c - WeeChat line hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,11 +27,11 @@ #include #include "../weechat.h" -#include "../wee-hashtable.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hashtable.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" #include "../../gui/gui-buffer.h" #include "../../gui/gui-line.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-line.h b/src/core/hook/hook-line.h similarity index 100% rename from src/core/hook/wee-hook-line.h rename to src/core/hook/hook-line.h diff --git a/src/core/hook/wee-hook-modifier.c b/src/core/hook/hook-modifier.c similarity index 97% rename from src/core/hook/wee-hook-modifier.c rename to src/core/hook/hook-modifier.c index a526f801e..feac9a064 100644 --- a/src/core/hook/wee-hook-modifier.c +++ b/src/core/hook/hook-modifier.c @@ -1,5 +1,5 @@ /* - * wee-hook-modifier.c - WeeChat modifier hook + * hook-modifier.c - WeeChat modifier hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" /* diff --git a/src/core/hook/wee-hook-modifier.h b/src/core/hook/hook-modifier.h similarity index 100% rename from src/core/hook/wee-hook-modifier.h rename to src/core/hook/hook-modifier.h diff --git a/src/core/hook/wee-hook-print.c b/src/core/hook/hook-print.c similarity index 98% rename from src/core/hook/wee-hook-print.c rename to src/core/hook/hook-print.c index 91b3cd20b..54b55fdff 100644 --- a/src/core/hook/wee-hook-print.c +++ b/src/core/hook/hook-print.c @@ -1,5 +1,5 @@ /* - * wee-hook-print.c - WeeChat print hook + * hook-print.c - WeeChat print hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" #include "../../gui/gui-buffer.h" #include "../../gui/gui-color.h" #include "../../gui/gui-line.h" diff --git a/src/core/hook/wee-hook-print.h b/src/core/hook/hook-print.h similarity index 100% rename from src/core/hook/wee-hook-print.h rename to src/core/hook/hook-print.h diff --git a/src/core/hook/wee-hook-process.c b/src/core/hook/hook-process.c similarity index 99% rename from src/core/hook/wee-hook-process.c rename to src/core/hook/hook-process.c index fe205f033..44668ba92 100644 --- a/src/core/hook/wee-hook-process.c +++ b/src/core/hook/hook-process.c @@ -1,5 +1,5 @@ /* - * wee-hook-process.c - WeeChat process hook + * hook-process.c - WeeChat process hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -32,12 +32,12 @@ #include #include "../weechat.h" -#include "../wee-hashtable.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" -#include "../wee-url.h" +#include "../core-hashtable.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" +#include "../core-url.h" #include "../../gui/gui-chat.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-process.h b/src/core/hook/hook-process.h similarity index 100% rename from src/core/hook/wee-hook-process.h rename to src/core/hook/hook-process.h diff --git a/src/core/hook/wee-hook-signal.c b/src/core/hook/hook-signal.c similarity index 97% rename from src/core/hook/wee-hook-signal.c rename to src/core/hook/hook-signal.c index 9848e0ba0..837db2e67 100644 --- a/src/core/hook/wee-hook-signal.c +++ b/src/core/hook/hook-signal.c @@ -1,5 +1,5 @@ /* - * wee-hook-signal.c - WeeChat signal hook + * hook-signal.c - WeeChat signal hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -27,10 +27,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-signal.h b/src/core/hook/hook-signal.h similarity index 100% rename from src/core/hook/wee-hook-signal.h rename to src/core/hook/hook-signal.h diff --git a/src/core/hook/wee-hook-timer.c b/src/core/hook/hook-timer.c similarity index 98% rename from src/core/hook/wee-hook-timer.c rename to src/core/hook/hook-timer.c index b235306d9..1fd9dd3c5 100644 --- a/src/core/hook/wee-hook-timer.c +++ b/src/core/hook/hook-timer.c @@ -1,5 +1,5 @@ /* - * wee-hook-timer.c - WeeChat timer hook + * hook-timer.c - WeeChat timer hook * * Copyright (C) 2003-2024 Sébastien Helleu * @@ -28,10 +28,10 @@ #include #include "../weechat.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-util.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-util.h" #include "../../gui/gui-chat.h" diff --git a/src/core/hook/wee-hook-timer.h b/src/core/hook/hook-timer.h similarity index 100% rename from src/core/hook/wee-hook-timer.h rename to src/core/hook/hook-timer.h diff --git a/src/core/hook/wee-hook-url.c b/src/core/hook/hook-url.c similarity index 98% rename from src/core/hook/wee-hook-url.c rename to src/core/hook/hook-url.c index 097180d9a..19cef8c37 100644 --- a/src/core/hook/wee-hook-url.c +++ b/src/core/hook/hook-url.c @@ -1,5 +1,5 @@ /* - * wee-hook-url.c - WeeChat URL hook + * hook-url.c - WeeChat URL hook * * Copyright (C) 2023-2024 Sébastien Helleu * @@ -33,12 +33,12 @@ #include #include "../weechat.h" -#include "../wee-hashtable.h" -#include "../wee-hook.h" -#include "../wee-infolist.h" -#include "../wee-log.h" -#include "../wee-string.h" -#include "../wee-url.h" +#include "../core-hashtable.h" +#include "../core-hook.h" +#include "../core-infolist.h" +#include "../core-log.h" +#include "../core-string.h" +#include "../core-url.h" #include "../../gui/gui-chat.h" #include "../../plugins/plugin.h" diff --git a/src/core/hook/wee-hook-url.h b/src/core/hook/hook-url.h similarity index 100% rename from src/core/hook/wee-hook-url.h rename to src/core/hook/hook-url.h diff --git a/src/core/weechat.c b/src/core/weechat.c index 51a8161cc..78ed20f5a 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -56,28 +56,28 @@ #endif #include "weechat.h" -#include "wee-command.h" -#include "wee-completion.h" -#include "wee-config.h" -#include "wee-debug.h" -#include "wee-dir.h" -#include "wee-doc.h" -#include "wee-eval.h" -#include "wee-hdata.h" -#include "wee-hook.h" -#include "wee-list.h" -#include "wee-log.h" -#include "wee-network.h" -#include "wee-proxy.h" -#include "wee-secure.h" -#include "wee-secure-config.h" -#include "wee-signal.h" -#include "wee-string.h" -#include "wee-upgrade.h" -#include "wee-url.h" -#include "wee-utf8.h" -#include "wee-util.h" -#include "wee-version.h" +#include "core-command.h" +#include "core-completion.h" +#include "core-config.h" +#include "core-debug.h" +#include "core-dir.h" +#include "core-doc.h" +#include "core-eval.h" +#include "core-hdata.h" +#include "core-hook.h" +#include "core-list.h" +#include "core-log.h" +#include "core-network.h" +#include "core-proxy.h" +#include "core-secure.h" +#include "core-secure-config.h" +#include "core-signal.h" +#include "core-string.h" +#include "core-upgrade.h" +#include "core-url.h" +#include "core-utf8.h" +#include "core-util.h" +#include "core-version.h" #include "../gui/gui-chat.h" #include "../gui/gui-color.h" #include "../gui/gui-completion.h" diff --git a/src/gui/curses/gui-curses-bar-window.c b/src/gui/curses/gui-curses-bar-window.c index 6a486291b..e1c3ca938 100644 --- a/src/gui/curses/gui-curses-bar-window.c +++ b/src/gui/curses/gui-curses-bar-window.c @@ -28,10 +28,10 @@ #include #include "../../core/weechat.h" -#include "../../core/wee-config.h" -#include "../../core/wee-log.h" -#include "../../core/wee-string.h" -#include "../../core/wee-utf8.h" +#include "../../core/core-config.h" +#include "../../core/core-log.h" +#include "../../core/core-string.h" +#include "../../core/core-utf8.h" #include "../../plugins/plugin.h" #include "../gui-bar.h" #include "../gui-bar-item.h" diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c index d2a0a997b..a7726cc57 100644 --- a/src/gui/curses/gui-curses-chat.c +++ b/src/gui/curses/gui-curses-chat.c @@ -29,13 +29,13 @@ #include #include "../../core/weechat.h" -#include "../../core/wee-config.h" -#include "../../core/wee-eval.h" -#include "../../core/wee-hashtable.h" -#include "../../core/wee-hook.h" -#include "../../core/wee-string.h" -#include "../../core/wee-utf8.h" -#include "../../core/wee-util.h" +#include "../../core/core-config.h" +#include "../../core/core-eval.h" +#include "../../core/core-hashtable.h" +#include "../../core/core-hook.h" +#include "../../core/core-string.h" +#include "../../core/core-utf8.h" +#include "../../core/core-util.h" #include "../../plugins/plugin.h" #include "../gui-buffer.h" #include "../gui-chat.h" diff --git a/src/gui/curses/gui-curses-color.c b/src/gui/curses/gui-curses-color.c index ee455ad9b..705986be2 100644 --- a/src/gui/curses/gui-curses-color.c +++ b/src/gui/curses/gui-curses-color.c @@ -29,12 +29,12 @@ #include #include "../../core/weechat.h" -#include "../../core/wee-config.h" -#include "../../core/wee-hashtable.h" -#include "../../core/wee-hook.h" -#include "../../core/wee-list.h" -#include "../../core/wee-string.h" -#include "../../core/wee-utf8.h" +#include "../../core/core-config.h" +#include "../../core/core-hashtable.h" +#include "../../core/core-hook.h" +#include "../../core/core-list.h" +#include "../../core/core-string.h" +#include "../../core/core-utf8.h" #include "../../plugins/plugin.h" #include "../gui-buffer.h" #include "../gui-color.h" diff --git a/src/gui/curses/gui-curses-key.c b/src/gui/curses/gui-curses-key.c index 2c1f7acf9..d82ce7897 100644 --- a/src/gui/curses/gui-curses-key.c +++ b/src/gui/curses/gui-curses-key.c @@ -29,11 +29,11 @@ #include #include "../../core/weechat.h" -#include "../../core/wee-config.h" -#include "../../core/wee-hook.h" -#include "../../core/wee-log.h" -#include "../../core/wee-utf8.h" -#include "../../core/wee-string.h" +#include "../../core/core-config.h" +#include "../../core/core-hook.h" +#include "../../core/core-log.h" +#include "../../core/core-utf8.h" +#include "../../core/core-string.h" #include "../../plugins/plugin.h" #include "../gui-key.h" #include "../gui-buffer.h" diff --git a/src/gui/curses/gui-curses-main.c b/src/gui/curses/gui-curses-main.c index 2467c9231..2050f1b43 100644 --- a/src/gui/curses/gui-curses-main.c +++ b/src/gui/curses/gui-curses-main.c @@ -31,14 +31,14 @@ #include #include "../../core/weechat.h" -#include "../../core/wee-command.h" -#include "../../core/wee-config.h" -#include "../../core/wee-hook.h" -#include "../../core/wee-log.h" -#include "../../core/wee-signal.h" -#include "../../core/wee-string.h" -#include "../../core/wee-utf8.h" -#include "../../core/wee-version.h" +#include "../../core/core-command.h" +#include "../../core/core-config.h" +#include "../../core/core-hook.h" +#include "../../core/core-log.h" +#include "../../core/core-signal.h" +#include "../../core/core-string.h" +#include "../../core/core-utf8.h" +#include "../../core/core-version.h" #include "../../plugins/plugin.h" #include "../gui-main.h" #include "../gui-bar.h" diff --git a/src/gui/curses/gui-curses-mouse.c b/src/gui/curses/gui-curses-mouse.c index 5f282b988..ab52e89d3 100644 --- a/src/gui/curses/gui-curses-mouse.c +++ b/src/gui/curses/gui-curses-mouse.c @@ -30,10 +30,10 @@ #include #include "../../core/weechat.h" -#include "../../core/wee-config.h" -#include "../../core/wee-hook.h" -#include "../../core/wee-string.h" -#include "../../core/wee-utf8.h" +#include "../../core/core-config.h" +#include "../../core/core-hook.h" +#include "../../core/core-string.h" +#include "../../core/core-utf8.h" #include "../../plugins/plugin.h" #include "../gui-bar.h" #include "../gui-bar-window.h" diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c index f7d9fe482..c7e287c3e 100644 --- a/src/gui/curses/gui-curses-window.c +++ b/src/gui/curses/gui-curses-window.c @@ -34,11 +34,11 @@ #include #include "../../core/weechat.h" -#include "../../core/wee-config.h" -#include "../../core/wee-eval.h" -#include "../../core/wee-hook.h" -#include "../../core/wee-log.h" -#include "../../core/wee-string.h" +#include "../../core/core-config.h" +#include "../../core/core-eval.h" +#include "../../core/core-hook.h" +#include "../../core/core-log.h" +#include "../../core/core-string.h" #include "../../plugins/plugin.h" #include "../gui-window.h" #include "../gui-bar.h" diff --git a/src/gui/gui-bar-item-custom.c b/src/gui/gui-bar-item-custom.c index f72e5dece..15b217f63 100644 --- a/src/gui/gui-bar-item-custom.c +++ b/src/gui/gui-bar-item-custom.c @@ -28,11 +28,11 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-config-file.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-config-file.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-bar-item-custom.h" #include "gui-bar-item.h" diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index aa3ee22fe..363a2b71e 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -28,17 +28,17 @@ #include #include "../core/weechat.h" -#include "../core/wee-arraylist.h" -#include "../core/wee-config.h" -#include "../core/wee-debug.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" -#include "../core/wee-util.h" +#include "../core/core-arraylist.h" +#include "../core/core-config.h" +#include "../core/core-debug.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" +#include "../core/core-util.h" #include "../plugins/plugin.h" #include "gui-bar-item.h" #include "gui-bar.h" diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c index 87cbc6c87..379f32c07 100644 --- a/src/gui/gui-bar-window.c +++ b/src/gui/gui-bar-window.c @@ -29,12 +29,12 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-bar-window.h" #include "gui-bar.h" diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index d4c43c8fd..77085486e 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -29,14 +29,14 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-bar.h" #include "gui-bar-item.h" diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index 0b0c5e8c3..0cbe44881 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -36,17 +36,17 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-list.h" -#include "../core/wee-log.h" -#include "../core/wee-secure-buffer.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-config.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-list.h" +#include "../core/core-log.h" +#include "../core/core-secure-buffer.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "../plugins/plugin.h" #include "gui-buffer.h" #include "gui-chat.h" diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index 57d81a446..a1ff81322 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.c @@ -33,13 +33,13 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hook.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" -#include "../core/wee-util.h" +#include "../core/core-config.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-hook.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" +#include "../core/core-util.h" #include "../plugins/plugin.h" #include "gui-chat.h" #include "gui-buffer.h" diff --git a/src/gui/gui-color.c b/src/gui/gui-color.c index 1150b6ff8..23c8f9a71 100644 --- a/src/gui/gui-color.c +++ b/src/gui/gui-color.c @@ -34,11 +34,11 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-list.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-config.h" +#include "../core/core-hashtable.h" +#include "../core/core-list.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "../plugins/plugin.h" #include "gui-color.h" #include "gui-chat.h" diff --git a/src/gui/gui-completion.c b/src/gui/gui-completion.c index 50b12bbeb..d27783e8a 100644 --- a/src/gui/gui-completion.c +++ b/src/gui/gui-completion.c @@ -33,17 +33,17 @@ #include #include "../core/weechat.h" -#include "../core/wee-arraylist.h" -#include "../core/wee-completion.h" -#include "../core/wee-config.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-list.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-arraylist.h" +#include "../core/core-completion.h" +#include "../core/core-config.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-list.h" +#include "../core/core-log.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "../plugins/plugin.h" #include "gui-completion.h" #include "gui-buffer.h" diff --git a/src/gui/gui-cursor.c b/src/gui/gui-cursor.c index 7e2b0e29d..91c40dacf 100644 --- a/src/gui/gui-cursor.c +++ b/src/gui/gui-cursor.c @@ -28,7 +28,7 @@ #include #include "../core/weechat.h" -#include "../core/wee-hook.h" +#include "../core/core-hook.h" #include "../plugins/plugin.h" #include "gui-cursor.h" #include "gui-bar.h" diff --git a/src/gui/gui-filter.c b/src/gui/gui-filter.c index 6b822af25..d8c42418a 100644 --- a/src/gui/gui-filter.c +++ b/src/gui/gui-filter.c @@ -29,12 +29,12 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-filter.h" #include "gui-buffer.h" diff --git a/src/gui/gui-focus.c b/src/gui/gui-focus.c index 5f3adb92a..27d7ebf06 100644 --- a/src/gui/gui-focus.c +++ b/src/gui/gui-focus.c @@ -27,9 +27,9 @@ #include #include "../core/weechat.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hook.h" -#include "../core/wee-string.h" +#include "../core/core-hashtable.h" +#include "../core/core-hook.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-bar.h" #include "gui-bar-window.h" diff --git a/src/gui/gui-history.c b/src/gui/gui-history.c index 5773eceb8..e2696c808 100644 --- a/src/gui/gui-history.c +++ b/src/gui/gui-history.c @@ -30,12 +30,12 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-history.h" #include "gui-buffer.h" diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c index 7b070c5ba..56bf5fe7f 100644 --- a/src/gui/gui-hotlist.c +++ b/src/gui/gui-hotlist.c @@ -28,15 +28,15 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" -#include "../core/wee-util.h" +#include "../core/core-config.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" +#include "../core/core-util.h" #include "../plugins/plugin.h" #include "gui-hotlist.h" #include "gui-buffer.h" diff --git a/src/gui/gui-input.c b/src/gui/gui-input.c index ca4053c35..fe21733a5 100644 --- a/src/gui/gui-input.c +++ b/src/gui/gui-input.c @@ -27,11 +27,11 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hook.h" -#include "../core/wee-input.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-config.h" +#include "../core/core-hook.h" +#include "../core/core-input.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "../plugins/plugin.h" #include "gui-input.h" #include "gui-buffer.h" diff --git a/src/gui/gui-key.c b/src/gui/gui-key.c index cceb4692c..3db67ad7a 100644 --- a/src/gui/gui-key.c +++ b/src/gui/gui-key.c @@ -30,18 +30,18 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-config-file.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-input.h" -#include "../core/wee-list.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-config.h" +#include "../core/core-config-file.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-input.h" +#include "../core/core-list.h" +#include "../core/core-log.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "../plugins/plugin.h" #include "gui-key.h" #include "gui-bar.h" diff --git a/src/gui/gui-layout.c b/src/gui/gui-layout.c index dea74f0b7..9436b9836 100644 --- a/src/gui/gui-layout.c +++ b/src/gui/gui-layout.c @@ -28,11 +28,11 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hdata.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-hdata.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-layout.h" #include "gui-buffer.h" diff --git a/src/gui/gui-line.c b/src/gui/gui-line.c index 597d7bbe4..43eb68baa 100644 --- a/src/gui/gui-line.c +++ b/src/gui/gui-line.c @@ -30,13 +30,13 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" #include "../plugins/plugin.h" #include "gui-line.h" #include "gui-buffer.h" diff --git a/src/gui/gui-nick.c b/src/gui/gui-nick.c index 28bc1ca64..0a4ee3c5e 100644 --- a/src/gui/gui-nick.c +++ b/src/gui/gui-nick.c @@ -28,10 +28,10 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-config.h" +#include "../core/core-hashtable.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "gui-nick.h" #include "gui-color.h" diff --git a/src/gui/gui-nicklist.c b/src/gui/gui-nicklist.c index 3050cdd7b..404cf0e86 100644 --- a/src/gui/gui-nicklist.c +++ b/src/gui/gui-nicklist.c @@ -34,14 +34,14 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-config.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "../plugins/plugin.h" #include "gui-nicklist.h" #include "gui-buffer.h" diff --git a/src/gui/gui-window.c b/src/gui/gui-window.c index 1680cccf4..af5f80e07 100644 --- a/src/gui/gui-window.c +++ b/src/gui/gui-window.c @@ -34,13 +34,13 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" -#include "../core/wee-utf8.h" +#include "../core/core-config.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-log.h" +#include "../core/core-string.h" +#include "../core/core-utf8.h" #include "../plugins/plugin.h" #include "gui-window.h" #include "gui-bar.h" diff --git a/src/plugins/plugin-api-info.c b/src/plugins/plugin-api-info.c index f22515847..870c9caae 100644 --- a/src/plugins/plugin-api-info.c +++ b/src/plugins/plugin-api-info.c @@ -30,17 +30,17 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-crypto.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-proxy.h" -#include "../core/wee-secure.h" -#include "../core/wee-string.h" -#include "../core/wee-url.h" -#include "../core/wee-util.h" -#include "../core/wee-version.h" +#include "../core/core-config.h" +#include "../core/core-crypto.h" +#include "../core/core-hashtable.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-proxy.h" +#include "../core/core-secure.h" +#include "../core/core-string.h" +#include "../core/core-url.h" +#include "../core/core-util.h" +#include "../core/core-version.h" #include "../gui/gui-bar.h" #include "../gui/gui-bar-item.h" #include "../gui/gui-bar-window.h" diff --git a/src/plugins/plugin-api.c b/src/plugins/plugin-api.c index 9f1797874..801a17591 100644 --- a/src/plugins/plugin-api.c +++ b/src/plugins/plugin-api.c @@ -28,14 +28,14 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-crypto.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-input.h" -#include "../core/wee-proxy.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-crypto.h" +#include "../core/core-hashtable.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-input.h" +#include "../core/core-proxy.h" +#include "../core/core-string.h" #include "../gui/gui-bar.h" #include "../gui/gui-bar-item.h" #include "../gui/gui-bar-window.h" diff --git a/src/plugins/plugin-config.c b/src/plugins/plugin-config.c index a893d3c6f..f8b2b8e17 100644 --- a/src/plugins/plugin-config.c +++ b/src/plugins/plugin-config.c @@ -30,11 +30,11 @@ #include #include "../core/weechat.h" -#include "../core/wee-config.h" -#include "../core/wee-hook.h" -#include "../core/wee-list.h" -#include "../core/wee-log.h" -#include "../core/wee-string.h" +#include "../core/core-config.h" +#include "../core/core-hook.h" +#include "../core/core-list.h" +#include "../core/core-log.h" +#include "../core/core-string.h" #include "plugin-config.h" #include "weechat-plugin.h" diff --git a/src/plugins/plugin.c b/src/plugins/plugin.c index 314264c94..c166c8462 100644 --- a/src/plugins/plugin.c +++ b/src/plugins/plugin.c @@ -36,21 +36,21 @@ #include #include "../core/weechat.h" -#include "../core/wee-arraylist.h" -#include "../core/wee-config.h" -#include "../core/wee-dir.h" -#include "../core/wee-eval.h" -#include "../core/wee-hashtable.h" -#include "../core/wee-hdata.h" -#include "../core/wee-hook.h" -#include "../core/wee-infolist.h" -#include "../core/wee-list.h" -#include "../core/wee-log.h" -#include "../core/wee-network.h" -#include "../core/wee-string.h" -#include "../core/wee-upgrade-file.h" -#include "../core/wee-utf8.h" -#include "../core/wee-util.h" +#include "../core/core-arraylist.h" +#include "../core/core-config.h" +#include "../core/core-dir.h" +#include "../core/core-eval.h" +#include "../core/core-hashtable.h" +#include "../core/core-hdata.h" +#include "../core/core-hook.h" +#include "../core/core-infolist.h" +#include "../core/core-list.h" +#include "../core/core-log.h" +#include "../core/core-network.h" +#include "../core/core-string.h" +#include "../core/core-upgrade-file.h" +#include "../core/core-utf8.h" +#include "../core/core-util.h" #include "../gui/gui-bar.h" #include "../gui/gui-bar-item.h" #include "../gui/gui-buffer.h" diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index a1624a853..c6f05f00a 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -32,10 +32,10 @@ extern "C" #include #include #include "src/core/weechat.h" -#include "src/core/wee-hdata.h" -#include "src/core/wee-string.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-util.h" +#include "src/core/core-hdata.h" +#include "src/core/core-string.h" +#include "src/core/core-hook.h" +#include "src/core/core-util.h" #include "src/plugins/plugin.h" } diff --git a/tests/tests-record.cpp b/tests/tests-record.cpp index 8de870ca4..4d76fb7cb 100644 --- a/tests/tests-record.cpp +++ b/tests/tests-record.cpp @@ -31,10 +31,10 @@ extern "C" #define HAVE_CONFIG_H #endif #include "src/core/weechat.h" -#include "src/core/wee-arraylist.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-string.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-string.h" #include "src/gui/gui-color.h" } diff --git a/tests/tests.cpp b/tests/tests.cpp index 7587ed0cf..c830da258 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -36,11 +36,11 @@ extern "C" #define HAVE_CONFIG_H #endif #include "src/core/weechat.h" -#include "src/core/wee-arraylist.h" -#include "src/core/wee-dir.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-input.h" -#include "src/core/wee-string.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-dir.h" +#include "src/core/core-hook.h" +#include "src/core/core-input.h" +#include "src/core/core-string.h" #include "src/plugins/plugin.h" #include "src/gui/gui-main.h" #include "src/gui/gui-buffer.h" diff --git a/tests/unit/core/hook/test-hook-command.cpp b/tests/unit/core/hook/test-hook-command.cpp index d8be77d40..15a80dde8 100644 --- a/tests/unit/core/hook/test-hook-command.cpp +++ b/tests/unit/core/hook/test-hook-command.cpp @@ -29,7 +29,7 @@ extern "C" #define HAVE_CONFIG_H #endif #include "src/core/weechat.h" -#include "src/core/hook/wee-hook-command.h" +#include "src/core/hook/hook-command.h" #include "src/plugins/plugin.h" extern char *hook_command_remove_raw_markers (const char *string); diff --git a/tests/unit/core/test-core-arraylist.cpp b/tests/unit/core/test-core-arraylist.cpp index 4b4409945..dd6d3b369 100644 --- a/tests/unit/core/test-core-arraylist.cpp +++ b/tests/unit/core/test-core-arraylist.cpp @@ -24,8 +24,8 @@ extern "C" { #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-string.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-string.h" } #define TEST_ARRAYLIST_ADD(__result, __value) \ diff --git a/tests/unit/core/test-core-calc.cpp b/tests/unit/core/test-core-calc.cpp index 5814bfdff..c8f685bd4 100644 --- a/tests/unit/core/test-core-calc.cpp +++ b/tests/unit/core/test-core-calc.cpp @@ -26,8 +26,8 @@ extern "C" #include #include #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-calc.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-calc.h" extern void calc_list_free_cb (void *data, struct t_arraylist *arraylist, void *pointer); diff --git a/tests/unit/core/test-core-command.cpp b/tests/unit/core/test-core-command.cpp index deac8fc7a..89c565e8a 100644 --- a/tests/unit/core/test-core-command.cpp +++ b/tests/unit/core/test-core-command.cpp @@ -30,9 +30,9 @@ extern "C" #define HAVE_CONFIG_H #endif #include "src/core/weechat.h" -#include "src/core/wee-command.h" -#include "src/core/wee-input.h" -#include "src/core/wee-string.h" +#include "src/core/core-command.h" +#include "src/core/core-input.h" +#include "src/core/core-string.h" #include "src/gui/gui-buffer.h" } diff --git a/tests/unit/core/test-core-config-file.cpp b/tests/unit/core/test-core-config-file.cpp index 44ac72e3a..b1f369685 100644 --- a/tests/unit/core/test-core-config-file.cpp +++ b/tests/unit/core/test-core-config-file.cpp @@ -26,10 +26,10 @@ extern "C" { #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-config-file.h" -#include "src/core/wee-config.h" -#include "src/core/wee-secure-config.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-config-file.h" +#include "src/core/core-config.h" +#include "src/core/core-secure-config.h" #include "src/gui/gui-color.h" #include "src/plugins/plugin.h" #include "src/plugins/plugin-config.h" diff --git a/tests/unit/core/test-core-crypto.cpp b/tests/unit/core/test-core-crypto.cpp index b20490551..9871cc6a1 100644 --- a/tests/unit/core/test-core-crypto.cpp +++ b/tests/unit/core/test-core-crypto.cpp @@ -28,8 +28,8 @@ extern "C" #include #include #include -#include "src/core/wee-crypto.h" -#include "src/core/wee-string.h" +#include "src/core/core-crypto.h" +#include "src/core/core-string.h" /* Hash */ #define DATA_HASH_MSG "this is a test of hash function" diff --git a/tests/unit/core/test-core-dir.cpp b/tests/unit/core/test-core-dir.cpp index e296e5823..12930d54d 100644 --- a/tests/unit/core/test-core-dir.cpp +++ b/tests/unit/core/test-core-dir.cpp @@ -27,8 +27,8 @@ extern "C" #include #include #include -#include "src/core/wee-dir.h" -#include "src/core/wee-string.h" +#include "src/core/core-dir.h" +#include "src/core/core-string.h" extern void dir_remove_trailing_separators (char *path); } diff --git a/tests/unit/core/test-core-eval.cpp b/tests/unit/core/test-core-eval.cpp index 8dea0020b..f01b5c41a 100644 --- a/tests/unit/core/test-core-eval.cpp +++ b/tests/unit/core/test-core-eval.cpp @@ -27,13 +27,13 @@ extern "C" #include #include #include -#include "src/core/wee-eval.h" -#include "src/core/wee-config.h" -#include "src/core/wee-config-file.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-secure.h" -#include "src/core/wee-string.h" -#include "src/core/wee-version.h" +#include "src/core/core-eval.h" +#include "src/core/core-config.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-secure.h" +#include "src/core/core-string.h" +#include "src/core/core-version.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-line.h" #include "src/gui/gui-color.h" diff --git a/tests/unit/core/test-core-hashtable.cpp b/tests/unit/core/test-core-hashtable.cpp index 162b7172d..26c41a237 100644 --- a/tests/unit/core/test-core-hashtable.cpp +++ b/tests/unit/core/test-core-hashtable.cpp @@ -25,9 +25,9 @@ extern "C" { #include #include -#include "src/core/wee-hashtable.h" -#include "src/core/wee-infolist.h" -#include "src/core/wee-list.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-infolist.h" +#include "src/core/core-list.h" #include "src/plugins/plugin.h" } diff --git a/tests/unit/core/test-core-hdata.cpp b/tests/unit/core/test-core-hdata.cpp index 84cba3fab..bb22cb74d 100644 --- a/tests/unit/core/test-core-hdata.cpp +++ b/tests/unit/core/test-core-hdata.cpp @@ -24,11 +24,11 @@ extern "C" { #include -#include "src/core/wee-hdata.h" -#include "src/core/wee-config.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-string.h" +#include "src/core/core-hdata.h" +#include "src/core/core-config.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-string.h" #include "src/gui/gui-buffer.h" #include "src/plugins/plugin.h" } diff --git a/tests/unit/core/test-core-hook.cpp b/tests/unit/core/test-core-hook.cpp index bf35becb7..b7535658d 100644 --- a/tests/unit/core/test-core-hook.cpp +++ b/tests/unit/core/test-core-hook.cpp @@ -24,8 +24,8 @@ extern "C" { #include -#include "src/core/wee-hook.h" -#include "src/core/wee-string.h" +#include "src/core/core-hook.h" +#include "src/core/core-string.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-chat.h" #include "src/gui/gui-line.h" diff --git a/tests/unit/core/test-core-infolist.cpp b/tests/unit/core/test-core-infolist.cpp index 4e0cbe119..423a041e0 100644 --- a/tests/unit/core/test-core-infolist.cpp +++ b/tests/unit/core/test-core-infolist.cpp @@ -24,8 +24,8 @@ extern "C" { -#include "src/core/wee-hook.h" -#include "src/core/wee-infolist.h" +#include "src/core/core-hook.h" +#include "src/core/core-infolist.h" } struct t_hook *hook_test_infolist = NULL; diff --git a/tests/unit/core/test-core-list.cpp b/tests/unit/core/test-core-list.cpp index d3f85b59e..91f9031dd 100644 --- a/tests/unit/core/test-core-list.cpp +++ b/tests/unit/core/test-core-list.cpp @@ -23,7 +23,7 @@ extern "C" { -#include "src/core/wee-list.h" +#include "src/core/core-list.h" #include "src/plugins/plugin.h" } diff --git a/tests/unit/core/test-core-network.cpp b/tests/unit/core/test-core-network.cpp index 735af990e..f4274bacc 100644 --- a/tests/unit/core/test-core-network.cpp +++ b/tests/unit/core/test-core-network.cpp @@ -23,7 +23,7 @@ extern "C" { -#include "src/core/wee-network.h" +#include "src/core/core-network.h" extern int network_is_ip_address (const char *address); } diff --git a/tests/unit/core/test-core-secure.cpp b/tests/unit/core/test-core-secure.cpp index d453f643c..26ba5f9fb 100644 --- a/tests/unit/core/test-core-secure.cpp +++ b/tests/unit/core/test-core-secure.cpp @@ -25,11 +25,11 @@ extern "C" { #include #include -#include "src/core/wee-config-file.h" -#include "src/core/wee-crypto.h" -#include "src/core/wee-secure.h" -#include "src/core/wee-secure-config.h" -#include "src/core/wee-string.h" +#include "src/core/core-config-file.h" +#include "src/core/core-crypto.h" +#include "src/core/core-secure.h" +#include "src/core/core-secure-config.h" +#include "src/core/core-string.h" #define SECURE_PASSPHRASE "this_is_a_secret_passphrase" #define SECURE_PASSWORD "this_is_a_secret_password" diff --git a/tests/unit/core/test-core-signal.cpp b/tests/unit/core/test-core-signal.cpp index 6591a87dc..b6723089f 100644 --- a/tests/unit/core/test-core-signal.cpp +++ b/tests/unit/core/test-core-signal.cpp @@ -29,7 +29,7 @@ extern "C" #include #include #include -#include "src/core/wee-signal.h" +#include "src/core/core-signal.h" } TEST_GROUP(CoreSignal) diff --git a/tests/unit/core/test-core-string.cpp b/tests/unit/core/test-core-string.cpp index fff62eeed..8881d2df5 100644 --- a/tests/unit/core/test-core-string.cpp +++ b/tests/unit/core/test-core-string.cpp @@ -34,9 +34,9 @@ extern "C" #include #include #include "src/core/weechat.h" -#include "src/core/wee-config.h" -#include "src/core/wee-string.h" -#include "src/core/wee-hashtable.h" +#include "src/core/core-config.h" +#include "src/core/core-string.h" +#include "src/core/core-hashtable.h" #include "src/gui/gui-color.h" #include "src/plugins/plugin.h" } diff --git a/tests/unit/core/test-core-sys.cpp b/tests/unit/core/test-core-sys.cpp index a46550259..c23c13503 100644 --- a/tests/unit/core/test-core-sys.cpp +++ b/tests/unit/core/test-core-sys.cpp @@ -29,8 +29,8 @@ extern "C" #include #include #include -#include "src/core/wee-string.h" -#include "src/core/wee-util.h" +#include "src/core/core-string.h" +#include "src/core/core-util.h" } TEST_GROUP(CoreSys) diff --git a/tests/unit/core/test-core-url.cpp b/tests/unit/core/test-core-url.cpp index d19b49a8d..dba7a0261 100644 --- a/tests/unit/core/test-core-url.cpp +++ b/tests/unit/core/test-core-url.cpp @@ -23,7 +23,7 @@ extern "C" { -#include "src/core/wee-url.h" +#include "src/core/core-url.h" extern struct t_url_constant url_proxy_types[]; extern struct t_url_constant url_protocols[]; diff --git a/tests/unit/core/test-core-utf8.cpp b/tests/unit/core/test-core-utf8.cpp index 12b76cb47..e87a679a7 100644 --- a/tests/unit/core/test-core-utf8.cpp +++ b/tests/unit/core/test-core-utf8.cpp @@ -28,8 +28,8 @@ extern "C" #include #include #include -#include "src/core/wee-utf8.h" -#include "src/core/wee-config.h" +#include "src/core/core-utf8.h" +#include "src/core/core-config.h" } #define TEST_STRNCPY(__result, __dest, __string, __length) \ diff --git a/tests/unit/core/test-core-util.cpp b/tests/unit/core/test-core-util.cpp index 5f5c0847b..4f7730a94 100644 --- a/tests/unit/core/test-core-util.cpp +++ b/tests/unit/core/test-core-util.cpp @@ -31,8 +31,8 @@ extern "C" #include #include #include -#include "src/core/wee-string.h" -#include "src/core/wee-util.h" +#include "src/core/core-string.h" +#include "src/core/core-util.h" } #define WEE_PARSE_DATE(__result, __sec, __usec, __datetime) \ diff --git a/tests/unit/gui/test-gui-bar-item-custom.cpp b/tests/unit/gui/test-gui-bar-item-custom.cpp index e715d55f7..4250b750b 100644 --- a/tests/unit/gui/test-gui-bar-item-custom.cpp +++ b/tests/unit/gui/test-gui-bar-item-custom.cpp @@ -24,7 +24,7 @@ extern "C" { #include -#include "src/core/wee-config.h" +#include "src/core/core-config.h" #include "src/gui/gui-bar-item.h" #include "src/gui/gui-bar-item-custom.h" #include "src/gui/gui-buffer.h" diff --git a/tests/unit/gui/test-gui-buffer.cpp b/tests/unit/gui/test-gui-buffer.cpp index 60e3f1adc..26d8b23b9 100644 --- a/tests/unit/gui/test-gui-buffer.cpp +++ b/tests/unit/gui/test-gui-buffer.cpp @@ -24,11 +24,11 @@ extern "C" { #include -#include "src/core/wee-config.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-input.h" -#include "src/core/wee-list.h" +#include "src/core/core-config.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-input.h" +#include "src/core/core-list.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-key.h" #include "src/gui/gui-line.h" diff --git a/tests/unit/gui/test-gui-color.cpp b/tests/unit/gui/test-gui-color.cpp index 6f7972c76..9d8995b77 100644 --- a/tests/unit/gui/test-gui-color.cpp +++ b/tests/unit/gui/test-gui-color.cpp @@ -23,8 +23,8 @@ extern "C" { -#include "src/core/wee-config.h" -#include "src/core/wee-string.h" +#include "src/core/core-config.h" +#include "src/core/core-string.h" #include "src/gui/gui-color.h" } diff --git a/tests/unit/gui/test-gui-key.cpp b/tests/unit/gui/test-gui-key.cpp index 25c9f2e40..1deeae9d6 100644 --- a/tests/unit/gui/test-gui-key.cpp +++ b/tests/unit/gui/test-gui-key.cpp @@ -25,9 +25,9 @@ extern "C" { -#include "src/core/wee-config.h" -#include "src/core/wee-input.h" -#include "src/core/wee-string.h" +#include "src/core/core-config.h" +#include "src/core/core-input.h" +#include "src/core/core-string.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-key.h" diff --git a/tests/unit/gui/test-gui-line.cpp b/tests/unit/gui/test-gui-line.cpp index 3bb587ba5..02a0beaee 100644 --- a/tests/unit/gui/test-gui-line.cpp +++ b/tests/unit/gui/test-gui-line.cpp @@ -26,8 +26,8 @@ extern "C" #include #include #include -#include "src/core/wee-config.h" -#include "src/core/wee-string.h" +#include "src/core/core-config.h" +#include "src/core/core-string.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-chat.h" #include "src/gui/gui-color.h" diff --git a/tests/unit/gui/test-gui-nick.cpp b/tests/unit/gui/test-gui-nick.cpp index 4dacc7976..33b7d16b0 100644 --- a/tests/unit/gui/test-gui-nick.cpp +++ b/tests/unit/gui/test-gui-nick.cpp @@ -23,8 +23,8 @@ extern "C" { -#include "src/core/wee-config.h" -#include "src/core/wee-string.h" +#include "src/core/core-config.h" +#include "src/core/core-string.h" #include "src/gui/gui-color.h" #include "src/gui/gui-nick.h" diff --git a/tests/unit/plugins/irc/test-irc-batch.cpp b/tests/unit/plugins/irc/test-irc-batch.cpp index fc918fc73..5d25cecb6 100644 --- a/tests/unit/plugins/irc/test-irc-batch.cpp +++ b/tests/unit/plugins/irc/test-irc-batch.cpp @@ -26,7 +26,7 @@ extern "C" { #include -#include "src/core/wee-hashtable.h" +#include "src/core/core-hashtable.h" #include "src/plugins/weechat-plugin.h" #include "src/plugins/irc/irc-batch.h" #include "src/plugins/irc/irc-server.h" diff --git a/tests/unit/plugins/irc/test-irc-color.cpp b/tests/unit/plugins/irc/test-irc-color.cpp index cc22555f0..e5aba95e6 100644 --- a/tests/unit/plugins/irc/test-irc-color.cpp +++ b/tests/unit/plugins/irc/test-irc-color.cpp @@ -24,9 +24,9 @@ extern "C" { #include -#include "src/core/wee-config-file.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-infolist.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hook.h" +#include "src/core/core-infolist.h" #include "src/gui/gui-color.h" #include "src/plugins/irc/irc-color.h" #include "src/plugins/irc/irc-config.h" diff --git a/tests/unit/plugins/irc/test-irc-ctcp.cpp b/tests/unit/plugins/irc/test-irc-ctcp.cpp index 7c3718d7c..d7b13fc49 100644 --- a/tests/unit/plugins/irc/test-irc-ctcp.cpp +++ b/tests/unit/plugins/irc/test-irc-ctcp.cpp @@ -27,8 +27,8 @@ extern "C" { #include #include -#include "src/core/wee-config-file.h" -#include "src/core/wee-hook.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hook.h" #include "src/plugins/irc/irc-config.h" #include "src/plugins/irc/irc-ctcp.h" #include "src/plugins/irc/irc-server.h" diff --git a/tests/unit/plugins/irc/test-irc-info.cpp b/tests/unit/plugins/irc/test-irc-info.cpp index 117c5f851..235a5b953 100644 --- a/tests/unit/plugins/irc/test-irc-info.cpp +++ b/tests/unit/plugins/irc/test-irc-info.cpp @@ -26,9 +26,9 @@ extern "C" { #include "string.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-infolist.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-infolist.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-color.h" #include "src/plugins/plugin.h" diff --git a/tests/unit/plugins/irc/test-irc-join.cpp b/tests/unit/plugins/irc/test-irc-join.cpp index 19b6e61e6..59d35cd43 100644 --- a/tests/unit/plugins/irc/test-irc-join.cpp +++ b/tests/unit/plugins/irc/test-irc-join.cpp @@ -26,10 +26,10 @@ extern "C" { #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-config-file.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-secure.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-secure.h" #include "src/gui/gui-buffer.h" #include "src/plugins/irc/irc-channel.h" #include "src/plugins/irc/irc-join.h" diff --git a/tests/unit/plugins/irc/test-irc-message.cpp b/tests/unit/plugins/irc/test-irc-message.cpp index aed8d4fe8..fe0248608 100644 --- a/tests/unit/plugins/irc/test-irc-message.cpp +++ b/tests/unit/plugins/irc/test-irc-message.cpp @@ -26,10 +26,10 @@ extern "C" { #include "string.h" -#include "src/core/wee-config-file.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-string.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-string.h" #include "src/plugins/irc/irc-config.h" #include "src/plugins/irc/irc-ignore.h" #include "src/plugins/irc/irc-message.h" diff --git a/tests/unit/plugins/irc/test-irc-protocol.cpp b/tests/unit/plugins/irc/test-irc-protocol.cpp index 2f857dac4..14f4720ef 100644 --- a/tests/unit/plugins/irc/test-irc-protocol.cpp +++ b/tests/unit/plugins/irc/test-irc-protocol.cpp @@ -30,12 +30,12 @@ extern "C" #include #include #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-config-file.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-input.h" -#include "src/core/wee-string.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-input.h" +#include "src/core/core-string.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-color.h" #include "src/plugins/plugin.h" diff --git a/tests/unit/plugins/irc/test-irc-sasl.cpp b/tests/unit/plugins/irc/test-irc-sasl.cpp index ad68ee0ae..e6d88a39b 100644 --- a/tests/unit/plugins/irc/test-irc-sasl.cpp +++ b/tests/unit/plugins/irc/test-irc-sasl.cpp @@ -24,7 +24,7 @@ extern "C" { #include -#include "src/core/wee-string.h" +#include "src/core/core-string.h" #include "src/plugins/plugin.h" #include "src/plugins/irc/irc-sasl.h" #include "src/plugins/irc/irc-server.h" diff --git a/tests/unit/plugins/irc/test-irc-server.cpp b/tests/unit/plugins/irc/test-irc-server.cpp index 99ff5538e..a1b91f2e1 100644 --- a/tests/unit/plugins/irc/test-irc-server.cpp +++ b/tests/unit/plugins/irc/test-irc-server.cpp @@ -27,7 +27,7 @@ extern "C" { #include #include -#include "src/core/wee-config-file.h" +#include "src/core/core-config-file.h" #include "src/plugins/plugin.h" #include "src/plugins/irc/irc-channel.h" #include "src/plugins/irc/irc-server.h" diff --git a/tests/unit/plugins/irc/test-irc-tag.cpp b/tests/unit/plugins/irc/test-irc-tag.cpp index b2ea54f17..6bcecc612 100644 --- a/tests/unit/plugins/irc/test-irc-tag.cpp +++ b/tests/unit/plugins/irc/test-irc-tag.cpp @@ -26,8 +26,8 @@ extern "C" { #include -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" #include "src/plugins/irc/irc-tag.h" #include "src/plugins/plugin.h" diff --git a/tests/unit/plugins/logger/test-logger-backlog.cpp b/tests/unit/plugins/logger/test-logger-backlog.cpp index 8d3693640..6efd53acf 100644 --- a/tests/unit/plugins/logger/test-logger-backlog.cpp +++ b/tests/unit/plugins/logger/test-logger-backlog.cpp @@ -27,8 +27,8 @@ extern "C" { #include #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-config.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-config.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-color.h" #include "src/gui/gui-line.h" diff --git a/tests/unit/plugins/logger/test-logger-tail.cpp b/tests/unit/plugins/logger/test-logger-tail.cpp index cc28f3aa8..018fa3076 100644 --- a/tests/unit/plugins/logger/test-logger-tail.cpp +++ b/tests/unit/plugins/logger/test-logger-tail.cpp @@ -28,8 +28,8 @@ extern "C" #include #include #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-string.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-string.h" #include "src/plugins/logger/logger-tail.h" extern const char *logger_tail_last_eol (const char *string_start, diff --git a/tests/unit/plugins/relay/api/test-relay-api-msg.cpp b/tests/unit/plugins/relay/api/test-relay-api-msg.cpp index 6d5c45031..b32143ea7 100644 --- a/tests/unit/plugins/relay/api/test-relay-api-msg.cpp +++ b/tests/unit/plugins/relay/api/test-relay-api-msg.cpp @@ -26,7 +26,7 @@ extern "C" #include #include #include -#include "src/core/wee-util.h" +#include "src/core/core-util.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-chat.h" #include "src/gui/gui-color.h" diff --git a/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp b/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp index 8173a4b88..0b41472a1 100644 --- a/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp +++ b/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp @@ -27,10 +27,10 @@ extern "C" { #include #include -#include "src/core/wee-config-file.h" -#include "src/core/wee-string.h" -#include "src/core/wee-util.h" -#include "src/core/wee-version.h" +#include "src/core/core-config-file.h" +#include "src/core/core-string.h" +#include "src/core/core-util.h" +#include "src/core/core-version.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-chat.h" #include "src/gui/gui-line.h" diff --git a/tests/unit/plugins/relay/irc/test-relay-irc.cpp b/tests/unit/plugins/relay/irc/test-relay-irc.cpp index b2f9b8c33..ffbbeca3d 100644 --- a/tests/unit/plugins/relay/irc/test-relay-irc.cpp +++ b/tests/unit/plugins/relay/irc/test-relay-irc.cpp @@ -27,11 +27,11 @@ extern "C" { #include #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-config-file.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-string.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-string.h" #include "src/plugins/plugin.h" #include "src/plugins/irc/irc-server.h" #include "src/plugins/relay/relay.h" diff --git a/tests/unit/plugins/relay/test-relay-auth.cpp b/tests/unit/plugins/relay/test-relay-auth.cpp index 32574b6aa..c6039a5dc 100644 --- a/tests/unit/plugins/relay/test-relay-auth.cpp +++ b/tests/unit/plugins/relay/test-relay-auth.cpp @@ -27,7 +27,7 @@ extern "C" #include #include #include -#include "src/core/wee-config-file.h" +#include "src/core/core-config-file.h" #include "src/plugins/relay/relay.h" #include "src/plugins/relay/relay-auth.h" #include "src/plugins/relay/relay-client.h" diff --git a/tests/unit/plugins/relay/test-relay-http.cpp b/tests/unit/plugins/relay/test-relay-http.cpp index 4e735179d..c5dda3d45 100644 --- a/tests/unit/plugins/relay/test-relay-http.cpp +++ b/tests/unit/plugins/relay/test-relay-http.cpp @@ -30,11 +30,11 @@ extern "C" #include #include #include -#include "src/core/wee-config-file.h" -#include "src/core/wee-crypto.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-string.h" +#include "src/core/core-config-file.h" +#include "src/core/core-crypto.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-string.h" #include "src/plugins/relay/relay.h" #include "src/plugins/relay/relay-client.h" #include "src/plugins/relay/relay-config.h" diff --git a/tests/unit/plugins/relay/test-relay-websocket.cpp b/tests/unit/plugins/relay/test-relay-websocket.cpp index e413a8b10..230d875db 100644 --- a/tests/unit/plugins/relay/test-relay-websocket.cpp +++ b/tests/unit/plugins/relay/test-relay-websocket.cpp @@ -27,8 +27,8 @@ extern "C" { #include #include -#include "src/core/wee-config-file.h" -#include "src/core/wee-hashtable.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hashtable.h" #include "src/plugins/relay/relay-config.h" #include "src/plugins/relay/relay-http.h" #include "src/plugins/relay/relay-websocket.h" diff --git a/tests/unit/plugins/test-plugin-api-info.cpp b/tests/unit/plugins/test-plugin-api-info.cpp index 0d8d84073..6324d260f 100644 --- a/tests/unit/plugins/test-plugin-api-info.cpp +++ b/tests/unit/plugins/test-plugin-api-info.cpp @@ -31,16 +31,16 @@ extern "C" #include #include #include "src/core/weechat.h" -#include "src/core/wee-config.h" -#include "src/core/wee-config-file.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-infolist.h" -#include "src/core/wee-input.h" -#include "src/core/wee-proxy.h" -#include "src/core/wee-secure.h" -#include "src/core/wee-util.h" -#include "src/core/wee-version.h" +#include "src/core/core-config.h" +#include "src/core/core-config-file.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-infolist.h" +#include "src/core/core-input.h" +#include "src/core/core-proxy.h" +#include "src/core/core-secure.h" +#include "src/core/core-util.h" +#include "src/core/core-version.h" #include "src/gui/gui-bar.h" #include "src/gui/gui-bar-item.h" #include "src/gui/gui-buffer.h" diff --git a/tests/unit/plugins/test-plugin-config.cpp b/tests/unit/plugins/test-plugin-config.cpp index ddfc5cb5a..5401fb9ff 100644 --- a/tests/unit/plugins/test-plugin-config.cpp +++ b/tests/unit/plugins/test-plugin-config.cpp @@ -25,7 +25,7 @@ extern "C" { -#include "src/core/wee-config-file.h" +#include "src/core/core-config-file.h" #include "src/plugins/weechat-plugin.h" #include "src/plugins/plugin-config.h" } diff --git a/tests/unit/plugins/trigger/test-trigger-config.cpp b/tests/unit/plugins/trigger/test-trigger-config.cpp index 7429135ab..b0056828c 100644 --- a/tests/unit/plugins/trigger/test-trigger-config.cpp +++ b/tests/unit/plugins/trigger/test-trigger-config.cpp @@ -26,7 +26,7 @@ extern "C" { #include -#include "src/core/wee-hook.h" +#include "src/core/core-hook.h" #include "src/plugins/trigger/trigger.h" } diff --git a/tests/unit/plugins/trigger/test-trigger.cpp b/tests/unit/plugins/trigger/test-trigger.cpp index d0a0d544e..cc974051c 100644 --- a/tests/unit/plugins/trigger/test-trigger.cpp +++ b/tests/unit/plugins/trigger/test-trigger.cpp @@ -26,8 +26,8 @@ extern "C" { #include -#include "src/core/wee-config.h" -#include "src/core/wee-config-file.h" +#include "src/core/core-config.h" +#include "src/core/core-config-file.h" #include "src/plugins/plugin.h" #include "src/plugins/trigger/trigger.h" } diff --git a/tests/unit/plugins/typing/test-typing-status.cpp b/tests/unit/plugins/typing/test-typing-status.cpp index 9660e97a4..a067abc17 100644 --- a/tests/unit/plugins/typing/test-typing-status.cpp +++ b/tests/unit/plugins/typing/test-typing-status.cpp @@ -25,7 +25,7 @@ extern "C" { -#include "src/core/wee-hashtable.h" +#include "src/core/core-hashtable.h" #include "src/gui/gui-buffer.h" #include "src/plugins/typing/typing-status.h" } diff --git a/tools/check_curl_symbols.py b/tools/check_curl_symbols.py index 3aecb206f..86a790475 100755 --- a/tools/check_curl_symbols.py +++ b/tools/check_curl_symbols.py @@ -17,7 +17,7 @@ # """ -Check if Curl symbols defined in src/core/wee-url.c are matching symbols +Check if Curl symbols defined in src/core/core-url.c are matching symbols defined in Curl (introduced/deprecated/last versions), using this file: https://github.com/curl/curl/blob/master/docs/libcurl/symbols-in-versions. @@ -47,7 +47,7 @@ import re import sys SRC_PATH = ( - Path(__file__).resolve().parent.parent / "src" / "core" / "wee-url.c" + Path(__file__).resolve().parent.parent / "src" / "core" / "core-url.c" ) WEECHAT_CURL_MIN_VERSION_RE = ( @@ -143,7 +143,7 @@ def get_curl_symbols(symbols_file: TextIO) -> Dict[str, Tuple[int, int]]: def get_weechat_curl_symbols() -> Tuple[List[WeechatCurlSymbol], int]: """ - Parse Curl symbols declared in src/core/wee-url.c. + Parse Curl symbols declared in src/core/core-url.c. :return: tuple (list_symbols, errors) """