# # ChangeLog for uspace/lib/bithenge/Makefile in mainline # # Generated by Trac 1.6 # 2026-06-02T21:14:37Z Tue, 21 Aug 2012 10:48:03 GMT Vojtech Horky [8fc0f47c] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/test.c (modified) * uspace/lib/bithenge/Makefile (modified) * uspace/lib/bithenge/include/bithenge/blob.h (moved) * uspace/lib/bithenge/include/bithenge/compound.h (moved) * uspace/lib/bithenge/include/bithenge/expression.h (moved) * uspace/lib/bithenge/include/bithenge/file.h (moved) * uspace/lib/bithenge/include/bithenge/helenos/os.h (moved) * uspace/lib/bithenge/include/bithenge/linux/os.h (moved) * uspace/lib/bithenge/include/bithenge/os.h (moved) * uspace/lib/bithenge/include/bithenge/print.h (moved) * uspace/lib/bithenge/include/bithenge/script.h (moved) * uspace/lib/bithenge/include/bithenge/sequence.h (moved) * uspace/lib/bithenge/include/bithenge/source.h (moved) * uspace/lib/bithenge/include/bithenge/transform.h (moved) * uspace/lib/bithenge/include/bithenge/tree.h (moved) * uspace/lib/bithenge/src/blob.c (moved) * uspace/lib/bithenge/src/compound.c (moved) * uspace/lib/bithenge/src/expression.c (moved) * uspace/lib/bithenge/src/failure.c (moved) * uspace/lib/bithenge/src/failure.h (moved) * uspace/lib/bithenge/src/file.c (moved) * uspace/lib/bithenge/src/helenos/block.c (moved) * uspace/lib/bithenge/src/helenos/block.h (moved) * uspace/lib/bithenge/src/print.c (moved) * uspace/lib/bithenge/src/script.c (moved) * uspace/lib/bithenge/src/sequence.c (moved) * uspace/lib/bithenge/src/source.c (moved) * uspace/lib/bithenge/src/transform.c (moved) * uspace/lib/bithenge/src/tree.c (moved) Clean Bithenge headers namespace Move headers into , put ... Mon, 20 Aug 2012 21:33:29 GMT Sean Bartell [6a97f2e] * uspace/Makefile.common (modified) * uspace/lib/bithenge/Makefile (modified) uspace/Makefile.common: only generate the intended library Because ... Fri, 17 Aug 2012 04:30:42 GMT Sean Bartell [681a985] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/blob.c (moved) * uspace/lib/bithenge/blob.h (moved) * uspace/lib/bithenge/compound.c (moved) * uspace/lib/bithenge/compound.h (moved) * uspace/lib/bithenge/expression.c (moved) * uspace/lib/bithenge/expression.h (moved) * uspace/lib/bithenge/file.c (moved) * uspace/lib/bithenge/file.h (moved) * uspace/lib/bithenge/helenos/block.c (moved) * uspace/lib/bithenge/helenos/block.h (moved) * uspace/lib/bithenge/helenos/os.h (moved) * uspace/lib/bithenge/linux/os.h (moved) * uspace/lib/bithenge/os.h (added) * uspace/lib/bithenge/print.c (moved) * uspace/lib/bithenge/print.h (moved) * uspace/lib/bithenge/script.c (moved) * uspace/lib/bithenge/script.h (moved) * uspace/lib/bithenge/sequence.c (moved) * uspace/lib/bithenge/sequence.h (moved) * uspace/lib/bithenge/source.c (moved) * uspace/lib/bithenge/source.h (moved) * uspace/lib/bithenge/transform.c (moved) * uspace/lib/bithenge/transform.h (moved) * uspace/lib/bithenge/tree.c (moved) * uspace/lib/bithenge/tree.h (moved) Bithenge: move library to uspace/lib