TclTkAqua 8.4.2 Mac OS X binary distributions available
TweetFollow Us on Twitter

TclTkAqua 8.4.2 Mac OS X binary distributions available

Subject: [ANN] TclTkAqua 8.4.2 Mac OS X binary distributions available

Mac OS X Tcl/Tk Aqua 8.4.2 Binary Distributions Release Announcement March
14, 2003

I'm pleased to announce the availability of Mac OS X binary distributions
for Tcl/Tk Aqua 8.4.2, the Mac OS X native port of the Tcl scripting
language and the Tk toolkit.

The distributions are dowloadable as compressed disk images from the Tcl
file release page on Sourceforge:
http://sf.net/project/showfiles.php?group_id=10894&release_id=144142

Three variants are available:

* TclTkAquaBI: Batteries-Included distribution, includes many popular
extensions (c.f. list of packages below). This is a superset of
ActiveState's ActiveTcl distribution on other platforms.
Installs in systemwide locations, administrator password required.
http://prdownloads.sf.net/tcl/TclTkAquaBI-8.4.2.0.dmg (12.9M)

* TclTkAqua: smaller distribution of just the TclTk frameworks, Wish,
tclsh and html docs (including debug versions of the frameworks).
Installs in systemwide locations, administrator password required.
http://prdownloads.sf.net/tcl/TclTkAqua-8.4.2.dmg (4.9M)

* TclTkAquaStandalone: drag & drop install capable, self-contained
version of Wish with embedded TclTk frameworks (no debug frameworks
or documentation included). Can be used off read-only media and
installed by unprivileged users.
http://prdownloads.sf.net/tcl/TclTkAquaStandalone-8.4.2.dmg (1.7M)

Note that these distributions require at least Mac OS X 10.2 (Jaguar);
Mac OS X 10.1 is no longer supported.

For more information, please visit
* the TclTkAqua binary distributions homepage
http://www.maths.mq.edu.au/~steffen/tcltk/TclTkAqua/
* the Tcl Developer Xchange Tcl/Tk 8.4 information page
http://www.tcl.tk/software/tcltk/8.4.html
* the Tcl project page on SourceForge
http://sourceforge.net/tcl/
* the SourceForge Tcl Foundry
http://sourceforge.net/foundry/tcl-foundry/
* the Tcl Developer Xchange:
http://www.tcl.tk/

Regards,
Daniel A. Steffen
steffen@maths.mq.edu.au

------------------------------------------------------------------------

The Tcl/Tk Aqua Batteries-Included distribution contains the following
projects:

Tcl 8.4.2
Tk 8.4.2
IncrTcl 3.3.0
IWidgets 4.0.2
Tcllib 1.3
Tklib 0.1
BWidget 1.6
Mclistbox 1.02
TclX 8.4
Thread 2.5
TclVfs 1.2
Expect 5.38
TkTable 2.8
Vu 2.1.0
TkImg 1.3
+ TkHtml 2.0
+ Treectrl 1.0
TclXML 2.6
TclDOM 2.6
TclXSLT 2.6
TclSOAP 1.6.6
+ tDOM 0.7.5
Memchan 2.2
Trf 2.1
TrfCrypt 2.0
+ TLS 1.50
TclHttpd 3.4.3
+ Tbcload 1.4
+ Compiler 1.5
+ Parser 1.4
Mk4Tcl 2.4.8
TcLex 1.2
+ Snack 2.2
+ Tix 8.2
Tkcon 2.4
TclAE 2.0b13
+ TclSpeech 2.0
CritLib 2003/02/26
+ Launcher 1.0b1

Packages with a '+' have been added, and many others have been updated
since the release of the 8.4.1.0 Batteries-Included distribution.

------------------------------------------------------------------------
----

--- About Tcl/Tk ---

Tool Command Language (Tcl) is an interpreted language and a very
portable
interpreter for that language. Tcl is embeddable and extensible, and
has
been used by companies and organizations world-wide since its creation
in
1988 by John Ousterhout.

