Commit graph

297 commits

Author SHA1 Message Date
Eric S. Raymond
a141f021d5 Meaningful shortnames for RSPEAK messages. 2017-06-15 07:35:03 -04:00
Eric S. Raymond
1d37262a16 More ARB tagging. 2017-06-15 07:16:39 -04:00
Eric S. Raymond
da883d53c0 Clean up remnant magic labels. 2017-06-14 17:41:01 -04:00
Eric S. Raymond
fef9657e3e Move from random message numbers to ARB_* symbols generate from YAML. 2017-06-14 17:36:30 -04:00
NHOrus
46bb20deb3 Lowering the scope And cleaning up some warnings from static analysis 2017-06-14 15:17:02 -04:00
Eric S. Raymond
7c9a0bfb36 Fix handling of intransitive "say". 2017-06-14 15:15:00 -04:00
Eric S. Raymond
6c6498b797 Eliminate magic return value. 2017-06-14 13:35:06 -04:00
Eric S. Raymond
9344b8b329 De-FORTRANize the code. 2017-06-14 05:36:55 -04:00
Eric S. Raymond
dcf4d5f1d3 Correct a typo, and a test for the affected verb. 2017-06-13 17:32:07 -04:00
Eric S. Raymond
8718a6c1da Typo fix. 2017-06-13 17:13:38 -04:00
Eric S. Raymond
bd35d47139 Fix compiler warnings. 2017-06-13 14:33:19 -04:00
Jason S. Ninneman
bfa06be62d Fix all the simple compiler warnings. 2017-06-13 11:19:58 -07:00
NHOrus
2d1e089caf Remove shadowing of variable 2017-06-13 21:12:16 +03:00
Eric S. Raymond
1a12a3acf2 Move awqy from FORTRANISH conditionals. 2017-06-13 12:47:34 -04:00
Eric S. Raymond
6166d687b9 Code simplification. 2017-06-13 11:28:53 -04:00
Eric S. Raymond
c9abf8243c Code simplification. 2017-06-13 11:12:38 -04:00
Eric S. Raymond
a02b387999 FORTRAN line numbers returned from action() become action symbols. 2017-06-12 14:42:04 -04:00
Eric S. Raymond
cfcb1a6ec6 Fix uninitialized-variable warning. 2017-06-12 05:28:28 -04:00
Eric S. Raymond
e723b7e462 SPK is abolished. 2017-06-12 02:10:14 -04:00
Eric S. Raymond
ac88b9c7e1 More SPK localization. 2017-06-12 01:45:01 -04:00
Eric S. Raymond
a101fc8679 SPK localization. 2017-06-12 01:28:20 -04:00
Eric S. Raymond
80c0c10221 Localize K to main.c 2017-06-12 00:21:14 -04:00
Eric S. Raymond
1f7a1bc8fd Localization moves for K. 2017-06-12 00:10:07 -04:00
Eric S. Raymond
a062d43079 SPK is no longer global. 2017-06-11 22:04:14 -04:00
Eric S. Raymond
e2ebc24114 Continue localization of SPK (not yet complete). 2017-06-11 21:58:21 -04:00
Eric S. Raymond
7485a8a1e1 Limit visibility of ugly globals. 2017-06-11 21:07:53 -04:00
Eric S. Raymond
bfda14305a Abolish 18999 return from actions(). 2017-06-11 11:25:31 -04:00
Eric S. Raymond
093415efc8 Abolish 2009 return. 2017-06-11 11:13:31 -04:00
Eric S. Raymond
8cdbf034a2 Code simplifications based on abolishing 2011. 2017-06-11 10:59:33 -04:00
Eric S. Raymond
5e5ad6b1aa Abolish 2011 return from actions. A step towards localizing SPK. 2017-06-11 10:12:58 -04:00
Eric S. Raymond
3c78ff879b Clean up dummy macro arguments. 2017-06-11 07:29:29 -04:00
Eric S. Raymond
d3e84846d3 Readability fix. 2017-06-10 13:58:18 -04:00
Eric S. Raymond
b92fb66c44 Last goto removed from actions.c 2017-06-10 13:43:17 -04:00
Eric S. Raymond
f6da31f689 Just one label left in actions.c. 2017-06-10 13:31:48 -04:00
Eric S. Raymond
e6f183ba7f Use C idioms for increment/decrement. 2017-06-10 12:38:40 -04:00
Eric S. Raymond
3af993abca Isolate the grotty save/resume code. Most of it will soon go away. 2017-06-10 05:38:47 -04:00
Eric S. Raymond
9bac28878d Replace magic linenumbers with a clearer enum. 2017-06-10 00:23:28 -04:00
Eric S. Raymond
b22d6a65b9 More goto eliminations. 2017-06-09 17:22:20 -04:00
Eric S. Raymond
64897f132e Abolish global variable I. 2017-06-09 11:53:02 -04:00
Eric S. Raymond
db8dc40b84 Abolish a silly layer of macros. 2017-06-09 11:36:49 -04:00
Eric S. Raymond
0a4325ce45 Eliminate a global variable. 2017-06-09 11:19:47 -04:00
Eric S. Raymond
2606284916 Remove objectioonable uses of global variables. 2017-06-09 10:39:12 -04:00
Eric S. Raymond
37117f20e0 Eliminate objectionable use of global. 2017-06-09 10:17:13 -04:00
Eric S. Raymond
9ecbfa2ca8 Reformat actions.c, no code changes. 2017-06-09 10:00:28 -04:00
Eric S. Raymond
54d22714d9 Suspend/resume handler. 2017-06-09 09:54:23 -04:00
Eric S. Raymond
652e4ed733 Mass goto removal. Switch now calls handlers directly. 2017-06-09 09:04:26 -04:00
Eric S. Raymond
dd9bbe1f00 Because (almost) everything is done in handlers now, merge the action files. 2017-06-09 08:54:03 -04:00
Renamed from actions1.c (Browse further)