hush/editors
Denis Vlasenko cd5c7866e3 vi: remove two globals
awk: some 'lineno' vars were shorts, made them ints (code got smaller)
awk: rename global t to global ttt. still an awful name, but at least
     you can grep for it now.

function                                             old     new   delta
ttt                                                    -      28     +28
mysleep                                              104     120     +16
readit                                               408     418     +10
lineno                                                 2       4      +2
parse_program                                        338     339      +1
evaluate                                            6446    6445      -1
syntax_error                                          25      23      -2
next_token                                           917     915      -2
new_node                                              26      24      -2
tv                                                    16       8      -8
skip_spaces                                           68      53     -15
t                                                     28       -     -28
rfds                                                 128       -    -128
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 4/6 up/down: 57/-186)          Total: -129 bytes
2007-05-17 16:37:22 +00:00
..
awk.c vi: remove two globals 2007-05-17 16:37:22 +00:00
Config.in Add option to disable command execution from vi & awk 2006-12-19 00:29:22 +00:00
ed.c inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) 2007-03-24 22:42:29 +00:00
Kbuild build system overhaul 2006-10-05 10:17:08 +00:00
patch.c style fixes. No code changes 2007-04-12 00:32:05 +00:00
sed.c sed: fix escaped newlines in -f; fix multiple -f and -e 2007-04-12 21:20:25 +00:00
vi.c vi: remove two globals 2007-05-17 16:37:22 +00:00