K 10 svn:author V 3 bde K 8 svn:date V 27 1996-11-12T20:00:24.000000Z K 7 svn:log V 424 Fixed buffer overflow for large values in editval(). The buffers were one too small for (hex) 12345678 and 4 too small for -1234567890. Large values can be created by config and userconfig although not (previously) by visual userconfig. Fixed a sign extension bug for backspacing on "negative" hex values in editval(). Increased field width and range for `flags' so that all possible values can be displayed and edited. END