# # ChangeLog for uspace/lib/bithenge/Makefile.linux in mainline # # Generated by Trac 1.6 # 2026-02-27T03:55:41Z 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 11:02:49 GMT Vojtech Horky [2ee05261] * uspace/app/bithenge/Makefile.linux (modified) * uspace/lib/bithenge/Makefile.linux (modified) Bithenge: fix Linux build Sun, 19 Aug 2012 05:28:24 GMT Sean Bartell [a42d7d8] * uspace/app/bithenge/Makefile.linux (modified) * uspace/lib/bithenge/Makefile.linux (modified) * uspace/lib/bithenge/blob.c (modified) * uspace/lib/bithenge/blob.h (modified) * uspace/lib/bithenge/expression.c (modified) * uspace/lib/bithenge/failure.c (added) * uspace/lib/bithenge/failure.h (added) * uspace/lib/bithenge/file.c (modified) * uspace/lib/bithenge/os.h (modified) * uspace/lib/bithenge/script.c (modified) * uspace/lib/bithenge/sequence.c (modified) * uspace/lib/bithenge/tree.c (modified) * uspace/lib/bithenge/tree.h (modified) Bithenge: add fake system call errors to test error handling 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