Code simplification.
[open-adventure.git] / actions.c
2017-06-13 Eric S. RaymondCode simplification.
2017-06-12 Eric S. RaymondFORTRAN line numbers returned from action() become...
2017-06-12 Eric S. RaymondFix uninitialized-variable warning.
2017-06-12 Eric S. RaymondSPK is abolished.
2017-06-12 Eric S. RaymondMore SPK localization.
2017-06-12 Eric S. RaymondSPK localization.
2017-06-12 Eric S. RaymondLocalize K to main.c
2017-06-12 Eric S. RaymondLocalization moves for K.
2017-06-12 Eric S. RaymondSPK is no longer global.
2017-06-12 Eric S. RaymondContinue localization of SPK (not yet complete).
2017-06-12 Eric S. RaymondLimit visibility of ugly globals.
2017-06-11 Eric S. RaymondAbolish 18999 return from actions().
2017-06-11 Eric S. RaymondAbolish 2009 return.
2017-06-11 Eric S. RaymondCode simplifications based on abolishing 2011.
2017-06-11 Eric S. RaymondAbolish 2011 return from actions. A step towards locali...
2017-06-11 Eric S. RaymondClean up dummy macro arguments.
2017-06-10 Eric S. RaymondReadability fix.
2017-06-10 Eric S. RaymondLast goto removed from actions.c
2017-06-10 Eric S. RaymondJust one label left in actions.c.
2017-06-10 Eric S. RaymondUse C idioms for increment/decrement.
2017-06-10 Eric S. RaymondIsolate the grotty save/resume code. Most of it will...
2017-06-10 Eric S. RaymondReplace magic linenumbers with a clearer enum.
2017-06-09 Eric S. RaymondMore goto eliminations.
2017-06-09 Eric S. RaymondAbolish global variable I.
2017-06-09 Eric S. RaymondAbolish a silly layer of macros.
2017-06-09 Eric S. RaymondEliminate a global variable.
2017-06-09 Eric S. RaymondRemove objectioonable uses of global variables.
2017-06-09 Eric S. RaymondEliminate objectionable use of global.
2017-06-09 Eric S. RaymondReformat actions.c, no code changes.
2017-06-09 Eric S. RaymondSuspend/resume handler.
2017-06-09 Eric S. RaymondMass goto removal. Switch now calls handlers directly.
2017-06-09 Eric S. RaymondBecause (almost) everything is done in handlers now...