# # ChangeLog for uspace/lib/bithenge/include in mainline # # Generated by Trac 1.6 # 2026-04-03T04:14:06Z Tue, 21 Aug 2012 12:07:58 GMT Vojtech Horky [6cd10ac] * uspace/app/bithenge/test.c (modified) * uspace/lib/bithenge/Makefile.linux (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/bithenge/include/bithenge/os.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/common.h (added) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/failure.h (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/common.h (moved) * uspace/lib/bithenge/src/linux/common.h (moved) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/source.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/bithenge/src/tree.c (modified) Bithenge: hide os.h from public include/ 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 ...