Age | Commit message (Expand) | Author | Files | Lines |
2002-03-01 | Add FIXME explaining include problem. | Andrew Cagney | 15 | -28/+191 |
2002-02-08 | 2002-02-08 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 14 | -0/+140 |
2002-02-02 | s/NO_FUNCTION/NULL/ | Andrew Cagney | 2 | -1/+5 |
2001-10-21 | Add explicit #include of "value.h". | Andrew Cagney | 3 | -0/+7 |
2001-09-28 | * tuiLayout.h (tui_set_layout): Don't declare. | Tom Tromey | 3 | -3/+8 |
2001-08-02 | The following changes avoid polluting global namespace with the | Eli Zaretskii | 4 | -3/+11 |
2001-07-31 | * tui.c (tui_enable): Remove call to terminal_save_ours(). | Stephane Carrez | 2 | -5/+5 |
2001-07-28 | * tuiWin.c (_initialize_tuiWin): Use specific tui prefix for | Stephane Carrez | 2 | -10/+36 |
2001-07-24 | * tui-hooks.c: New file, gdb hooks for tui. | Stephane Carrez | 3 | -0/+812 |
2001-07-24 | Missed changelog entries for previous 2 commits | Stephane Carrez | 1 | -0/+22 |
2001-07-23 | * tuiIO.c (tui_cont_sig): Update cursor position on the screen to | Stephane Carrez | 2 | -6/+17 |
2001-07-23 | * tuiStack.c (tuiUpdateLocatorFilename): Use const char*. | Stephane Carrez | 5 | -6/+41 |
2001-07-21 | * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler | Stephane Carrez | 2 | -0/+36 |
2001-07-21 | * tui.h (tui_show_assembly): Declare. | Stephane Carrez | 3 | -0/+43 |
2001-07-21 | * tuiWin.c (tuiRefreshAll): Use clearok to force a refresh. | Stephane Carrez | 2 | -0/+5 |
2001-07-21 | * tui-file.c (tui_file_fputs): Use tui_puts. | Stephane Carrez | 2 | -1/+5 |
2001-07-21 | * tuiStack.c (tuiSetLocatorInfo): Cleanup. | Stephane Carrez | 5 | -25/+13 |
2001-07-21 | * tui.c (tui_change_windows): New function. | Stephane Carrez | 2 | -19/+114 |
2001-07-21 | * tui.h: Remove old declarations, add the new ones. | Stephane Carrez | 2 | -296/+137 |
2001-07-21 | * tuiIO.h: Remove old declarations and add the new ones. | Stephane Carrez | 3 | -565/+347 |
2001-07-21 | * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin. | Stephane Carrez | 2 | -1/+25 |
2001-07-21 | * tuiGeneralWin.c (boxWin): Use the tui configuration variables. | Stephane Carrez | 4 | -14/+264 |
2001-07-20 | * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable. | Stephane Carrez | 11 | -152/+171 |
2001-07-20 | * tuiSourceWin.h: Remove unused declarations. | Stephane Carrez | 7 | -133/+32 |
2001-07-20 | * tuiWin.c (tuiStrDup): Remove, replaced by xstrdup. | Stephane Carrez | 2 | -68/+43 |
2001-07-20 | * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences. | Stephane Carrez | 3 | -91/+21 |
2001-07-19 | * tuiWin.c (_initialize_tuiWin): Always define the tui commands; | Stephane Carrez | 5 | -57/+56 |
2001-07-19 | * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR. | Stephane Carrez | 2 | -10/+20 |
2001-07-18 | * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll. | Stephane Carrez | 8 | -352/+78 |
2001-07-18 | * tuiData.h (TuiLocatorElement): Use CORE_ADDR for address member. | Stephane Carrez | 9 | -46/+69 |
2001-07-17 | * tuiWin.c: Add missing includes. | Stephane Carrez | 4 | -9/+42 |
2001-07-17 | * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare. | Stephane Carrez | 4 | -18/+24 |
2001-07-17 | 2001-07-17 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -0/+5 |
2001-07-17 | * tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE in | Stephane Carrez | 2 | -27/+82 |
2001-07-17 | * tui-file.h (fputs_unfiltered_hook): Remove. | Stephane Carrez | 3 | -80/+13 |
2001-07-16 | * tuiStack.c: Add missing includes. | Stephane Carrez | 5 | -5/+22 |
2001-07-16 | * tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_info | Stephane Carrez | 2 | -3/+9 |
2001-07-16 | * tui.h: Cleanup to avoid inclusion of curses includes. | Stephane Carrez | 3 | -30/+34 |
2001-07-14 | * tuiWin.c, tui.c, tuiCommand.c: Use ansi prototype. | Stephane Carrez | 14 | -1999/+240 |
2001-07-14 | * tuiWin.c, tuiWin.h, tui.c, tui.h, tuiCommand.c: Add FSF copyright. | Stephane Carrez | 27 | -89/+545 |
2001-03-13 | Eliminate ARCH_NUM_REGS. | Andrew Cagney | 2 | -4/+8 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 2 | -1/+5 |
2001-02-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2 | -8/+20 |
2000-12-15 | Removed (tui and mi) directory prefixes from ChangeLog comments that I | Kevin Buettner | 1 | -2/+2 |
2000-12-15 | Put mi and tui comments for free -> xfree change in proper ChangeLogs. | Kevin Buettner | 1 | -0/+5 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 4 | -6/+6 |
2000-07-30 | Protoization. | Kevin Buettner | 6 | -21/+13 |
2000-06-22 | PARAMS elimination. | Kevin Buettner | 2 | -4/+8 |
2000-06-20 | PARAMS elimination. | Kevin Buettner | 2 | -10/+9 |
2000-06-18 | PARAMS elimination. | Kevin Buettner | 2 | -7/+11 |