As a language, it is much like UNIX shell languages. There is very
little
syntax and it is easy to learn. It is used to glue together building
blocks built in system programming languages like C, C++, and Java.
These
building blocks appear as commands, or verbs, in the script language.
It
is easy to embed Tcl into a legacy program so you can script the
behavior
of that program and add in other building blocks like a GUI interface.
The
Tcl interpreter is written in C and has been ported to almost every
computer platform.

Tk is a portable GUI toolkit for Tcl, it allows simple and dynamic
creation
of graphical interfaces that run on Mac, Windows, UNIX and other
platforms.

Check out the SourceForge Tcl Foundry:
http://tcl.foundries.sourceforge.net/

Please visit the Tcl Developer Xchange web site:
http://www.tcl.tk/

------------------------------------------------------------------------
----

Tcl/Tk 8.4.2 Release Announcement
March 3, 2003

The Tcl Core Team is pleased to announce the 8.4.2 releases of the Tcl
scripting language and the Tk toolkit. This is the second patch release
of Tcl/Tk 8.4. More details can be found below. We would like to
express our gratitude to all those who submit bug reports and patches.
This information is invaluable in enabling us to identify and eliminate
problems in the core.

Where to get the new releases:
------------------------------

Tcl/Tk 8.4.2 sources are freely available as open source from the
Tcl Developer Xchange web site at:

http://www.tcl.tk/software/tcltk/8.4.html

This web page also contains additional information about the releases,
including new features and notes about installing and compiling the
releases. Sources are always available from the Tcl SourceForge
project's file distribution area:

http://sourceforge.net/project/showfiles.php?group_id=10894

Windows, Linux, Solaris and HP-UX binaries are available from:

http://www.activestate.com/Tcl

For additional information:
---------------------------

Please visit the Tcl Developer Xchange web site:

http://www.tcl.tk/

This site contains a variety of information about Tcl/Tk in general, the
core Tcl and Tk distributions, Tcl development tools, and much more.

Thank you for your contributions:
---------------------------------

As usual, this release includes contributions from the Tcl community.
We have a page honoring these contributors at:

http://www.tcl.tk/software/tcltk/contributors.html

Summary of Changes since Tcl/Tk 8.4.1:
--------------------------------------

The following were the main changes in Tcl/Tk 8.4.2. A complete list
can be found in the changes file at the root of the source tree. The
more complete ChangeLog is also included with each source release. This
is a patch release, so it primarily included bug fixes and corrections
to erratic behavior. Below are only the most notable changes.

* Corrected some execution traces that were not firing.

* Multiple signs no longer accepted as valid integer.
[string is integer ++1] =) 0
*** POTENTIAL INCOMPATIBILITY ***

* Revisited Tcl/Tk finalization and reloading to allow for repeat
load/unload of Tcl correctly.

* Negative return codes now propagated correctly by procs.

* Syntax error in [expr 0x] now detected.

* [catch {return}] properly returns 2 (was 0).

* Corrected 'file atime|mtime' for non-ascii paths.

* Corrected crash from 'dde eval' with {} service name.

* Several command trace corrections.

* Corrected [info loaded {}] for static packages in multiple interps.

* Corrected MT-safety for [clock format].

* Corrected [info complete] from stopping at NULL char.

* Command rename traces get fully-qualified names.
*** POTENTIAL INCOMPATIBILITY ***

* Improved VFS file performance across platforms.
Notably [glob] on Windows is 2.5 times faster.

* Added `make valgrind` target to Unix makefile.

* Lack of Cygwin support indicated by configure error. Cygwin is
currently not supported, although mingw still is.

* [glob -types l] missed broken symlinks on Unix.

* Accept non-ASCII7 for $::tcl_platform(user) on Win.

* Correct crash when Tcl_DeleteEvents deletes last event.

* Fixed parser that missed some missing ] syntax errors.

* Memory leak during command rename plugged.

* Reduced per-thread memory overhead.

* Use xnet library on HP 11 (64 bit).

* Corrected jis round-trip encoding.

* Stop MacOSX hang trying to read a write-only pipe.

* Added cut and splice C API functions for file channels on Mac.

* Fixed [binary scan] failures on some wide ints.

* Plugged data leak during thread exit.

