summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-12 22:16:53 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-12 22:16:53 +0000
commit3a028090359e5d5d24ccbfc11d9b6ff5681aab4f (patch)
tree0cfb8ec1eb8a49366fc663bef00bf4dfb1f7c307
parentf13ea25509e932d426ebd69d90368fe9b1d4c1ab (diff)
downloadirssi-python-3a028090359e5d5d24ccbfc11d9b6ff5681aab4f.tar.gz
irssi-python-3a028090359e5d5d24ccbfc11d9b6ff5681aab4f.tar.xz
irssi-python-3a028090359e5d5d24ccbfc11d9b6ff5681aab4f.zip
directory structure change
git-svn-id: http://svn.irssi.org/repos/irssi-python@4312 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--src/Makefile (renamed from Makefile)0
-rw-r--r--src/constants.awk (renamed from constants.awk)0
-rw-r--r--src/constants.txt (renamed from constants.txt)0
-rw-r--r--src/irssi.py (renamed from irssi.py)0
-rw-r--r--src/irssi_startup.py (renamed from irssi_startup.py)0
-rw-r--r--src/objects/Makefile (renamed from objects/Makefile)0
-rw-r--r--src/objects/ban-object.c (renamed from objects/ban-object.c)0
-rw-r--r--src/objects/ban-object.h (renamed from objects/ban-object.h)0
-rw-r--r--src/objects/base-objects.c (renamed from objects/base-objects.c)0
-rw-r--r--src/objects/base-objects.h (renamed from objects/base-objects.h)0
-rw-r--r--src/objects/channel-object.c (renamed from objects/channel-object.c)0
-rw-r--r--src/objects/channel-object.h (renamed from objects/channel-object.h)0
-rw-r--r--src/objects/chatnet-object.c (renamed from objects/chatnet-object.c)0
-rw-r--r--src/objects/chatnet-object.h (renamed from objects/chatnet-object.h)0
-rw-r--r--src/objects/command-object.c (renamed from objects/command-object.c)0
-rw-r--r--src/objects/command-object.h (renamed from objects/command-object.h)0
-rw-r--r--src/objects/connect-object.c (renamed from objects/connect-object.c)0
-rw-r--r--src/objects/connect-object.h (renamed from objects/connect-object.h)0
-rw-r--r--src/objects/dcc-chat-object.c (renamed from objects/dcc-chat-object.c)0
-rw-r--r--src/objects/dcc-chat-object.h (renamed from objects/dcc-chat-object.h)0
-rw-r--r--src/objects/dcc-get-object.c (renamed from objects/dcc-get-object.c)0
-rw-r--r--src/objects/dcc-get-object.h (renamed from objects/dcc-get-object.h)0
-rw-r--r--src/objects/dcc-object.c (renamed from objects/dcc-object.c)0
-rw-r--r--src/objects/dcc-object.h (renamed from objects/dcc-object.h)0
-rw-r--r--src/objects/dcc-send-object.c (renamed from objects/dcc-send-object.c)0
-rw-r--r--src/objects/dcc-send-object.h (renamed from objects/dcc-send-object.h)0
-rw-r--r--src/objects/factory.c (renamed from objects/factory.c)0
-rw-r--r--src/objects/factory.h (renamed from objects/factory.h)0
-rw-r--r--src/objects/ignore-object.c (renamed from objects/ignore-object.c)0
-rw-r--r--src/objects/ignore-object.h (renamed from objects/ignore-object.h)0
-rw-r--r--src/objects/irc-channel-object.c (renamed from objects/irc-channel-object.c)0
-rw-r--r--src/objects/irc-channel-object.h (renamed from objects/irc-channel-object.h)0
-rw-r--r--src/objects/irc-connect-object.c (renamed from objects/irc-connect-object.c)0
-rw-r--r--src/objects/irc-connect-object.h (renamed from objects/irc-connect-object.h)0
-rw-r--r--src/objects/irc-server-object.c (renamed from objects/irc-server-object.c)0
-rw-r--r--src/objects/irc-server-object.h (renamed from objects/irc-server-object.h)0
-rw-r--r--src/objects/log-object.c (renamed from objects/log-object.c)0
-rw-r--r--src/objects/log-object.h (renamed from objects/log-object.h)0
-rw-r--r--src/objects/logitem-object.c (renamed from objects/logitem-object.c)0
-rw-r--r--src/objects/logitem-object.h (renamed from objects/logitem-object.h)0
-rw-r--r--src/objects/main-window-object.c (renamed from objects/main-window-object.c)0
-rw-r--r--src/objects/main-window-object.h (renamed from objects/main-window-object.h)0
-rw-r--r--src/objects/netsplit-channel-object.c (renamed from objects/netsplit-channel-object.c)0
-rw-r--r--src/objects/netsplit-channel-object.h (renamed from objects/netsplit-channel-object.h)0
-rw-r--r--src/objects/netsplit-object.c (renamed from objects/netsplit-object.c)0
-rw-r--r--src/objects/netsplit-object.h (renamed from objects/netsplit-object.h)0
-rw-r--r--src/objects/netsplit-server-object.c (renamed from objects/netsplit-server-object.c)0
-rw-r--r--src/objects/netsplit-server-object.h (renamed from objects/netsplit-server-object.h)0
-rw-r--r--src/objects/nick-object.c (renamed from objects/nick-object.c)0
-rw-r--r--src/objects/nick-object.h (renamed from objects/nick-object.h)0
-rw-r--r--src/objects/notifylist-object.c (renamed from objects/notifylist-object.c)0
-rw-r--r--src/objects/notifylist-object.h (renamed from objects/notifylist-object.h)0
-rw-r--r--src/objects/process-object.c (renamed from objects/process-object.c)0
-rw-r--r--src/objects/process-object.h (renamed from objects/process-object.h)0
-rw-r--r--src/objects/pyscript-object.c (renamed from objects/pyscript-object.c)0
-rw-r--r--src/objects/pyscript-object.h (renamed from objects/pyscript-object.h)0
-rw-r--r--src/objects/query-object.c (renamed from objects/query-object.c)0
-rw-r--r--src/objects/query-object.h (renamed from objects/query-object.h)0
-rw-r--r--src/objects/rawlog-object.c (renamed from objects/rawlog-object.c)0
-rw-r--r--src/objects/rawlog-object.h (renamed from objects/rawlog-object.h)0
-rw-r--r--src/objects/reconnect-object.c (renamed from objects/reconnect-object.c)0
-rw-r--r--src/objects/reconnect-object.h (renamed from objects/reconnect-object.h)0
-rw-r--r--src/objects/server-object.c (renamed from objects/server-object.c)0
-rw-r--r--src/objects/server-object.h (renamed from objects/server-object.h)0
-rw-r--r--src/objects/statusbar-item-object.c (renamed from objects/statusbar-item-object.c)0
-rw-r--r--src/objects/statusbar-item-object.h (renamed from objects/statusbar-item-object.h)0
-rw-r--r--src/objects/textdest-object.c (renamed from objects/textdest-object.c)0
-rw-r--r--src/objects/textdest-object.h (renamed from objects/textdest-object.h)0
-rw-r--r--src/objects/theme-object.c (renamed from objects/theme-object.c)0
-rw-r--r--src/objects/theme-object.h (renamed from objects/theme-object.h)0
-rw-r--r--src/objects/window-item-object.c (renamed from objects/window-item-object.c)0
-rw-r--r--src/objects/window-item-object.h (renamed from objects/window-item-object.h)0
-rw-r--r--src/objects/window-object.c (renamed from objects/window-object.c)0
-rw-r--r--src/objects/window-object.h (renamed from objects/window-object.h)0
-rw-r--r--src/pyconstants.h (renamed from pyconstants.h)0
-rw-r--r--src/pycore.c (renamed from pycore.c)0
-rw-r--r--src/pycore.h (renamed from pycore.h)0
-rw-r--r--src/pyirssi.h (renamed from pyirssi.h)0
-rw-r--r--src/pyirssi_irc.h (renamed from pyirssi_irc.h)0
-rw-r--r--src/pyloader.c (renamed from pyloader.c)0
-rw-r--r--src/pyloader.h (renamed from pyloader.h)0
-rw-r--r--src/pymodule.c (renamed from pymodule.c)0
-rw-r--r--src/pymodule.h (renamed from pymodule.h)0
-rw-r--r--src/pysigmap.h (renamed from pysigmap.h)0
-rw-r--r--src/pysignals.c (renamed from pysignals.c)0
-rw-r--r--src/pysignals.h (renamed from pysignals.h)0
-rw-r--r--src/pysource.c (renamed from pysource.c)0
-rw-r--r--src/pysource.h (renamed from pysource.h)0
-rw-r--r--src/pystatusbar.c (renamed from pystatusbar.c)0
-rw-r--r--src/pystatusbar.h (renamed from pystatusbar.h)0
-rw-r--r--src/pythemes.c (renamed from pythemes.c)0
-rw-r--r--src/pythemes.h (renamed from pythemes.h)0
-rw-r--r--src/pyutils.c (renamed from pyutils.c)0
-rw-r--r--src/pyutils.h (renamed from pyutils.h)0
-rw-r--r--src/sig2code.awk (renamed from sig2code.awk)0
-rw-r--r--src/sig2code.txt (renamed from sig2code.txt)0
96 files changed, 0 insertions, 0 deletions
diff --git a/Makefile b/src/Makefile
index 123e0ed..123e0ed 100644
--- a/Makefile
+++ b/src/Makefile
diff --git a/constants.awk b/src/constants.awk
index 3aa5034..3aa5034 100644
--- a/constants.awk
+++ b/src/constants.awk
diff --git a/constants.txt b/src/constants.txt
index a3b8917..a3b8917 100644
--- a/constants.txt
+++ b/src/constants.txt
diff --git a/irssi.py b/src/irssi.py
index 3f193ad..3f193ad 100644
--- a/irssi.py
+++ b/src/irssi.py
diff --git a/irssi_startup.py b/src/irssi_startup.py
index ee8dbdd..ee8dbdd 100644
--- a/irssi_startup.py
+++ b/src/irssi_startup.py
diff --git a/objects/Makefile b/src/objects/Makefile
index 6cc56fb..6cc56fb 100644
--- a/objects/Makefile
+++ b/src/objects/Makefile
diff --git a/objects/ban-object.c b/src/objects/ban-object.c
index 908bae2..908bae2 100644
--- a/objects/ban-object.c
+++ b/src/objects/ban-object.c
diff --git a/objects/ban-object.h b/src/objects/ban-object.h
index 59ec9e7..59ec9e7 100644
--- a/objects/ban-object.h
+++ b/src/objects/ban-object.h
diff --git a/objects/base-objects.c b/src/objects/base-objects.c
index 42f5cac..42f5cac 100644
--- a/objects/base-objects.c
+++ b/src/objects/base-objects.c
diff --git a/objects/base-objects.h b/src/objects/base-objects.h
index 5351ead..5351ead 100644
--- a/objects/base-objects.h
+++ b/src/objects/base-objects.h
diff --git a/objects/channel-object.c b/src/objects/channel-object.c
index fa4edd4..fa4edd4 100644
--- a/objects/channel-object.c
+++ b/src/objects/channel-object.c
diff --git a/objects/channel-object.h b/src/objects/channel-object.h
index 0858e7b..0858e7b 100644
--- a/objects/channel-object.h
+++ b/src/objects/channel-object.h
diff --git a/objects/chatnet-object.c b/src/objects/chatnet-object.c
index c22f0cb..c22f0cb 100644
--- a/objects/chatnet-object.c
+++ b/src/objects/chatnet-object.c
diff --git a/objects/chatnet-object.h b/src/objects/chatnet-object.h
index 8a6d1fc..8a6d1fc 100644
--- a/objects/chatnet-object.h
+++ b/src/objects/chatnet-object.h
diff --git a/objects/command-object.c b/src/objects/command-object.c
index ad60012..ad60012 100644
--- a/objects/command-object.c
+++ b/src/objects/command-object.c
diff --git a/objects/command-object.h b/src/objects/command-object.h
index e6402cf..e6402cf 100644
--- a/objects/command-object.h
+++ b/src/objects/command-object.h
diff --git a/objects/connect-object.c b/src/objects/connect-object.c
index 8ef9a29..8ef9a29 100644
--- a/objects/connect-object.c
+++ b/src/objects/connect-object.c
diff --git a/objects/connect-object.h b/src/objects/connect-object.h
index 53bd509..53bd509 100644
--- a/objects/connect-object.h
+++ b/src/objects/connect-object.h
diff --git a/objects/dcc-chat-object.c b/src/objects/dcc-chat-object.c
index 5cfe796..5cfe796 100644
--- a/objects/dcc-chat-object.c
+++ b/src/objects/dcc-chat-object.c
diff --git a/objects/dcc-chat-object.h b/src/objects/dcc-chat-object.h
index 955e6be..955e6be 100644
--- a/objects/dcc-chat-object.h
+++ b/src/objects/dcc-chat-object.h
diff --git a/objects/dcc-get-object.c b/src/objects/dcc-get-object.c
index fa7c13a..fa7c13a 100644
--- a/objects/dcc-get-object.c
+++ b/src/objects/dcc-get-object.c
diff --git a/objects/dcc-get-object.h b/src/objects/dcc-get-object.h
index 532b854..532b854 100644
--- a/objects/dcc-get-object.h
+++ b/src/objects/dcc-get-object.h
diff --git a/objects/dcc-object.c b/src/objects/dcc-object.c
index 95a3a4a..95a3a4a 100644
--- a/objects/dcc-object.c
+++ b/src/objects/dcc-object.c
diff --git a/objects/dcc-object.h b/src/objects/dcc-object.h
index d44d3db..d44d3db 100644
--- a/objects/dcc-object.h
+++ b/src/objects/dcc-object.h
diff --git a/objects/dcc-send-object.c b/src/objects/dcc-send-object.c
index 643f741..643f741 100644
--- a/objects/dcc-send-object.c
+++ b/src/objects/dcc-send-object.c
diff --git a/objects/dcc-send-object.h b/src/objects/dcc-send-object.h
index 6303f86..6303f86 100644
--- a/objects/dcc-send-object.h
+++ b/src/objects/dcc-send-object.h
diff --git a/objects/factory.c b/src/objects/factory.c
index 49336e6..49336e6 100644
--- a/objects/factory.c
+++ b/src/objects/factory.c
diff --git a/objects/factory.h b/src/objects/factory.h
index 9d4bd79..9d4bd79 100644
--- a/objects/factory.h
+++ b/src/objects/factory.h
diff --git a/objects/ignore-object.c b/src/objects/ignore-object.c
index 979c9b1..979c9b1 100644
--- a/objects/ignore-object.c
+++ b/src/objects/ignore-object.c
diff --git a/objects/ignore-object.h b/src/objects/ignore-object.h
index 39f7425..39f7425 100644
--- a/objects/ignore-object.h
+++ b/src/objects/ignore-object.h
diff --git a/objects/irc-channel-object.c b/src/objects/irc-channel-object.c
index 5e9531d..5e9531d 100644
--- a/objects/irc-channel-object.c
+++ b/src/objects/irc-channel-object.c
diff --git a/objects/irc-channel-object.h b/src/objects/irc-channel-object.h
index a1d845a..a1d845a 100644
--- a/objects/irc-channel-object.h
+++ b/src/objects/irc-channel-object.h
diff --git a/objects/irc-connect-object.c b/src/objects/irc-connect-object.c
index 5068dea..5068dea 100644
--- a/objects/irc-connect-object.c
+++ b/src/objects/irc-connect-object.c
diff --git a/objects/irc-connect-object.h b/src/objects/irc-connect-object.h
index 3f6cad4..3f6cad4 100644
--- a/objects/irc-connect-object.h
+++ b/src/objects/irc-connect-object.h
diff --git a/objects/irc-server-object.c b/src/objects/irc-server-object.c
index 4e9a28e..4e9a28e 100644
--- a/objects/irc-server-object.c
+++ b/src/objects/irc-server-object.c
diff --git a/objects/irc-server-object.h b/src/objects/irc-server-object.h
index b3eb76a..b3eb76a 100644
--- a/objects/irc-server-object.h
+++ b/src/objects/irc-server-object.h
diff --git a/objects/log-object.c b/src/objects/log-object.c
index b18f826..b18f826 100644
--- a/objects/log-object.c
+++ b/src/objects/log-object.c
diff --git a/objects/log-object.h b/src/objects/log-object.h
index 9893bc5..9893bc5 100644
--- a/objects/log-object.h
+++ b/src/objects/log-object.h
diff --git a/objects/logitem-object.c b/src/objects/logitem-object.c
index 4dc2275..4dc2275 100644
--- a/objects/logitem-object.c
+++ b/src/objects/logitem-object.c
diff --git a/objects/logitem-object.h b/src/objects/logitem-object.h
index b7fd588..b7fd588 100644
--- a/objects/logitem-object.h
+++ b/src/objects/logitem-object.h
diff --git a/objects/main-window-object.c b/src/objects/main-window-object.c
index 6541f2b..6541f2b 100644
--- a/objects/main-window-object.c
+++ b/src/objects/main-window-object.c
diff --git a/objects/main-window-object.h b/src/objects/main-window-object.h
index fbbdac0..fbbdac0 100644
--- a/objects/main-window-object.h
+++ b/src/objects/main-window-object.h
diff --git a/objects/netsplit-channel-object.c b/src/objects/netsplit-channel-object.c
index 3e2639b..3e2639b 100644
--- a/objects/netsplit-channel-object.c
+++ b/src/objects/netsplit-channel-object.c
diff --git a/objects/netsplit-channel-object.h b/src/objects/netsplit-channel-object.h
index 3a00fbb..3a00fbb 100644
--- a/objects/netsplit-channel-object.h
+++ b/src/objects/netsplit-channel-object.h
diff --git a/objects/netsplit-object.c b/src/objects/netsplit-object.c
index d64bd97..d64bd97 100644
--- a/objects/netsplit-object.c
+++ b/src/objects/netsplit-object.c
diff --git a/objects/netsplit-object.h b/src/objects/netsplit-object.h
index bd166e0..bd166e0 100644
--- a/objects/netsplit-object.h
+++ b/src/objects/netsplit-object.h
diff --git a/objects/netsplit-server-object.c b/src/objects/netsplit-server-object.c
index 7208ae1..7208ae1 100644
--- a/objects/netsplit-server-object.c
+++ b/src/objects/netsplit-server-object.c
diff --git a/objects/netsplit-server-object.h b/src/objects/netsplit-server-object.h
index f1d5fbf..f1d5fbf 100644
--- a/objects/netsplit-server-object.h
+++ b/src/objects/netsplit-server-object.h
diff --git a/objects/nick-object.c b/src/objects/nick-object.c
index 79f3a85..79f3a85 100644
--- a/objects/nick-object.c
+++ b/src/objects/nick-object.c
diff --git a/objects/nick-object.h b/src/objects/nick-object.h
index 6831994..6831994 100644
--- a/objects/nick-object.h
+++ b/src/objects/nick-object.h
diff --git a/objects/notifylist-object.c b/src/objects/notifylist-object.c
index 3366d0f..3366d0f 100644
--- a/objects/notifylist-object.c
+++ b/src/objects/notifylist-object.c
diff --git a/objects/notifylist-object.h b/src/objects/notifylist-object.h
index 9db6922..9db6922 100644
--- a/objects/notifylist-object.h
+++ b/src/objects/notifylist-object.h
diff --git a/objects/process-object.c b/src/objects/process-object.c
index 43c0fd7..43c0fd7 100644
--- a/objects/process-object.c
+++ b/src/objects/process-object.c
diff --git a/objects/process-object.h b/src/objects/process-object.h
index 041f187..041f187 100644
--- a/objects/process-object.h
+++ b/src/objects/process-object.h
diff --git a/objects/pyscript-object.c b/src/objects/pyscript-object.c
index ae4770e..ae4770e 100644
--- a/objects/pyscript-object.c
+++ b/src/objects/pyscript-object.c
diff --git a/objects/pyscript-object.h b/src/objects/pyscript-object.h
index 624a578..624a578 100644
--- a/objects/pyscript-object.h
+++ b/src/objects/pyscript-object.h
diff --git a/objects/query-object.c b/src/objects/query-object.c
index 47badd5..47badd5 100644
--- a/objects/query-object.c
+++ b/src/objects/query-object.c
diff --git a/objects/query-object.h b/src/objects/query-object.h
index 844ce55..844ce55 100644
--- a/objects/query-object.h
+++ b/src/objects/query-object.h
diff --git a/objects/rawlog-object.c b/src/objects/rawlog-object.c
index 340d60a..340d60a 100644
--- a/objects/rawlog-object.c
+++ b/src/objects/rawlog-object.c
diff --git a/objects/rawlog-object.h b/src/objects/rawlog-object.h
index d2a9a2d..d2a9a2d 100644
--- a/objects/rawlog-object.h
+++ b/src/objects/rawlog-object.h
diff --git a/objects/reconnect-object.c b/src/objects/reconnect-object.c
index 6483242..6483242 100644
--- a/objects/reconnect-object.c
+++ b/src/objects/reconnect-object.c
diff --git a/objects/reconnect-object.h b/src/objects/reconnect-object.h
index ec0b094..ec0b094 100644
--- a/objects/reconnect-object.h
+++ b/src/objects/reconnect-object.h
diff --git a/objects/server-object.c b/src/objects/server-object.c
index 31415b8..31415b8 100644
--- a/objects/server-object.c
+++ b/src/objects/server-object.c
diff --git a/objects/server-object.h b/src/objects/server-object.h
index 0703f47..0703f47 100644
--- a/objects/server-object.h
+++ b/src/objects/server-object.h
diff --git a/objects/statusbar-item-object.c b/src/objects/statusbar-item-object.c
index f6768af..f6768af 100644
--- a/objects/statusbar-item-object.c
+++ b/src/objects/statusbar-item-object.c
diff --git a/objects/statusbar-item-object.h b/src/objects/statusbar-item-object.h
index 19243f4..19243f4 100644
--- a/objects/statusbar-item-object.h
+++ b/src/objects/statusbar-item-object.h
diff --git a/objects/textdest-object.c b/src/objects/textdest-object.c
index 2ad6523..2ad6523 100644
--- a/objects/textdest-object.c
+++ b/src/objects/textdest-object.c
diff --git a/objects/textdest-object.h b/src/objects/textdest-object.h
index 3e273e6..3e273e6 100644
--- a/objects/textdest-object.h
+++ b/src/objects/textdest-object.h
diff --git a/objects/theme-object.c b/src/objects/theme-object.c
index 0f12217..0f12217 100644
--- a/objects/theme-object.c
+++ b/src/objects/theme-object.c
diff --git a/objects/theme-object.h b/src/objects/theme-object.h
index 299d54d..299d54d 100644
--- a/objects/theme-object.h
+++ b/src/objects/theme-object.h
diff --git a/objects/window-item-object.c b/src/objects/window-item-object.c
index 2f18f7d..2f18f7d 100644
--- a/objects/window-item-object.c
+++ b/src/objects/window-item-object.c
diff --git a/objects/window-item-object.h b/src/objects/window-item-object.h
index e205ebe..e205ebe 100644
--- a/objects/window-item-object.h
+++ b/src/objects/window-item-object.h
diff --git a/objects/window-object.c b/src/objects/window-object.c
index d5aa475..d5aa475 100644
--- a/objects/window-object.c
+++ b/src/objects/window-object.c
diff --git a/objects/window-object.h b/src/objects/window-object.h
index b9860af..b9860af 100644
--- a/objects/window-object.h
+++ b/src/objects/window-object.h
diff --git a/pyconstants.h b/src/pyconstants.h
index f898ded..f898ded 100644
--- a/pyconstants.h
+++ b/src/pyconstants.h
diff --git a/pycore.c b/src/pycore.c
index f9e4c3d..f9e4c3d 100644
--- a/pycore.c
+++ b/src/pycore.c
diff --git a/pycore.h b/src/pycore.h
index ae51924..ae51924 100644
--- a/pycore.h
+++ b/src/pycore.h
diff --git a/pyirssi.h b/src/pyirssi.h
index 3fc4223..3fc4223 100644
--- a/pyirssi.h
+++ b/src/pyirssi.h
diff --git a/pyirssi_irc.h b/src/pyirssi_irc.h
index 0ebd617..0ebd617 100644
--- a/pyirssi_irc.h
+++ b/src/pyirssi_irc.h
diff --git a/pyloader.c b/src/pyloader.c
index a087827..a087827 100644
--- a/pyloader.c
+++ b/src/pyloader.c
diff --git a/pyloader.h b/src/pyloader.h
index b7befd3..b7befd3 100644
--- a/pyloader.h
+++ b/src/pyloader.h
diff --git a/pymodule.c b/src/pymodule.c
index 7795c1a..7795c1a 100644
--- a/pymodule.c
+++ b/src/pymodule.c
diff --git a/pymodule.h b/src/pymodule.h
index 242eecf..242eecf 100644
--- a/pymodule.h
+++ b/src/pymodule.h
diff --git a/pysigmap.h b/src/pysigmap.h
index c34fbf7..c34fbf7 100644
--- a/pysigmap.h
+++ b/src/pysigmap.h
diff --git a/pysignals.c b/src/pysignals.c
index 95718aa..95718aa 100644
--- a/pysignals.c
+++ b/src/pysignals.c
diff --git a/pysignals.h b/src/pysignals.h
index bec72c9..bec72c9 100644
--- a/pysignals.h
+++ b/src/pysignals.h
diff --git a/pysource.c b/src/pysource.c
index 413ab2c..413ab2c 100644
--- a/pysource.c
+++ b/src/pysource.c
diff --git a/pysource.h b/src/pysource.h
index 78b55ec..78b55ec 100644
--- a/pysource.h
+++ b/src/pysource.h
diff --git a/pystatusbar.c b/src/pystatusbar.c
index 8537718..8537718 100644
--- a/pystatusbar.c
+++ b/src/pystatusbar.c
diff --git a/pystatusbar.h b/src/pystatusbar.h
index 9749c9f..9749c9f 100644
--- a/pystatusbar.h
+++ b/src/pystatusbar.h
diff --git a/pythemes.c b/src/pythemes.c
index a3e8927..a3e8927 100644
--- a/pythemes.c
+++ b/src/pythemes.c
diff --git a/pythemes.h b/src/pythemes.h
index 92af965..92af965 100644
--- a/pythemes.h
+++ b/src/pythemes.h
diff --git a/pyutils.c b/src/pyutils.c
index 05e1f31..05e1f31 100644
--- a/pyutils.c
+++ b/src/pyutils.c
diff --git a/pyutils.h b/src/pyutils.h
index 7b2ca7b..7b2ca7b 100644
--- a/pyutils.h
+++ b/src/pyutils.h
diff --git a/sig2code.awk b/src/sig2code.awk
index d6bdb0d..d6bdb0d 100644
--- a/sig2code.awk
+++ b/src/sig2code.awk
diff --git a/sig2code.txt b/src/sig2code.txt
index 379e88e..379e88e 100644
--- a/sig2code.txt
+++ b/src/sig2code.txt