rune - Transaction prep - remove locking qualifiers
authorMatthew Dillon <dillon@backplane.com>
Tue, 16 May 2023 05:01:17 +0000 (22:01 -0700)
committerMatthew Dillon <dillon@backplane.com>
Tue, 16 May 2023 05:01:17 +0000 (22:01 -0700)
commit3f2b8d81be27808c9e2efb6524045639fc3c236c
treea71fab9842dc0f3389e8abb43a0c815958341cb9
parent2469ccdd2b8dcd1f153591d4ed22ab80bb67ab5d
rune - Transaction prep - remove locking qualifiers

* Remove untracked, unlocked, soft, hard, and *_LOCKING_MASK
19 files changed:
.gitignore [new file with mode: 0644]
TODO
classes/gadgets/input.d
classes/gfx/event.d
docs/grammar.html
docs/overview.html
libgen/run_exp.c
libgen/run_object.c
librune/decl.h
librune/parse2.c
librune/resolve.c
librune/sym.c
librune/sym.h
librune/type.c
librune/type.h
libruntime/sys_misc.c
tests/method.d
tests/new3.d
tests/unserialized.d