# # ChangeLog for uspace/lib/bithenge in mainline # # Generated by Trac 1.6 # 2025-12-16T00:51:30Z Sat, 18 Aug 2012 23:20:48 GMT Sean Bartell [1c79996] * uspace/dist/src/bithenge/basic.bh (added) * uspace/dist/src/bithenge/basic.dat (added) * uspace/dist/src/bithenge/basic.out (added) * uspace/dist/src/bithenge/bits.bh (moved) * uspace/dist/src/bithenge/bits.dat (moved) * uspace/dist/src/bithenge/bits.out (moved) * uspace/dist/src/bithenge/cond.bh (moved) * uspace/dist/src/bithenge/cond.dat (moved) * uspace/dist/src/bithenge/cond.out (moved) * uspace/dist/src/bithenge/expression.bh (added) * uspace/dist/src/bithenge/expression.dat (added) * uspace/dist/src/bithenge/expression.out (added) * uspace/dist/src/bithenge/fat.bh (modified) * uspace/dist/src/bithenge/fat.dat (added) * uspace/dist/src/bithenge/fat.out (added) * uspace/dist/src/bithenge/repeat.bh (moved) * uspace/dist/src/bithenge/repeat.dat (moved) * uspace/dist/src/bithenge/repeat.out (moved) * uspace/dist/src/bithenge/test.sh (modified) * uspace/lib/bithenge/expression.c (modified) * uspace/lib/bithenge/sequence.c (modified) * uspace/lib/bithenge/transform.c (modified) * uspace/lib/bithenge/tree.c (modified) Bithenge: fix issues and expand coverage for test.sh Sat, 18 Aug 2012 03:58:10 GMT Sean Bartell [3a7356dc] * uspace/dist/src/bithenge/fat.bh (modified) * uspace/lib/bithenge/blob.c (modified) * uspace/lib/bithenge/blob.h (modified) * uspace/lib/bithenge/expression.c (modified) * uspace/lib/bithenge/expression.h (modified) Bithenge: make concatenation lazier 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