From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [patch] Add col_name to ui_out_table_header() Date: Thu, 21 Jun 2001 08:37:00 -0000 Message-id: <3B3214A8.1080906@cygnus.com> X-SW-Source: 2001-06/msg00360.html Hello, This patch adds a ``col_name'' argument to the ui_out_table_header() call. This lets MI include the col_name/field_name in both the table header and table body. Andrew >From ac131313@cygnus.com Thu Jun 21 09:12:00 2001 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [patch/mi] Output ``[]'' when a list but Date: Thu, 21 Jun 2001 09:12:00 -0000 Message-id: <3B321CF9.5080708@cygnus.com> X-SW-Source: 2001-06/msg00361.html Content-length: 192 Hello, This tweek updates mi-out so that, when MI_VERSION > 0, ``[]'' instead of ``{}'' is used on lists. Since nothing currently uses the list calls none of the output changes. Andrew