# # ChangeLog for uspace/app/bithenge/Makefile.linux in mainline # # Generated by Trac 1.6 # 2025-01-08T09:41:41Z 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 Tue, 14 Aug 2012 03:17:17 GMT Sean Bartell [2988aec7] * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/dist/src/bithenge/fat.bh (modified) Bithenge: read FAT files/subdirs; self-recursion and more operators Thu, 09 Aug 2012 04:57:22 GMT Sean Bartell [3c70376] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/compound.c (added) * uspace/app/bithenge/compound.h (added) * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: move compound transforms to separate file; fix warnings Thu, 02 Aug 2012 22:08:59 GMT Sean Bartell [0f8062a4] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/sequence.c (added) * uspace/app/bithenge/sequence.h (added) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: move struct code to sequence.c; factor out non-struct- ... Sat, 28 Jul 2012 00:02:20 GMT Sean Bartell [6e34bd0] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/expression.c (added) * uspace/app/bithenge/expression.h (added) * uspace/app/bithenge/transform.h (modified) Bithenge: add expressions Tue, 24 Jul 2012 22:19:16 GMT Sean Bartell [842ed146] * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/print.c (modified) Bithenge: use indentation in tree output Tue, 26 Jun 2012 19:56:26 GMT Sean Bartell [04a7435f] * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add the struct transform Sun, 24 Jun 2012 17:32:30 GMT Sean Bartell [03b2b2c] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/helenos/os.h (modified) * uspace/app/bithenge/linux/os.h (modified) * uspace/app/bithenge/script.c (added) * uspace/app/bithenge/script.h (added) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: add working but useless script parser. Sat, 23 Jun 2012 18:24:21 GMT Sean Bartell [da0fef6] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/helenos/block.c (moved) * uspace/app/bithenge/helenos/block.h (moved) * uspace/app/bithenge/helenos/os.h (added) * uspace/app/bithenge/linux/os.h (added) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/source.c (added) * uspace/app/bithenge/source.h (added) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: port to Linux and allow choosing a data source