Clean Bithenge headers namespace
commit8fc0f47c1df8d2de3f0806c0f4fae3fc186c5a63
authorVojtech Horky <vojtechhorky@users.sourceforge.net>
Tue, 21 Aug 2012 10:48:03 +0000 (21 12:48 +0200)
committerVojtech Horky <vojtechhorky@users.sourceforge.net>
Tue, 21 Aug 2012 10:48:03 +0000 (21 12:48 +0200)
tree107dd7ae80905b61d84c6ceffb7a399bbb01a8b4
parent67edca69a038665959589f23a2314f2ab2b74c4b
Clean Bithenge headers namespace

Move headers into <bithenge/>, put sources into src/.
30 files changed:
uspace/app/bithenge/Makefile
uspace/app/bithenge/test.c
uspace/lib/bithenge/Makefile
uspace/lib/bithenge/include/bithenge/blob.h [moved from uspace/lib/bithenge/blob.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/compound.h [moved from uspace/lib/bithenge/compound.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/expression.h [moved from uspace/lib/bithenge/expression.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/file.h [moved from uspace/lib/bithenge/file.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/helenos/os.h [moved from uspace/lib/bithenge/helenos/os.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/linux/os.h [moved from uspace/lib/bithenge/linux/os.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/os.h [moved from uspace/lib/bithenge/os.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/print.h [moved from uspace/lib/bithenge/print.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/script.h [moved from uspace/lib/bithenge/script.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/sequence.h [moved from uspace/lib/bithenge/sequence.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/source.h [moved from uspace/lib/bithenge/source.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/transform.h [moved from uspace/lib/bithenge/transform.h with 100% similarity]
uspace/lib/bithenge/include/bithenge/tree.h [moved from uspace/lib/bithenge/tree.h with 100% similarity]
uspace/lib/bithenge/src/blob.c [moved from uspace/lib/bithenge/blob.c with 99% similarity]
uspace/lib/bithenge/src/compound.c [moved from uspace/lib/bithenge/compound.c with 98% similarity]
uspace/lib/bithenge/src/expression.c [moved from uspace/lib/bithenge/expression.c with 99% similarity]
uspace/lib/bithenge/src/failure.c [moved from uspace/lib/bithenge/failure.c with 99% similarity]
uspace/lib/bithenge/src/failure.h [moved from uspace/lib/bithenge/failure.h with 100% similarity]
uspace/lib/bithenge/src/file.c [moved from uspace/lib/bithenge/file.c with 98% similarity]
uspace/lib/bithenge/src/helenos/block.c [moved from uspace/lib/bithenge/helenos/block.c with 99% similarity]
uspace/lib/bithenge/src/helenos/block.h [moved from uspace/lib/bithenge/helenos/block.h with 98% similarity]
uspace/lib/bithenge/src/print.c [moved from uspace/lib/bithenge/print.c with 98% similarity]
uspace/lib/bithenge/src/script.c [moved from uspace/lib/bithenge/script.c with 99% similarity]
uspace/lib/bithenge/src/sequence.c [moved from uspace/lib/bithenge/sequence.c with 99% similarity]
uspace/lib/bithenge/src/source.c [moved from uspace/lib/bithenge/source.c with 97% similarity]
uspace/lib/bithenge/src/transform.c [moved from uspace/lib/bithenge/transform.c with 99% similarity]
uspace/lib/bithenge/src/tree.c [moved from uspace/lib/bithenge/tree.c with 99% similarity]