public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Fernando Nasser <fnasser@cygnus.com>
To: insight@sourceware.cygnus.com
Subject: RFA: Small bug fix
Date: Thu, 08 Jun 2000 13:05:00 -0000	[thread overview]
Message-ID: <393FFC2A.1619AE6A@cygnus.com> (raw)

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

             reply	other threads:[~2000-06-08 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-08 13:05 Fernando Nasser [this message]
2000-06-08 13:15 ` Syd Polk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=393FFC2A.1619AE6A@cygnus.com \
    --to=fnasser@cygnus.com \
    --cc=insight@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).