Johannes Altmanninger
|
49c5f96470
|
Use set -l to force use of a local variable
Bare set overwrites a global/universal variable if it exists.
|
2020-05-15 08:25:07 +02:00 |
|
ridiculousfish
|
36998eee55
|
Make more miscellaneous globals thread safe
|
2019-05-04 20:58:35 -07:00 |
|
ridiculousfish
|
18cecd3663
|
Beef up find_globals
Allow it to find the source declarations for globals, and ignore const ones.
|
2019-05-04 20:42:48 -07:00 |
|
ridiculousfish
|
36a149337b
|
Eliminate / vet and whitelist some more globals
|
2018-09-29 01:11:15 -04:00 |
|
ridiculousfish
|
20cb62440c
|
Eliminate some mutable global variables
Make them const or otherwise get rid of them
|
2018-09-29 00:20:50 -04:00 |
|
ridiculousfish
|
f465760d1f
|
Add a tool to locate global variables
|
2018-09-29 00:18:33 -04:00 |
|