* tuiIO.h: Remove old declarations and add the new ones.
[binutils-gdb.git] / gdb / tui / ChangeLog
1 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2
3 * tuiIO.h: Remove old declarations and add the new ones.
4 * tuiIO.c: New management for curses and gdb terminal interactions.
5 (tui_tputs): Remove.
6 (tuiTermSetup, tuiTermUnsetup): Remove, must use normal curses ops.
7 (tuiBufferGetc, tui_vStartNewLines, _updateCommandInfo): Remove.
8 (tui_owns_terminal): Remove.
9 (tui_redisplay_readline): New function.
10 (tui_puts): New function.
11 (tui_prep_terminal): New function.
12 (tui_deprep_terminal): New function.
13 (tui_getc): Rename of tuiGetc, simplify and fix.
14 (tui_setup_io): New function.
15 (tui_initialize_io): New function.
16
17 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18
19 * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin.
20 (_tuiRegisterFormat): Reduce size of format result.
21
22 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23
24 * tuiGeneralWin.c (boxWin): Use the tui configuration variables.
25 * tuiWin.h: Declare the new variables.
26 * tuiWin.c (_initialize_tuiWin): Create TUI configuration variables.
27 (tui_update_variables): New function.
28 (translate): New function.
29 (tui_border_kind_enums, tui_border_mode_enums): New tables.
30 (tui_border_mode_translate): New table.
31 (tui_border_kind_translate_*): New tables.
32 (tui_active_border_mode): New variables.
33 (tui_border_*): New variables.
34
35 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
36
37 * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable.
38 (_makeVisibleWithNewHeight): Use TuiLineOrAddress type.
39
40 * tuiStack.c (tuiShowFrameInfo): Use TuiLineOrAddress type.
41 (tui_vUpdateLocatorFilename): Remove.
42 * tuiStack.h: Update prototypes.
43
44 * tuiSourceWin.c (tuiAddrIsDisplayed): New function.
45 (tuiLineIsDisplayed): Split for address and line.
46 (tuiUpdateSourceWindow): Use TuiLineOrAddress type.
47 (tuiUpdateSourceWindowAsIs): Likewise.
48 (tuiUpdateSourceWindowsWithAddr): Likewise.
49 (tuiUpdateSourceWindowsWithLine): Likewise.
50 (tuiHorizontalSourceScroll): Likewise.
51 (tuiSetIsExecPointAt): Likewise.
52 (tuiUpdateOnEnd): Likewise.
53 * tuiSourceWin.h: Update prototypes.
54
55 * tuiSource.c (tuiVerticalSourceScroll): Use TuiLineOrAddress type.
56 (tuiShowSource): Likewise.
57 (tuiVerticalSourceScroll): Likewise.
58 * tuiSource.h (tuiShowSource): Update prototype.
59
60 * tuiDisassem.c (tuiSetDisassemContent): Use CORE_ADDR for address.
61 (tuiShowDisassem): Use TuiLineOrAddress type.
62 (tuiShowDisassemAndUpdateSource): Likewise.
63 (tuiVerticalDisassemScroll): Likewise.
64 (tuiShowDisassemAsIs): Remove.
65 * tuiDisassem.h (tuiSetDisassemContent): Update prototype.
66
67 * tuiData.c (initWinInfo): Use CORE_ADDR for address.
68 (clearWinDetail): Likewise.
69 (displayableWinContentOf): Fix address conversion.
70 (tuiNextWin): Fix crash when the window is not yet created.
71 (partialWinByName): Likewise.
72
73 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
74
75 * tuiSourceWin.h: Remove unused declarations.
76 * tuiSourceWin.c (tui_vUpdateSourceWindowsWithAddr): Remove.
77 (tui_vUpdateSourceWindowsWithLine): Remove.
78 (tui_vAllSetHasBreakAt): Remove.
79
80 * tuiLayout.h (tui_set_layout): Declare.
81 (tui_vSetLayoutTo): Remove.
82 (tui_vAddWinToLayout): Remove.
83 * tuiLayout.c (_tuiLayout_command): Call tui_enable() to force TUI.
84 (_tuiToggleLayout_command): Remove.
85 (_tuiToggleSplitLayout_command): Remove.
86 (_tuiLayout_command): Remove.
87 (tui_vSetLayoutTo): Remove.
88 (tui_vAddWinToLayout): Remove.
89
90 * tuiDataWin.h (tui_vCheckDataValues): Remove.
91 * tuiDataWin.c (tui_vCheckDataValues): Remove.
92
93 2001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
94
95 * tuiWin.c (tuiStrDup): Remove, replaced by xstrdup.
96 (_parseScrollingArgs): Use xstrdup.
97 (_tuiScrollForward_command): Call tui_enable() to force TUI mode.
98 (_tuiScrollBackward_command): Likewise.
99 (_tuiScrollLeft_command): Likewise.
100 (_tuiScrollRight_command): Likewise.
101 (_tuiSetFocus): Likewise.
102 (_tuiSetFocus_command): Likewise.
103 (_tuiRefreshAll_command): Likewise.
104 (_tuiSetTabWidth_command): Likewise.
105 (_tuiSetWinHeight): Likewise.
106 (_tuiSetWinHeight_command): Likewise.
107 (_tuiXDBsetWinHeight): Likewise.
108 (_tui_vSetFocus): Remove.
109 (_tui_vSetWinHeight): Remove.
110 (_tui_vXDBsetWinHeight): Remove.
111
112 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
113
114 * tuiCommand.h: Remove unused declarations.
115 * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences.
116 (tuiIncrCommandCharCountBy): Remove.
117 (tuiDecrCommandCharCountBy): Remove.
118 (tuiSetCommandCharCountTo): Remove.
119 (tuiClearCommandCharCount): Remove.
120
121 2001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
122
123 * tuiWin.c (_initialize_tuiWin): Always define the tui commands;
124 create the tui class help.
125 * tuiLayout.c (_initialize_tuiLayout): Always define the tui commands.
126 * tuiRegs.c (_initialize_tuiRegs): Likewise.
127 * tuiStack.c (_initialize_tuiStack): Likewise.
128
129 2001-07-19 Stephane Carrez <Stephane.Carrez@worldnet.fr>
130
131 * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR.
132 (tuiVerticalDisassemScroll): Likewise.
133 (tuiShowDisassemAndUpdateSource): Check for null symtab to
134 prevent a crash.
135
136 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
137
138 * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll.
139 (tuiRead, tui_vread): Remove.
140
141 * tui.c (va_catch_errors, tuiDo, tuiDoAndReturnToTop): Remove.
142 (vcatch_errors, _tui_vDo): Remove.
143 * tui.h (tuiDo, tuiDoAndReturnToTop): Remove.
144
145 * tuiLayout.c (tuiSetLayout): Remove vcatch_errors.
146 (tui_set_layout): Rename of _tuiSetLayoutTo, public.
147 (_tuiToggleLayout_command): Merge with _tui_vToggleLayout_command.
148 (_tuiToggleSplitLayout_command): Merge with _tui_vToggleSplitLayout_command.
149 (_tuiLayout_command): Call tui_set_layout.
150
151 * tuiRegs.c (_tuiScrollRegsBackward_command): Call tui_scroll.
152 (_tuiScrollRegsForward_command): Likewise.
153 (_tuiShowFloat_command): Call _tui_vShowRegisters_commandSupport.
154 (_tuiShowGeneral_command): Likewise.
155 (_tuiShowSpecial_command): Likewise.
156 (_tuiToggleFloatRegs_command): Call tuiToggleFloatRegs.
157 * tuiWin.c (tui_scroll): Rename of tui_vScroll, update parameters.
158 (_tuiScrollForward_command): Call tui_scroll.
159 (_tuiScrollBackward_command): Likewise.
160 (_tuiScrollLeft_command): Likewise.
161 (_tuiScrollRight_command): Likewise.
162 (_tuiSetFocus_command): Call _tuiSetFocus.
163 (_tuiRefreshAll_command): Call tuiRefreshAll.
164 (_tuiSetWinHeight_command): Call _tuiSetWinHeight.
165 (_tuiXDBsetWinHeight_command): Call _tuiXDBsetWinHeight.
166 * tuiWin.h (tui_scroll): Rename of tui_vScroll, update parameters.
167
168 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
169
170 * tuiData.h (TuiLocatorElement): Use CORE_ADDR for address member.
171 (TuiLineOrAddress): Likewise.
172 * tuiDisassem.c (tuiGetBeginAsmAddress): Use CORE_ADDR to specify
173 an address.
174 (tuiSetDisassemContent): Likewise.
175 (tuiShowDisassem, tuiShowDisassemAndUpdateSource): Likewise.
176 * tuiLayout.c (_extractDisplayStartAddr): Likewise.
177 (tuiSetLayout): Likewise.
178 * tuiSourceWin.c (tuiDisplayMainFunction): Likewise.
179 (tuiUpdateSourceWindowsWithAddr): Likewise.
180 (tuiUpdateSourceWindowsWithLine): Likewise.
181 (tuiSetHasBreakAt): Likewise.
182 * tuiStack.c (tuiSetLocatorInfo): Likewise.
183 (tuiSwitchFilename): Likewise.
184 (tuiUpdateLocatorInfoFromFrame): Likewise.
185 (tuiSetLocatorContent): Likewise.
186 (tuiShowFrameInfo): Likewise.
187 * tuiDisassem.h: Update prototypes to use CORE_ADDR.
188 * tuiSourceWin.h: Likewise.
189 * tuiStack.h: Likewise.
190
191 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
192
193 * tuiWin.c: Add missing includes.
194 (_makeVisibleWithNewHeight): Fix call to find_line_pc.
195 * tuiLayout.c: Add missing includes.
196 (_initAndMakeWin): Don't put curses in echo mode.
197 (_extractDisplayStartAddr): Fix calls to find_line_pc.
198 (_tuiLayout_command): Missing ',' in warning call.
199 * tuiSourceWin.c (tuiUpdateSourceWindowsWithLine): Fix calls to
200 find_line_pc.
201 (tuiSetHasBreakAt): Check for null source file.
202
203 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
204
205 * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
206 * tuiLayout.c (_tuiSetLayoutTo): Likewise.
207 * tui.c (_tui_vToggle_command): Likewise.
208
209 2001-07-17 Elena Zannoni <ezannoni@redhat.com>
210
211 * tui-file.c: Add include of tuiIO.h, for tuiPuts_unfiltered.
212
213 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
214
215 * tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE in
216 each register window.
217 (tuiCheckRegisterValues): Use REGISTER_RAW_SIZE to obtain the size
218 of the register to check.
219 (_tuiRegValueHasChanged): Likewise.
220 (_tuiRegisterName): Use REGISTER_NAME.
221 (tui_restore_gdbout): New function.
222 (_tuiRegisterFormat): Use do_registers_info with gdb_stdout redirected
223 to a string.
224 (START_SPECIAL_REGS): Define.
225 (_tuiGetRegisterRawValue): Use get_saved_register.
226 (_tuiDisplayRegister): Fix clearing of register window.
227
228 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
229
230 * tui-file.h (fputs_unfiltered_hook): Remove.
231 * tui-file.c (tui_file_flush): Remove fputs_unfiltered_hook.
232 (tui_file_fputs): Likewise; simplify
233
234 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
235
236 * tuiStack.c: Add missing includes.
237 (tuiShowFrameInfo): Don't crash when there is no symbol table
238 associated with the pc.
239 * tuiSource.c (_hasBreak): Check for null source file.
240 * tuiWin.c (tuiRefreshAll): Check for null winList[type].
241 (_tuiSetFocus): Check for null dataWin.
242 * tuiGeneralWin.c (refreshAll): Check for null list[type].
243
244 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
245
246 * tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_info
247 to disassemble in the curses window.
248
249 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
250
251 * tui.h: Cleanup to avoid inclusion of curses includes.
252 (TuiGenWinInfo, TuiGenWinInfoPtr): Move from here.
253 * tuiData.h: To here; include curses includes here.
254 (setTermHeightTo): Rename of setTermHeight to follow reality.
255 (setTermWidthTo): Likewise with setTermWidth.
256
257 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
258
259 * tuiWin.c, tui.c, tuiCommand.c: Use ansi prototype.
260 tuiIO.c, tuiData.c: Likewise.
261 tuiDataWin.c, tuiDisassem.c: Likewise.
262 tuiGeneralWin.c, tuiLayout.c: Likewise.
263 tuiRegs.c, tuiSource.c: Likewise.
264 tuiSouceWin.c, tuiStack.c: Likewise.
265
266 2001-07-14 Stephane Carrez <Stephane.Carrez@worldnet.fr>
267
268 * tuiWin.c, tuiWin.h, tui.c, tui.h, tuiCommand.c: Add FSF copyright.
269 tuiCommand.h, tuiIO.c, tuiIO.h, tuiData.h, tuiData.c: Likewise.
270 tuiDataWin.c, tuiDataWin.h, tuiDisassem.c, tuiDisassem.h: Likewise.
271 tuiGeneralWin.c, tuiGeneralWin.h, tuiLayout.c, tuiLayout.h: Likewise.
272 tuiRegs.c, tuiRegs.h, tuiSource.c, tuiSource.h: Likewise.
273 tuiSouceWin.c, tuiSourceWin.h, tuiStack.c, tuiStack.h: Likewise.
274
275 2001-03-08 Andrew Cagney <ac131313@redhat.com>
276
277 * tuiRegs.c: Use NUM_REGS, not ARCH_NUM_REGS.
278
279 2001-03-06 Kevin Buettner <kevinb@redhat.com>
280
281 * tui-file.h: Update/correct copyright notice.
282
283 Wed Feb 7 19:54:27 2001 Andrew Cagney <cagney@redhat.com>
284
285 * tui-file.c: Add __FILE__ and __LINE__ parameter to calls to
286 internal_error.
287
288 2000-12-14 Kevin Buettner <kevinb@redhat.com>
289
290 * tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrences
291 of free() with xfree().
292
293 2000-06-22 Kevin Buettner <kevinb@redhat.com>
294
295 * tuiSourceWin.h: Eliminate use of PARAMS from this file.
296
297 2000-06-20 Kevin Buettner <kevinb@redhat.com>
298
299 * tuiLayout.c: Eliminate use of PARAMS from this file.
300
301 2000-06-17 Kevin Buettner <kevinb@redhat.com>
302
303 * tuiIO.c: Eliminate use of PARAMS from this file.
304
305 Thu May 25 14:46:20 2000 Andrew Cagney <cagney@b1.cygnus.com>
306
307 * tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and
308 "tuiCommand.h".
309 (tui_file_fputs): Pass ``file'' and not ``stream'' to
310 tui_file_adjust_strbuf.
311
312 Thu May 25 16:58:01 2000 Andrew Cagney <cagney@b1.cygnus.com>
313
314 * tui.h: Include <ncurses.h> when available.
315 * tui.c, tuiGeneralWin.c: Do not include <curses.h>.
316
317 Mon May 15 17:16:10 2000 Andrew Cagney <cagney@b1.cygnus.com>
318
319 * Makefile.in: Delete.
320
321 Tue Apr 18 15:32:15 2000 Andrew Cagney <cagney@b1.cygnus.com>
322
323 * Makefile.in (distclean, maintainer-clean, realclean,
324 mostlyclean): New targets.
325
326 Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
327
328 * tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h,
329 tuiRegs.c: Update to reflect rename of gdb-file / GDB_FILE to
330 ui-file / ``struct ui_file''.
331
332 Mon Jan 31 18:12:43 2000 Andrew Cagney <cagney@b1.cygnus.com>
333
334 * tui-file.c (enum streamtype, struct tui_stream, tui_file_new,
335 tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
336 tui_file_rewind, tui_file_put, tui_file_fputs,
337 tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
338 fputs_unfiltered_hook): Move to here from ../utils.c
339
340 * tui-file.h, tui-file.c: New files.
341
342 Mon Nov 8 17:47:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
343
344 * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
345 (tuiSetDisassemContent): Replace gdb_file_init_astring with
346 tui_sfileopen. Replace gdb_file_get_strbuf with
347 tui_file_get_strbuf.
348
349 Mon Nov 8 16:54:51 1999 Andrew Cagney <cagney@b1.cygnus.com>
350
351 * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
352 (tuiSetDisassemContent): Repace gdb_file_deallocate with
353 gdb_file_delete. Replace gdb_file_init_astring with tui_sfileopen.
354
355 Fri Sep 17 19:34:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
356
357 * tuiSource.c: Include "source.h".
358 (open_source_file, find_source_lines): Delete declarations.
359
360 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
361
362 * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
363 system.
364
365 Thu Dec 31 12:08:32 1998 David Taylor <taylor@texas.cygnus.com>
366
367 The following changes were made by Jim Blandy <jimb@cygnus.com>,
368 Edith Epstein <eepstein@cygnus.com>, Elena Zannoni
369 <ezannoni@cygnus.com> Stan Shebs <shebs@cygnus.com>, and David
370 Taylor <taylor@cygnus.com>, as part of the project to merge in
371 changes originally made by HP; HP did not create ChangeLog
372 entries.
373
374 * Makefile.in: New file; we're merging HP's changes into GDB, and
375 we've moved the TUI files into a subdirectory, so we need a new
376 Makefile.
377
378 * tui.c:
379 #include <term.h>, if we have it, to get declarations for
380 the termcap functions on Solaris.
381 (tgoto): Add external K&R declaration for this; Solaris doesn't
382 bother to actually declare it in their header files.
383 (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
384 we'd rather use the USG mechanisms than the Berkeley mechanisms
385 (TIOCGETC is one of the Berkeley terminal control ioctls).
386 Apologies if this causes trouble later; this should all be handled
387 by autoconf...
388 (strcat_to_buf, strcat_to_buf_with_fmt): New functions, moved here
389 from ../utils.h.
390 (tuiFree): replace safe_free with free.
391 (strcat_to_buf): new function, copied from utils.c.
392 (tuiInit): Add ignored `argv0' argument, to match the type that
393 init_ui_hook expects; updated declaration. Call the
394 initialize_tui_files function constructed above. Initialize
395 flush_hook to NULL.
396 (tuiInitWindows): Call tuiSetLocatorContent, to get the first
397 element of the locator window's content allocated. This seems
398 wrong, because it must have been initialized somehow in HP's
399 sources, and we should do it the same way now. But we do get
400 further before it segfaults. [Postscript: HP didn't bother to
401 initialize it; they compile
402 (va_catch_errors, vcatch_errors): Functions moved here from
403 ../utils.c in HP's sources. They're not used anywhere else.
404 (xdb_style): Delete this variable, and remove all references to
405 it. It's always true.
406 (tuiInit, _tui_vDo): References removed.
407
408 * tui.h: Add prototypes.
409 Don't #include "gendefs.h"; it's only used in the TUI.
410 Integrate its contents into this file:
411 #include <ansidecl.h> here.
412 (Opaque, OpaqueFuncPtr): Typedefs moved to here.
413
414 * tuiCommand.c: #include "defs.h", so we get the appropriate
415 definition of GDB_FILE.
416
417 * tuiData.c
418 (freeWindow): replace safe_free with free.
419 (tui_version): don't define it here; it's defined in main.c now.
420
421 * tuiDisassem.c
422 (tuiSetDisassemContent): Call strcat_address_numeric instead of
423 strcat_address. Simplify the control structure. Use predefined
424 GDB function to print asm inst address. Use GDB_FILE to collect
425 output into buffers.
426
427 * tuiIO.c
428 (tgoto): Add external K&R declaration for this here too.
429 (tuiGetc, tuiTermSetup, tuiTermUnsetup): Same.
430 (tuiPuts_unfiltered): change FILE to GDB_FILE.
431 (tui_tputs): fix prototype for 3rd argument.
432
433 * tuiIO.h (tuiPuts_unfiltered): change declaration.
434
435 * tuiLayout.c
436 (_tuiSetLayoutTo): for displaying registers, hook up the HP code
437 that decides which registers to display (i.e. single precision
438 float, double precision float, general, special). Previously,
439 only handled TUI_GENERAL_REGS. Now that the code is hooked up,
440 compiling with -z poses a problem. When the first layout command
441 is 'layout regs', dataWin->detail is a NULL pointer, and gdb
442 core dumps.
443
444 * tuiLayout.c (_tuiSetLayoutTo): replace safe_free with free.
445
446 * tuiRegs.c #include "defs.h" earlier, to avoid problems in
447 <stdarg.h>. No idea exactly what's conflicting with what, but the
448 errors went away...
449 (_tuiRegisterFormat): Change so that function creates a GDB_FILE
450 object, calls pa_do_strcat_registers_info, copies the register
451 info into a buffer, and deallocates the GDB_FILE object. Remove
452 some code that is not executed. Also, call to
453 pa_do_strcat_registers_info has an additional parameter,
454 precision. This code requires some new per-target functions that
455 we don't want to merge. Dyke it out, with #ifdef
456 TUI_EXTENDED_FORMATTERS.
457 (_tuiSetSpecialRegsContent): this function was ifdefed out.
458 Hooked this up.
459 (_tuiSetGeneralAndSpecialRegsContent): this function was ifdefed
460 out. Hooked it up.
461 (IS_64BIT): Just define this to be zero; we're not merging in the
462 64-bit support.
463 (tuiShowRegisters): Comment out all references to the "special"
464 regs; we don't have a distinction between the "special" and
465 "non-special" regs in most of our machine descriptions. This code
466 is PA-specific in other ways as well, and needs to be redesigned
467 to be portable to other processors.
468
469 * tuiWin.c: #include <string.h>, to get a declaration for
470 strchr.
471
472 * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c, tuiDisassem.c,
473 tuiGeneralWin.c, tuiIO.c, tuiLayout.c, tuiRegs.c, tuiSource.c,
474 tuiSourceWin.c, tuiStack.c, tuiWin.c: New files (from HP). Changed
475 bool to int throughout. Re-indented, GNU style.
476
477 * tui.h, tuiCommand.h, tuiData.h, tuiDataWin.h, tuiDisassem.h,
478 tuiGeneralWin.h, tuiIO.h, tuiLayout.h, tuiRegs.h, tuiSource.h,
479 tuiSourceWin.h, tuiStack.h, tuiWin.h: new files (from HP).
480 Changed bool to int throughout.