Pop-Up Thingie

Too Lazy BBS
  • Home
  • Forum
  • Files
  • Chat
  • Bulletins
  • Top doors
  • MOTD
  • BBS Stats
  • Radio
  • AvatarChat
  • Register
  • Log in

  1. Forum
  2. USENET
  3. comp.lang.tcl
  • Tcl 9.0.4 RELEASED

    From Don Porter@donald.porter@nist.gov to comp.lang.tcl on Fri Jun 26 14:19:05 2026
    From Newsgroup: comp.lang.tcl


    Tcl 9.0.4 Release Announcement
    ==============================

    June 26, 2026

    The Tcl Core Team is pleased to announce the release of Tcl 9.0.4.
    This is the fourth patch of Tcl 9.0.

    Tcl is the Tool Command Language originated by John Ousterhout and his
    team at U.C. Berkeley in the late 1980s. Its development is continued
    by the efforts of a global network of volunteers guided by the Tcl Core Team.

    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. Such reports can be submitted here.

    [Tcl Ticket Tracker](https://core.tcl-lang.org/tcl/ticket)

    We ask that you log in (anonymous if you wish) to create tickets.
    This deters abuse of the ticketing system:

    [Tcl Contributor Login](https://core.tcl-lang.org/tcl/login)

    Where to get the new releases
    =============================

    Tcl 9.0.4 sources are freely available as open source from the Tcl
    SourceForge project's file distribution area:

    [Tcl Source Distribution](https://sourceforge.net/projects/tcl/files/)

    The Tcl 9.0.4 distribution is source code only. We keep links to some
    third parties offering pre-built binaries for various systems here:

    [Tcl Binary Distribution](https://www.tcl-lang.org/software/tcltk/bindist.html)

    Tcl Summary
    ===========

    The Tcl distribution delivers C source code that builds into a C library providing interpreters and related supports to execute programs written
    in the Tcl programming language. Source code for the application program `tclsh` is also included. `tclsh` provides a shell for either interactive execution of Tcl commands, or execution of files containing Tcl programs.

    Tcl is an extensible language, and the Tcl C library provides interfaces
    for the creation of extension libraries adding new commands and features
    to the core Tcl command set. Tcl 9 debuts the full feature set needed to package an application written in C and Tcl into a single file executable exploiting virtual filesystem archives.

    Tcl Improvement Proposals (TIPs)
    ================================

    Each new user-visible feature in Tcl should find its origins in a Tcl Improvement Proposal (TIP). TIPs are published, edited, considered and
    voted in public, and should contain valuable information about how a
    feature came to be the way it is. See the full collection here:

    [TIP Index](https://tip.tcl-lang.org/)

    Tcl 9.0.4 Changes Summary
    =========================

    (from changes.md in the source code distribution)

    The source code for Tcl is managed by fossil. Tcl developers coordinate all changes to the Tcl source code at

    [Tcl Source Code](https://core.tcl-lang.org/tcl/timeline)

    Release Tcl 9.0.4 arises from the check-in with tag `core-9-0-4`.

    Tcl patch releases have the primary purpose of delivering bug fixes
    to the userbase.

    # Bug fixes
    - [unsupported commands should not be available in safe interpreters](https://core.tcl-lang.org/tcl/tktview/82d12c)
    - [Check for -municode doesn't work on WSL](https://core.tcl-lang.org/tcl/tktview/632710)
    - [configure --enable-man-compression error](https://core.tcl-lang.org/tcl/tktview/886549)
    - [nmake: rmdir and mkdir are picked from cygwin if available](https://core.tcl-lang.org/tcl/tktview/be40b7)
    - [lseq: has incorrect results in edge cases](https://core.tcl-lang.org/tcl/tktview/999b69)
    - [lseq: "count" error persists across calls](https://core.tcl-lang.org/tcl/tktview/8d1fc7)
    - [lseq: Remove the ability to pass expressions as numeric values in the lseq command.](https://core.tcl-lang.org/tips/doc/trunk/tip/746.md)
    - [Performance regression in expr in/ni operators](https://core.tcl-lang.org/tcl/info/8994c9)
    - [Uninitialized memory access in setting script limits](https://core.tcl-lang.org/tcl/info/f7495f)
    - [Crash when defining const if namespace does not exist](https://core.tcl-lang.org/tcl/info/4b22d8)
    - [Glob errors with -directory option and patterns containing absolute paths (Windows)](https://core.tcl-lang.org/tcl/info/b0682c)
    - [Glob errors with -directory option with trailing backslash (Windows)](https://core.tcl-lang.org/tcl/info/b0682c)
    - [File normalization inconsistency for glob result (Windows)](https://core.tcl-lang.org/tcl/info/108904)
    - [Avoid ClockClientData typedef redefinition](https://core.tcl-lang.org/tcl/info/4724f3)
    - [Building sqlite3 for tcl8 redefines typedef](https://core.tcl-lang.org/tcl/info/ad08bc)
    - [Inconsistent file join with volume-relative arguments](https://core.tcl-lang.org/tcl/info/1215dc)
    - [mind PTHREAD_NULL as sentinel value vs legitimate pthread_t arg](https://core.tcl-lang.org/tcl/info/673f2d)
    - [fileevent poor performance due to shimmering](https://core.tcl-lang.org/tcl/info/7da6c2)

    # Updated bundled packages, libraries, standards, data
    - autoconf 2.73
    - http 2.10.2
    - Itcl 4.3.8
    - sqlite3 3.53.0
    - tcltest 2.5.11
    - Thread 3.0.6
    - tzdata 2026b
    - zlib 1.3.2

    # Known bugs
    - [changed behaviour wrt command names, namespaces and resolution](https://core.tcl-lang.org/tcl/tktview/f14b33)
    - [windows dos device paths inconsistencies and missing functionality](https://core.tcl-lang.org/tcl/tktview/d8f121)
    - [load library (dll) from zipfs-library causes a leak in temporary folder](https://core.tcl-lang.org/tcl/tktview/a8e4f7)
    - [lsearch -sorted -inline -subindices incorrect result](https://core.tcl-lang.org/tcl/tktview/bc4ac0)
    - ["No error" when load fails due to a missing secondary DLL](https://core.tcl-lang.org/tcl/tktview/66aa81c90a)

    For additional information:
    ===========================

    Please visit the Tcl Developer Xchange web site:

    [Tcl Developer Xchange](https://www.tcl-lang.org/)

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

    --
    Tcl Core Team and Maintainers
    Don Porter, Tcl Core Release Manager
    --
    | Don Porter Applied and Computational Mathematics Division |
    | donald.porter@nist.gov Information Technology Laboratory |
    | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________|

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • Who's Online

  • Recent Visitors

    • Hannibal
      Fri Jul 3 01:51:09 2026
      from Des Moines via Telnet
    • Geek2
      Thu Jul 2 11:41:05 2026
      from Euclid, Oh via Telnet
    • Hannibal
      Thu Jul 2 05:49:27 2026
      from Des Moines via SSH
    • Geek2
      Wed Jul 1 16:31:20 2026
      from Euclid, Oh via Telnet
  • System Info

    Sysop: Amessyroom
    Location: Fayetteville, NC
    Users: 70
    Nodes: 6 (0 / 6)
    Uptime: 01:44:00
    Calls: 949
    Calls today: 1
    Files: 1,325
    Messages: 280,998

Download SyncTerm or IcyTerm for best BBS experience. RetroTerm is a web-based alternative also. -- © Too Lazy BBS, 2026