Compare commits

..

No commits in common. "trunk" and "v0.4.1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ tasks:
CC=clang CXX=clang++ make CC=clang CXX=clang++ make
find out/ -maxdepth 1 -type f -exec readelf -d {} + | tee /dev/stderr | grep Shared | LC_ALL=C sort -u find out/ -maxdepth 1 -type f -exec readelf -d {} + | tee /dev/stderr | grep Shared | LC_ALL=C sort -u
- manpages: | - manpages: |
sudo sh -c 'curl https://ra.ws.co.ls/~nabijaczleweli/groff-1.23-unfucking/blob/trunk/mdoc.local >> /etc/groff/mdoc.local' sudo sh -c 'curl https://git.sr.ht/~nabijaczleweli/groff-1.23-unfucking/blob/trunk/mdoc.local >> /etc/groff/mdoc.local'
git -C tzpfms/ worktree add ../tzpfms-man man git -C tzpfms/ worktree add ../tzpfms-man man
cd tzpfms-man cd tzpfms-man
git ls-tree -z --name-only HEAD | grep -z tpm | xargs -0 rm -r git ls-tree -z --name-only HEAD | grep -z tpm | xargs -0 rm -r

View File

@ -12,7 +12,7 @@
#define TZPFMS_BACKEND_MAX_LEN 16 #define TZPFMS_BACKEND_MAX_LEN 16
enum class key_loadedness : signed char { enum class key_loadedness : char {
none = -1, none = -1,
unloaded = 0, unloaded = 0,
loaded = 1, loaded = 1,