diff options
-rw-r--r-- | src/core/CMakeLists.txt (renamed from src/common/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | src/core/Makefile.am (renamed from src/common/Makefile.am) | 0 | ||||
-rw-r--r-- | src/core/wee-alias.c (renamed from src/common/alias.c) | 0 | ||||
-rw-r--r-- | src/core/wee-alias.h (renamed from src/common/alias.h) | 0 | ||||
-rw-r--r-- | src/core/wee-backtrace.c (renamed from src/common/backtrace.c) | 0 | ||||
-rw-r--r-- | src/core/wee-backtrace.h (renamed from src/common/backtrace.h) | 0 | ||||
-rw-r--r-- | src/core/wee-command.c (renamed from src/common/command.c) | 0 | ||||
-rw-r--r-- | src/core/wee-command.h (renamed from src/common/command.h) | 0 | ||||
-rw-r--r-- | src/core/wee-config.c (renamed from src/common/weeconfig.c) | 0 | ||||
-rw-r--r-- | src/core/wee-config.h (renamed from src/common/weeconfig.h) | 0 | ||||
-rw-r--r-- | src/core/wee-list.c (renamed from src/common/weelist.c) | 0 | ||||
-rw-r--r-- | src/core/wee-list.h (renamed from src/common/weelist.h) | 0 | ||||
-rw-r--r-- | src/core/wee-log.c (renamed from src/common/log.c) | 0 | ||||
-rw-r--r-- | src/core/wee-log.h (renamed from src/common/log.h) | 0 | ||||
-rw-r--r-- | src/core/wee-upgrade.c (renamed from src/common/session.c) | 0 | ||||
-rw-r--r-- | src/core/wee-upgrade.h (renamed from src/common/session.h) | 0 | ||||
-rw-r--r-- | src/core/wee-utf8.c (renamed from src/common/utf8.c) | 0 | ||||
-rw-r--r-- | src/core/wee-utf8.h (renamed from src/common/utf8.h) | 0 | ||||
-rw-r--r-- | src/core/wee-util.c (renamed from src/common/util.c) | 0 | ||||
-rw-r--r-- | src/core/wee-util.h (renamed from src/common/util.h) | 0 | ||||
-rw-r--r-- | src/core/weechat.c (renamed from src/common/weechat.c) | 0 | ||||
-rw-r--r-- | src/core/weechat.h (renamed from src/common/weechat.h) | 0 | ||||
-rw-r--r-- | src/gui/gui-completion.c (renamed from src/common/completion.c) | 0 | ||||
-rw-r--r-- | src/gui/gui-completion.h (renamed from src/common/completion.h) | 0 | ||||
-rw-r--r-- | src/gui/gui-history.c (renamed from src/common/history.c) | 0 | ||||
-rw-r--r-- | src/gui/gui-history.h (renamed from src/common/history.h) | 0 | ||||
-rw-r--r-- | src/gui/gui-hotlist.c (renamed from src/common/hotlist.c) | 0 | ||||
-rw-r--r-- | src/gui/gui-hotlist.h (renamed from src/common/hotlist.h) | 0 | ||||
-rw-r--r-- | src/plugins/fifo/fifo.c (renamed from src/common/fifo.c) | 0 | ||||
-rw-r--r-- | src/plugins/fifo/fifo.h (renamed from src/common/fifo.h) | 0 |
30 files changed, 0 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/core/CMakeLists.txt index 8f48d90b2..8f48d90b2 100644 --- a/src/common/CMakeLists.txt +++ b/src/core/CMakeLists.txt diff --git a/src/common/Makefile.am b/src/core/Makefile.am index ca0701c73..ca0701c73 100644 --- a/src/common/Makefile.am +++ b/src/core/Makefile.am diff --git a/src/common/alias.c b/src/core/wee-alias.c index 4a8919f35..4a8919f35 100644 --- a/src/common/alias.c +++ b/src/core/wee-alias.c diff --git a/src/common/alias.h b/src/core/wee-alias.h index 759330ddd..759330ddd 100644 --- a/src/common/alias.h +++ b/src/core/wee-alias.h diff --git a/src/common/backtrace.c b/src/core/wee-backtrace.c index d6d0b8b08..d6d0b8b08 100644 --- a/src/common/backtrace.c +++ b/src/core/wee-backtrace.c diff --git a/src/common/backtrace.h b/src/core/wee-backtrace.h index 80a2c8f41..80a2c8f41 100644 --- a/src/common/backtrace.h +++ b/src/core/wee-backtrace.h diff --git a/src/common/command.c b/src/core/wee-command.c index 337a961a2..337a961a2 100644 --- a/src/common/command.c +++ b/src/core/wee-command.c diff --git a/src/common/command.h b/src/core/wee-command.h index 644491dd0..644491dd0 100644 --- a/src/common/command.h +++ b/src/core/wee-command.h diff --git a/src/common/weeconfig.c b/src/core/wee-config.c index b4f1c8f46..b4f1c8f46 100644 --- a/src/common/weeconfig.c +++ b/src/core/wee-config.c diff --git a/src/common/weeconfig.h b/src/core/wee-config.h index cac086840..cac086840 100644 --- a/src/common/weeconfig.h +++ b/src/core/wee-config.h diff --git a/src/common/weelist.c b/src/core/wee-list.c index 3e0872eb6..3e0872eb6 100644 --- a/src/common/weelist.c +++ b/src/core/wee-list.c diff --git a/src/common/weelist.h b/src/core/wee-list.h index 4cc9ffb83..4cc9ffb83 100644 --- a/src/common/weelist.h +++ b/src/core/wee-list.h diff --git a/src/common/log.c b/src/core/wee-log.c index 2132e67a8..2132e67a8 100644 --- a/src/common/log.c +++ b/src/core/wee-log.c diff --git a/src/common/log.h b/src/core/wee-log.h index 4f2a9e5ce..4f2a9e5ce 100644 --- a/src/common/log.h +++ b/src/core/wee-log.h diff --git a/src/common/session.c b/src/core/wee-upgrade.c index f74b015e5..f74b015e5 100644 --- a/src/common/session.c +++ b/src/core/wee-upgrade.c diff --git a/src/common/session.h b/src/core/wee-upgrade.h index 7728220f3..7728220f3 100644 --- a/src/common/session.h +++ b/src/core/wee-upgrade.h diff --git a/src/common/utf8.c b/src/core/wee-utf8.c index 176fee797..176fee797 100644 --- a/src/common/utf8.c +++ b/src/core/wee-utf8.c diff --git a/src/common/utf8.h b/src/core/wee-utf8.h index caf7b7b10..caf7b7b10 100644 --- a/src/common/utf8.h +++ b/src/core/wee-utf8.h diff --git a/src/common/util.c b/src/core/wee-util.c index 4fe9395c5..4fe9395c5 100644 --- a/src/common/util.c +++ b/src/core/wee-util.c diff --git a/src/common/util.h b/src/core/wee-util.h index e3ec09e38..e3ec09e38 100644 --- a/src/common/util.h +++ b/src/core/wee-util.h diff --git a/src/common/weechat.c b/src/core/weechat.c index 60fc100e1..60fc100e1 100644 --- a/src/common/weechat.c +++ b/src/core/weechat.c diff --git a/src/common/weechat.h b/src/core/weechat.h index 34e95a50e..34e95a50e 100644 --- a/src/common/weechat.h +++ b/src/core/weechat.h diff --git a/src/common/completion.c b/src/gui/gui-completion.c index f04b35406..f04b35406 100644 --- a/src/common/completion.c +++ b/src/gui/gui-completion.c diff --git a/src/common/completion.h b/src/gui/gui-completion.h index 5b9ff9bd7..5b9ff9bd7 100644 --- a/src/common/completion.h +++ b/src/gui/gui-completion.h diff --git a/src/common/history.c b/src/gui/gui-history.c index 0a682f9e9..0a682f9e9 100644 --- a/src/common/history.c +++ b/src/gui/gui-history.c diff --git a/src/common/history.h b/src/gui/gui-history.h index 166893b49..166893b49 100644 --- a/src/common/history.h +++ b/src/gui/gui-history.h diff --git a/src/common/hotlist.c b/src/gui/gui-hotlist.c index 10e37ece1..10e37ece1 100644 --- a/src/common/hotlist.c +++ b/src/gui/gui-hotlist.c diff --git a/src/common/hotlist.h b/src/gui/gui-hotlist.h index 2d66e7c71..2d66e7c71 100644 --- a/src/common/hotlist.h +++ b/src/gui/gui-hotlist.h diff --git a/src/common/fifo.c b/src/plugins/fifo/fifo.c index 9a6f50e77..9a6f50e77 100644 --- a/src/common/fifo.c +++ b/src/plugins/fifo/fifo.c diff --git a/src/common/fifo.h b/src/plugins/fifo/fifo.h index 2dc01bdef..2dc01bdef 100644 --- a/src/common/fifo.h +++ b/src/plugins/fifo/fifo.h |