* [pkg_mkIndex -load] now does a case-insensitive match.
*** POTENTIAL INCOMPATIBILITY ***

* Made [place info] complete and bring into line with other geometry
managers.

* Better handling for half-dead windows.

* Better handling of narrow scrollbars on OSX.

* Made the [text see] work when the widget is unmapped.

* Stopped [wm withdraw] and [wm transient] from interfering with each
other.

* Made sure that Tk always knows whether its windows are mapped or
not.

* Clip long lines so they show correctly even when they hit
windowing-system limits.

* Stopped selection handling crashes under KDE3.0.

* Image creation cannot trigger Tk's death.

* Corrected entering data for Entry when the mouse button is pressed.

* Make canvas item coordinate list handling consistent to stop
segfaults. Cannot now create items without coordinates.
*** POTENTIAL INCOMPATIBILITY ***

* Better support for themed and animated cursors on OSX.

* Stopped motion events from morphing into button press and motion
events.

* Removed memory leak in GIF image loader.

* Made OSX menus support UTF8 text and icons.

* Stop message boxes from getting extremely wide.

* Make focus behaviour of spinboxes more like entries.

* New demo showing off Tk's Unicode font handling.

* Bring event handling more into line with the OSX standard.
Also improves "dead key" handling.

* Improvements to [panedwindow] pane size and sash handling.

* Stopped read of freed memory when working with large composite
fonts.

* Stopped crash in Windows XP scrollbar handling. Windows scrollbars
now appear "disabled" when there is nothing to scroll, in accordance
with the native style.
*** POTENTIAL VISUAL INCOMPATIBILITY ***

* Stopped panedwindow from crashing when embedded in a window with a
different visual to the root window.

* Limit the screen-size of [tk_get*File] file type selection menu.

* Rework standard dialogs to use [grid].

* Correct boolean return value of Entry/Spinbox 'selection present'
and Listbox 'selection includes' when disabled.

* Improved display of indicators in disabled checkbuttons and
radiobuttons.

* Make Tk pick the first best matching font on the font path.
*** POTENTIAL VISUAL INCOMPATIBILITY ***

* Fixed conversion of apple event parameters to posix path names.

* Implemented simple XOR text drawing in Tk_DrawChars on Windows.

* Make %-substitutions for events only read data out of the event
structure when that field is valid for that event type.
*** POTENTIAL INCOMPATIBILITY ***

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Tokkun Studio unveils alpha trailer for...
We are back on the MMORPG news train, and this time it comes from the sort of international developers Tokkun Studio. They are based in France and Japan, so it counts. Anyway, semantics aside, they have released an alpha trailer for the upcoming... | Read more »
Win a host of exclusive in-game Honor of...
To celebrate its latest Jujutsu Kaisen crossover event, Honor of Kings is offering a bounty of login and achievement rewards kicking off the holiday season early. [Read more] | Read more »
Miraibo GO comes out swinging hard as it...
Having just launched what feels like yesterday, Dreamcube Studio is wasting no time adding events to their open-world survival Miraibo GO. Abyssal Souls arrives relatively in time for the spooky season and brings with it horrifying new partners to... | Read more »
Ditch the heavy binders and high price t...
As fun as the real-world equivalent and the very old Game Boy version are, the Pokemon Trading Card games have historically been received poorly on mobile. It is a very strange and confusing trend, but one that The Pokemon Company is determined to... | Read more »
Peace amongst mobile gamers is now shatt...
Some of the crazy folk tales from gaming have undoubtedly come from the EVE universe. Stories of spying, betrayal, and epic battles have entered history, and now the franchise expands as CCP Games launches EVE Galaxy Conquest, a free-to-play 4x... | Read more »
Lord of Nazarick, the turn-based RPG bas...
Crunchyroll and A PLUS JAPAN have just confirmed that Lord of Nazarick, their turn-based RPG based on the popular OVERLORD anime, is now available for iOS and Android. Starting today at 2PM CET, fans can download the game from Google Play and the... | Read more »
Digital Extremes' recent Devstream...
If you are anything like me you are impatiently waiting for Warframe: 1999 whilst simultaneously cursing the fact Excalibur Prime is permanently Vault locked. To keep us fed during our wait, Digital Extremes hosted a Double Devstream to dish out a... | Read more »
The Frozen Canvas adds a splash of colou...
It is time to grab your gloves and layer up, as Torchlight: Infinite is diving into the frozen tundra in its sixth season. The Frozen Canvas is a colourful new update that brings a stylish flair to the Netherrealm and puts creativity in the... | Read more »
Back When AOL WAS the Internet – The Tou...
In Episode 606 of The TouchArcade Show we kick things off talking about my plans for this weekend, which has resulted in this week’s show being a bit shorter than normal. We also go over some more updates on our Patreon situation, which has been... | Read more »
Creative Assembly's latest mobile p...
The Total War series has been slowly trickling onto mobile, which is a fantastic thing because most, if not all, of them are incredibly great fun. Creative Assembly's latest to get the Feral Interactive treatment into portable form is Total War:... | Read more »

