move platform independent files into common folder
commit93e114fa1af2e85253257d983c3e263e8741dce6
authorHeiko Voigt <hvoigt@hvoigt.net>
Tue, 6 Oct 2009 12:18:55 +0000 (6 14:18 +0200)
committerHeiko Voigt <hvoigt@hvoigt.net>
Tue, 6 Oct 2009 12:38:24 +0000 (6 14:38 +0200)
tree0b5d81f75757a118d4ea18c1990231c200f56da6
parent910808ecfc5f45c523aa77edf520124e0c1b2ca6
move platform independent files into common folder

This is useful to add support for multiple platforms

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
31 files changed:
Makefile
columns.c
common/Makefile [new file with mode: 0644]
common/cache.h [moved from cache.h with 100% similarity]
common/cheetahmenu.c [moved from cheetahmenu.c with 100% similarity]
common/cheetahmenu.h [moved from cheetahmenu.h with 100% similarity]
common/date.c [moved from date.c with 100% similarity]
common/debug.c [moved from debug.c with 100% similarity]
common/debug.h [moved from debug.h with 100% similarity]
common/exec.c [moved from exec.c with 100% similarity]
common/exec.h [moved from exec.h with 100% similarity]
common/git-compat-util.h [moved from git-compat-util.h with 99% similarity]
common/hash.h [moved from hash.h with 100% similarity]
common/menuengine.c [moved from menuengine.c with 100% similarity]
common/menuengine.h [moved from menuengine.h with 100% similarity]
common/sha1_file.c [moved from sha1_file.c with 100% similarity]
common/strbuf.c [moved from strbuf.c with 100% similarity]
common/strbuf.h [moved from strbuf.h with 100% similarity]
common/systeminfo.h [moved from systeminfo.h with 100% similarity]
common/usage.c [moved from usage.c with 100% similarity]
common/wrapper.c [moved from wrapper.c with 100% similarity]
compat/mingw.c
compat/mmap.c
compat/pread.c
compat/strlcpy.c
compat/winansi.c
dll.c
ext.c
factory.c
menu.c
systeminfo.c