Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* new tcl/tk imported into sources
@ 2003-01-22 18:54 Martin M. Hunt
  2003-01-23  7:43 ` Jan Van Belle
  2003-01-23 18:39 ` Graham Stott
  0 siblings, 2 replies; 5+ messages in thread
From: Martin M. Hunt @ 2003-01-22 18:54 UTC (permalink / raw)
  To: gdb, insight, gcc

Yesterday I tcl/tk8.4.1, itcl3.2.1, and iwidgets 4.01 into CVS.  This
could impact Insight, as well as anything else that uses tcl, such as
expect and dejagnu. 

KNOWN PROBLEMS 

Lots of compiler warnings caused by changed prototypes. I will be
cleaning these up.  (Help is always appreciated). Other than that 

Expect and dejagnu: none. 

Insight: 
- On Windows, the resize grip is currently disabled.  
- readonly comboboxes have wrong colors and look disabled. 
- attach dialog is broken 
- browser window is broken 

Martin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new tcl/tk imported into sources
  2003-01-22 18:54 new tcl/tk imported into sources Martin M. Hunt
@ 2003-01-23  7:43 ` Jan Van Belle
  2003-01-23 18:39 ` Graham Stott
  1 sibling, 0 replies; 5+ messages in thread
From: Jan Van Belle @ 2003-01-23  7:43 UTC (permalink / raw)
  To: gdb

On 22 Jan 2003 10:56:22 -0800
"Martin M. Hunt" <hunt@redhat.com> wrote:

> Yesterday I tcl/tk8.4.1, itcl3.2.1, and iwidgets 4.01 into CVS.  This
> could impact Insight, as well as anything else that uses tcl, such as
> expect and dejagnu. 
> 
> KNOWN PROBLEMS 
> 
> Lots of compiler warnings caused by changed prototypes. I will be
> cleaning these up.  (Help is always appreciated). Other than that 
> 
> Expect and dejagnu: none. 
> 
> Insight: 
> - On Windows, the resize grip is currently disabled.  
> - readonly comboboxes have wrong colors and look disabled. 
> - attach dialog is broken 
> - browser window is broken 
> 
> Martin
> 
Maybe this is a little off topic, but is it possible to compile
Insight WITHOUT the TCL/TK stuff, as I've already installed
Source Navigator 5.1.2

Kind regards,

Jan


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new tcl/tk imported into sources
  2003-01-22 18:54 new tcl/tk imported into sources Martin M. Hunt
  2003-01-23  7:43 ` Jan Van Belle
@ 2003-01-23 18:39 ` Graham Stott
  2003-01-23 20:18   ` Andrew Cagney
  1 sibling, 1 reply; 5+ messages in thread
From: Graham Stott @ 2003-01-23 18:39 UTC (permalink / raw)
  To: Martin M. Hunt; +Cc: gdb, insight, gcc

Martin,

Please check all your recent commits for "CYGNUS LOCAL" markers :-)

Here are a few I've found

./expect/exp_command.c:857:		/* CYGNUS LOCAL 64bit/law */
./expect/exp_command.c:861:		/* END CYGNUS LOCAL */
./itcl/itcl/win/dllEntryPoint.c:10:/* CYGNUS LOCAL */
./itcl/itcl/win/dllEntryPoint.c:48:    /* CYGNUS LOCAL */
./itcl/itcl/win/dllEntryPoint.c:52:    /* END CYGNUS LOCAL */
./itcl/itcl/win/dllEntryPoint.c:57:/* END CYGNUS LOCAL */
./libjava/java/lang/e_pow.c:182:    /* CYGNUS LOCAL: This used to be
./tix/generic/tixInit.c:341:#if 0	/* CYGNUS LOCAL: turn off Tix xpm handling; we have it in
./tix/generic/tixInit.c:344:#endif /* END CYGNUS LOCAL */
./tix/generic/tixInit.c:411:            /* CYGNUS LOCAL - You are not guaranteed that tix_library
./tix/generic/tixInit.c:423:	     * END CYGNUS LOCAL
./tix/generic/tixInit.c:608:#endif /* CYGNUS LOCAL */
./tix/win/tixWCmpt.c:92:/* CYGNUS LOCAL */
./tix/win/tixWCmpt.c:99:/* END CYGNUS LOCAL */
./tix/win/tixWCmpt.c:150:    /* CYGNUS LOCAL */
./tix/win/tixWCmpt.c:156:    /* END CYGNUS LOCAL */

Graham




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new tcl/tk imported into sources
  2003-01-23 18:39 ` Graham Stott
@ 2003-01-23 20:18   ` Andrew Cagney
  2003-01-23 20:40     ` Graham Stott
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2003-01-23 20:18 UTC (permalink / raw)
  To: Graham Stott; +Cc: Martin M. Hunt, gdb, insight, gcc

> Martin,
> 
> Please check all your recent commits for "CYGNUS LOCAL" markers :-)
> 
> Here are a few I've found

None of these relate to the tcl/tk 5.4 import that martin just completed.

In fact, one of the good things about this import is that Martin managed 
to avoid big gobbs of sourceware local changes.

Andrew



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: new tcl/tk imported into sources
  2003-01-23 20:18   ` Andrew Cagney
@ 2003-01-23 20:40     ` Graham Stott
  0 siblings, 0 replies; 5+ messages in thread
From: Graham Stott @ 2003-01-23 20:40 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: Martin M. Hunt, gdb, insight, gcc

Andrew,
Andrew Cagney wrote:
>> Martin,
>>
>> Please check all your recent commits for "CYGNUS LOCAL" markers :-)
>>
>> Here are a few I've found
> 
> 
> None of these relate to the tcl/tk 5.4 import that martin just completed.
OK I stand corrected I made an assumption that they can in with the latest
imports.

> 
> In fact, one of the good things about this import is that Martin managed 
> to avoid big gobbs of sourceware local changes.
> 
> Andrew
> 
> 
> 

Graham



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-01-23 20:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-22 18:54 new tcl/tk imported into sources Martin M. Hunt
2003-01-23  7:43 ` Jan Van Belle
2003-01-23 18:39 ` Graham Stott
2003-01-23 20:18   ` Andrew Cagney
2003-01-23 20:40     ` Graham Stott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox