Import libtu instead of using submodules
commit52210232ca59f86d354e3995c0862e4037b857bb
authorArnout Engelen <arnouten@bzzt.net>
Sun, 5 Jan 2014 15:55:54 +0000 (5 16:55 +0100)
committerArnout Engelen <arnouten@bzzt.net>
Sun, 5 Jan 2014 15:55:54 +0000 (5 16:55 +0100)
tree3442bf4b0733669391e3ab47ca386f62ca02c7b6
parent1aaef07fc869c9ece9ba08b5dc3c098c2bc62888
Import libtu instead of using submodules
63 files changed:
.gitmodules [deleted file]
libtu [deleted submodule]
libtu/.gitignore [new file with mode: 0644]
libtu/Makefile [new file with mode: 0644]
libtu/build/rules.mk [new file with mode: 0644]
libtu/build/system-inc.mk [new file with mode: 0644]
libtu/debug.h [new file with mode: 0644]
libtu/dlist.h [new file with mode: 0644]
libtu/errorlog.c [new file with mode: 0644]
libtu/errorlog.h [new file with mode: 0644]
libtu/install-sh [new file with mode: 0644]
libtu/iterable.c [new file with mode: 0644]
libtu/iterable.h [new file with mode: 0644]
libtu/locale.h [new file with mode: 0644]
libtu/map.c [new file with mode: 0644]
libtu/map.h [new file with mode: 0644]
libtu/minmax.h [new file with mode: 0644]
libtu/misc.c [new file with mode: 0644]
libtu/misc.h [new file with mode: 0644]
libtu/np/np-conv.h [new file with mode: 0644]
libtu/np/numparser2.h [new file with mode: 0644]
libtu/obj.c [new file with mode: 0644]
libtu/obj.h [new file with mode: 0644]
libtu/objlist.c [new file with mode: 0644]
libtu/objlist.h [new file with mode: 0644]
libtu/objp.h [new file with mode: 0644]
libtu/optparser.c [new file with mode: 0644]
libtu/optparser.h [new file with mode: 0644]
libtu/output.c [new file with mode: 0644]
libtu/output.h [new file with mode: 0644]
libtu/parser.c [new file with mode: 0644]
libtu/parser.h [new file with mode: 0644]
libtu/pointer.h [new file with mode: 0644]
libtu/prefix.c [new file with mode: 0644]
libtu/prefix.h [new file with mode: 0644]
libtu/private.h [new file with mode: 0644]
libtu/ptrlist.c [new file with mode: 0644]
libtu/ptrlist.h [new file with mode: 0644]
libtu/rb-test.c [new file with mode: 0644]
libtu/rb.c [new file with mode: 0644]
libtu/rb.h [new file with mode: 0644]
libtu/setparam.c [new file with mode: 0644]
libtu/setparam.h [new file with mode: 0644]
libtu/snprintf_2.2/INSTALL [new file with mode: 0644]
libtu/snprintf_2.2/LICENSE.txt [new file with mode: 0644]
libtu/snprintf_2.2/Makefile.unused [new file with mode: 0644]
libtu/snprintf_2.2/README [new file with mode: 0644]
libtu/snprintf_2.2/README.html [new file with mode: 0644]
libtu/snprintf_2.2/snprintf-orig.c [new file with mode: 0644]
libtu/snprintf_2.2/snprintf.c [new file with mode: 0644]
libtu/snprintf_2.2/snprintf.h [new file with mode: 0644]
libtu/snprintf_2.2/test.c [new file with mode: 0644]
libtu/stringstore.c [new file with mode: 0644]
libtu/stringstore.h [new file with mode: 0644]
libtu/system-autodetect.mk [new file with mode: 0644]
libtu/tester.c [new file with mode: 0644]
libtu/tester2.c [new file with mode: 0644]
libtu/tester3.c [new file with mode: 0644]
libtu/tokenizer.c [new file with mode: 0644]
libtu/tokenizer.h [new file with mode: 0644]
libtu/types.h [new file with mode: 0644]
libtu/util.c [new file with mode: 0644]
libtu/util.h [new file with mode: 0644]