chiark / gitweb /
Use C99 bool within source modules.
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:45:44 +0000 (21:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Nov 2018 21:48:24 +0000 (21:48 +0000)
commit5f5b284c0bddbe67de14b2d2bfb596bc7ba1298a
treef96b55a27088ae71d74dc83d7cc3731c5d5bf6dc
parenta550ea0a47374705a37f36b0f05ffe9e4c8161fb
Use C99 bool within source modules.

This is the main bulk of this boolification work, but although it's
making the largest actual change, it should also be the least
disruptive to anyone interacting with this code base downstream of me,
because it doesn't modify any interface between modules: all the
inter-module APIs were updated one by one in the previous commits.
This just cleans up the code within each individual source file to use
bool in place of int where I think that makes things clearer.
61 files changed:
blackbox.c
bridges.c
cube.c
divvy.c
dominosa.c
dsf.c
emcc.c
fifteen.c
filling.c
findloop.c
flip.c
flood.c
galaxies.c
grid.c
gtk.c
guess.c
inertia.c
keen.c
latin.c
lightup.c
loopgen.c
loopy.c
magnets.c
map.c
matching.c
midend.c
mines.c
nestedvm.c
net.c
netslide.c
obfusc.c
osx.m
palisade.c
pattern.c
pearl.c
pegs.c
printing.c
ps.c
range.c
rect.c
samegame.c
signpost.c
singles.c
sixteen.c
slant.c
solo.c
tdq.c
tents.c
towers.c
tracks.c
tree234.c
twiddle.c
undead.c
unequal.c
unfinished/group.c
unfinished/separate.c
unfinished/slide.c
unfinished/sokoban.c
unruly.c
untangle.c
windows.c