Correct return types for all of the action handling functions in actions, so it's...
[open-adventure.git] / advent.h
2017-06-06 Eric S. RaymondSemantic types.
2017-06-06 Eric S. RaymondBegin to split undifferentiated longs into semantic...
2017-06-06 Eric S. RaymondMagic-number elimination.
2017-06-06 Eric S. RaymondReplace homebrew IABS() with C kubrary labs(3).
2017-06-04 Jason S. NinnemanRemove a disused function, thereby upping the code...
2017-06-02 Eric S. RaymondSimplify bitmask test/set from FORTRANish to actual C.
2017-06-02 Eric S. RaymondMacro elimination - easy cases first. No logic changes.
2017-06-02 Eric S. RaymondHeader consolidation - main.h, misc.h, and share.h...