Price Scanner via MacPrices.net

Early Black Friday Deal: Apple’s newly upgrad...
Amazon has Apple 13″ MacBook Airs with M2 CPUs and 16GB of RAM on early Black Friday sale for $200 off MSRP, only $799. Their prices are the lowest currently available for these newly upgraded 13″ M2... Read more
13-inch 8GB M2 MacBook Airs for $749, $250 of...
Best Buy has Apple 13″ MacBook Airs with M2 CPUs and 8GB of RAM in stock and on sale on their online store for $250 off MSRP. Prices start at $749. Their prices are the lowest currently available for... Read more
Amazon is offering an early Black Friday $100...
Amazon is offering early Black Friday discounts on Apple’s new 2024 WiFi iPad minis ranging up to $100 off MSRP, each with free shipping. These are the lowest prices available for new minis anywhere... Read more
Price Drop! Clearance 14-inch M3 MacBook Pros...
Best Buy is offering a $500 discount on clearance 14″ M3 MacBook Pros on their online store this week with prices available starting at only $1099. Prices valid for online orders only, in-store... Read more
Apple AirPods Pro with USB-C on early Black F...
A couple of Apple retailers are offering $70 (28%) discounts on Apple’s AirPods Pro with USB-C (and hearing aid capabilities) this weekend. These are early AirPods Black Friday discounts if you’re... Read more
Price drop! 13-inch M3 MacBook Airs now avail...
With yesterday’s across-the-board MacBook Air upgrade to 16GB of RAM standard, Apple has dropped prices on clearance 13″ 8GB M3 MacBook Airs, Certified Refurbished, to a new low starting at only $829... Read more
Price drop! Apple 15-inch M3 MacBook Airs now...
With yesterday’s release of 15-inch M3 MacBook Airs with 16GB of RAM standard, Apple has dropped prices on clearance Certified Refurbished 15″ 8GB M3 MacBook Airs to a new low starting at only $999.... Read more
Apple has clearance 15-inch M2 MacBook Airs a...
Apple has clearance, Certified Refurbished, 15″ M2 MacBook Airs now available starting at $929 and ranging up to $410 off original MSRP. These are the cheapest 15″ MacBook Airs for sale today at... Read more
Apple drops prices on 13-inch M2 MacBook Airs...
Apple has dropped prices on 13″ M2 MacBook Airs to a new low of only $749 in their Certified Refurbished store. These are the cheapest M2-powered MacBooks for sale at Apple. Apple’s one-year warranty... Read more
Clearance 13-inch M1 MacBook Airs available a...
Apple has clearance 13″ M1 MacBook Airs, Certified Refurbished, now available for $679 for 8-Core CPU/7-Core GPU/256GB models. Apple’s one-year warranty is included, shipping is free, and each... Read more

Jobs Board

Seasonal Cashier - *Apple* Blossom Mall - J...
Seasonal Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Seasonal Fine Jewelry Commission Associate -...
…Fine Jewelry Commission Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) Read more
Seasonal Operations Associate - *Apple* Blo...
Seasonal Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Read more
Hair Stylist - *Apple* Blossom Mall - JCPen...
Hair Stylist - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.