public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* RFA: Small bug fix
@ 2000-06-08 13:05 Fernando Nasser
  2000-06-08 13:15 ` Syd Polk
  0 siblings, 1 reply; 2+ messages in thread
From: Fernando Nasser @ 2000-06-08 13:05 UTC (permalink / raw)
  To: insight

See ChangLog.

-- 
Fernando Nasser
Cygnus Solutions (a Red Hat company)    E-Mail:  fnasser@cygnus.com
2323 Yonge Street, Suite #300           Tel:  416-482-2661 ext. 311
Toronto, Ontario   M4P 2C9              Fax:  416-482-6299


Index: ChangeLog
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/ChangeLog,v
retrieving revision 1.10.4.3
diff -c -p -r1.10.4.3 ChangeLog
*** ChangeLog   2000/06/08 20:00:51     1.10.4.3
--- ChangeLog   2000/06/08 20:01:43
***************
*** 1,5 ****
--- 1,10 ----
  2000-06-06  Fernando Nasser  <fnasser@cygnus.com>
  
+       * util.tcl (find_iwidgets_library): Add missing global declaration
+       which caused a stack trace instead of the proper error message.
+ 
+ 2000-06-06  Fernando Nasser  <fnasser@cygnus.com>
+ 
        * variables.tcl (edit): Make changes to a variable which is a register
        to be reflected on the register window by running the update hook.
  
Index: util.tcl
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/util.tcl,v
retrieving revision 1.3
diff -c -p -r1.3 util.tcl
*** util.tcl    2000/04/10 07:47:26     1.3
--- util.tcl    2000/06/08 20:01:43
*************** proc gridCGet {slave option} {
*** 225,230 ****
--- 225,231 ----
  #
  # ------------------------------------------------------------------
  proc find_iwidgets_library {} {
+   global errMsg
  
    set IwidgetsOK 1

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

* Re: RFA: Small bug fix
  2000-06-08 13:05 RFA: Small bug fix Fernando Nasser
@ 2000-06-08 13:15 ` Syd Polk
  0 siblings, 0 replies; 2+ messages in thread
From: Syd Polk @ 2000-06-08 13:15 UTC (permalink / raw)
  To: Fernando Nasser, insight

Approved.

At 08:03 PM 6/8/00 +0000, Fernando Nasser wrote:
>See ChangLog.
>
>--
>Fernando Nasser
>Cygnus Solutions (a Red Hat company)    E-Mail:  fnasser@cygnus.com
>2323 Yonge Street, Suite #300           Tel:  416-482-2661 ext. 311
>Toronto, Ontario   M4P 2C9              Fax:  416-482-6299
>
>
>Index: ChangeLog
>===================================================================
>RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/ChangeLog,v
>retrieving revision 1.10.4.3
>diff -c -p -r1.10.4.3 ChangeLog
>*** ChangeLog   2000/06/08 20:00:51     1.10.4.3
>--- ChangeLog   2000/06/08 20:01:43
>***************
>*** 1,5 ****
>--- 1,10 ----
>   2000-06-06  Fernando Nasser  <fnasser@cygnus.com>
>
>+       * util.tcl (find_iwidgets_library): Add missing global declaration
>+       which caused a stack trace instead of the proper error message.
>+
>+ 2000-06-06  Fernando Nasser  <fnasser@cygnus.com>
>+
>         * variables.tcl (edit): Make changes to a variable which is a 
> register
>         to be reflected on the register window by running the update hook.
>
>Index: util.tcl
>===================================================================
>RCS file: /cvs/cvsfiles/devo/gdb/gdbtk/library/util.tcl,v
>retrieving revision 1.3
>diff -c -p -r1.3 util.tcl
>*** util.tcl    2000/04/10 07:47:26     1.3
>--- util.tcl    2000/06/08 20:01:43
>*************** proc gridCGet {slave option} {
>*** 225,230 ****
>--- 225,231 ----
>   #
>   # ------------------------------------------------------------------
>   proc find_iwidgets_library {} {
>+   global errMsg
>
>     set IwidgetsOK 1

Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



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

end of thread, other threads:[~2000-06-08 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-08 13:05 RFA: Small bug fix Fernando Nasser
2000-06-08 13:15 ` Syd Polk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).