From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 10eb76,541ddfec58fbf27c,start X-Google-Attributes: gid10eb76,public X-Google-Thread: 103376,541ddfec58fbf27c,start X-Google-Attributes: gid103376,public From: "Terry J. Westley" Subject: announcing: new version of TASH, an Ada binding to Tcl/Tk Date: 1998/06/03 Message-ID: <01bd8e88$daa53b00$24326489@Westley-PC.calspan.com>#1/1 X-Deja-AN: 358989423 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Organization: Calspan SRL Newsgroups: comp.lang.ada,comp.lang.tcl Date: 1998-06-03T00:00:00+00:00 List-Id: Announcing availability of a new version of TASH, version 8.0.2. TASH is an Ada binding to Tcl/Tk. With it, you can - extend Tcl/Tk using Ada instead of C, and - use Tcl/Tk library functions, such as string and list handling, regular expression pattern matching, hash tables, and platform-independent graphical user interfaces, in an Ada program. See http://tash.calspan.com for more info. Excerpt from release notes: - Upgraded Windows 95 version to Tcl/Tk 8.0. - Improved test and demo directory makefiles to remove Unix dependencies on commands deroff and diff. This was done by writing the Ada programs, wordify and compare. Now, Win95 users can use these programs to verify that the test and demo programs are working properly. - Added a thin binding to Tk in package Tcl.Tk. This implements an almost complete binding to tk.h. I say "almost" because references to X data types and all subprograms which use them have not been implemented. - The thick binding to Tk has now been moved to package Tcl.Tk.Ada to accommodate the thin binding in package Tcl.Tk. Unfortunately, this will force you to change a few references to Tcl.Tk to reference Tcl.Tk.Ada instead. - Bug Fix: Corrected procedure Free in cargv.adb. It was going into a recursive loop calling itself from which it could never return. - Bug Fix: Corrected function "&" in cargv.adb. It was not correctly constructing the concatenated array of strings. -- Terry J. Westley, TASH author and TASH list owner twestley@buffalo.veridian.com ------------------------------------------------- The TASH mailing list is intended for discussion of TASH, an Ada binding to Tcl/Tk Send mail to TASH mailing list: tash@calspan.com Send listserv commands to: listserv@calspan.com Send mail to TASH list owner: tash-request@calspan.com TASH web site: http://tash.calspan.com