We're making a new version control repository for Tcl - and you can help! We need to go back through the tagged history in the repository and make sure that all the old releases can be reconstructed from their history. How to help: Sign up for a release on this page by putting your name next to it. Go to the distribution https://sourceforge.net/projects/tcl/files/Tcl/%|%archive%|% at SourceForge and download the tarball corresponding to the release you've signed up for. Unpack the tarball somewhere. Download the zip file for the 'core-*' tag corresponding to the release by clicking on a link below. Unpack that zip somewhere. Report version inconsistencies, extra and missing files. It's probably easiest to do so in the [Tcl Chatroom]. Once the release is finished, move it to the "Completed" list down below. Thanks for your contribution to getting us back up and running! [AK] '''Note''': The zip files from each tag are not directly comparable to the distributions at SF. The latter were generally made via 'make dist', removing non-distributable files and such. For true comparison the zip at the tag likely requires building and 'make dist'. And from the POV of today these old revisions may not even compile any longer due to system changes. So, we can do the compare, but interpretation of the results definitely requires human intelligence. [KBK] A number of the files in the source tree contain $Source: $ RCS directives that introduce noise into the differences. The following script can be used to get rid of them from both trees before running ''diff''. ====== # Script to un-substituted substituted $Source: $ CVS directives in # a directory. # # Usage: tclsh nuke-Source.tcl directoryname lassign $argv dir proc do-file {file} { set f [open $file r+] set data [read $f] if {[regsub -all {\$Source: [^$]*\$} $data {$Source$} data]} { seek $f 0 puts "rewriting: $f" puts -nonewline $f $data chan truncate $f } close $f } proc do-directory {dir} { puts $dir foreach sub [glob -nocomplain -types d -directory $dir *] { do-directory $sub } foreach file [glob -nocomplain -types f -directory $dir *] { do-file $file } } do-directory $dir ====== '''TO DO:''' * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-0-2.zip?uuid=core-8-0-2%|%core-8-0-2%|% -- No release tarball at SF? * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-0-3.zip?uuid=core-8-0-3%|%core-8-0-3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-0-4.zip?uuid=core-8-0-4%|%core-8-0-4%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-0-5.zip?uuid=core-8-0-5%|%core-8-0-5%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-1-0.zip?uuid=core-8-1-0%|%core-8-1-0%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-1-1.zip?uuid=core-8-1-1%|%core-8-1-1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-1-b1.zip?uuid=core-8-1-b1%|%core-8-1-b1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-1-b2.zip?uuid=core-8-1-b2%|%core-8-1-b2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-1-b3.zip?uuid=core-8-1-b3%|%core-8-1-b3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-2-0.zip?uuid=core-8-2-0%|%core-8-2-0%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-2-1.zip?uuid=core-8-2-1%|%core-8-2-1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-2-2.zip?uuid=core-8-2-2%|%core-8-2-2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-2-3.zip?uuid=core-8-2-3%|%core-8-2-3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-2-b1.zip?uuid=core-8-2-b1%|%core-8-2-b1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-2-b2.zip?uuid=core-8-2-b2%|%core-8-2-b2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-0.zip?uuid=core-8-3-0%|%core-8-3-0%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-1.zip?uuid=core-8-3-1%|%core-8-3-1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-2.zip?uuid=core-8-3-2%|%core-8-3-2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-3.zip?uuid=core-8-3-3%|%core-8-3-3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-4.zip?uuid=core-8-3-4%|%core-8-3-4%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-5.zip?uuid=core-8-3-5%|%core-8-3-5%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-b1.zip?uuid=core-8-3-b1%|%core-8-3-b1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-3-b2.zip?uuid=core-8-3-b2%|%core-8-3-b2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-0.zip?uuid=core-8-4-0%|%core-8-4-0%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-1.zip?uuid=core-8-4-1%|%core-8-4-1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-10.zip?uuid=core-8-4-10%|%core-8-4-10%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-11.zip?uuid=core-8-4-11%|%core-8-4-11%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-12.zip?uuid=core-8-4-12%|%core-8-4-12%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-13.zip?uuid=core-8-4-13%|%core-8-4-13%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-14.zip?uuid=core-8-4-14%|%core-8-4-14%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-15.zip?uuid=core-8-4-15%|%core-8-4-15%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-16.zip?uuid=core-8-4-16%|%core-8-4-16%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-17.zip?uuid=core-8-4-17%|%core-8-4-17%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-18.zip?uuid=core-8-4-18%|%core-8-4-18%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-19.zip?uuid=core-8-4-19%|%core-8-4-19%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-2.zip?uuid=core-8-4-2%|%core-8-4-2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-3.zip?uuid=core-8-4-3%|%core-8-4-3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-4.zip?uuid=core-8-4-4%|%core-8-4-4%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-5.zip?uuid=core-8-4-5%|%core-8-4-5%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-6.zip?uuid=core-8-4-6%|%core-8-4-6%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-7.zip?uuid=core-8-4-7%|%core-8-4-7%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-8.zip?uuid=core-8-4-8%|%core-8-4-8%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-9.zip?uuid=core-8-4-9%|%core-8-4-9%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-a1.zip?uuid=core-8-4-a1%|%core-8-4-a1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-a2.zip?uuid=core-8-4-a2%|%core-8-4-a2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-a3.zip?uuid=core-8-4-a3%|%core-8-4-a3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-a4.zip?uuid=core-8-4-a4%|%core-8-4-a4%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-b1.zip?uuid=core-8-4-b1%|%core-8-4-b1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-4-b2.zip?uuid=core-8-4-b2%|%core-8-4-b2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-1.zip?uuid=core-8-5-1%|%core-8-5-1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-2.zip?uuid=core-8-5-2%|%core-8-5-2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-3.zip?uuid=core-8-5-3%|%core-8-5-3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-4.zip?uuid=core-8-5-4%|%core-8-5-4%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-5.zip?uuid=core-8-5-5%|%core-8-5-5%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-6.zip?uuid=core-8-5-6%|%core-8-5-6%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-7.zip?uuid=core-8-5-7%|%core-8-5-7%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-8.zip?uuid=core-8-5-8%|%core-8-5-8%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-9.zip?uuid=core-8-5-9%|%core-8-5-9%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-a1.zip?uuid=core-8-5-a1%|%core-8-5-a1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-a2.zip?uuid=core-8-5-a2%|%core-8-5-a2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-a3.zip?uuid=core-8-5-a3%|%core-8-5-a3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-a4.zip?uuid=core-8-5-a4%|%core-8-5-a4%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-a5.zip?uuid=core-8-5-a5%|%core-8-5-a5%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-a6.zip?uuid=core-8-5-a6%|%core-8-5-a6%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-b1.zip?uuid=core-8-5-b1%|%core-8-5-b1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-b2.zip?uuid=core-8-5-b2%|%core-8-5-b2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-b3.zip?uuid=core-8-5-b3%|%core-8-5-b3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-6-a1.zip?uuid=core-8-6-a1%|%core-8-6-a1%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-6-a2.zip?uuid=core-8-6-a2%|%core-8-6-a2%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-6-a3.zip?uuid=core-8-6-a3%|%core-8-6-a3%|% * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-6-b1.zip?uuid=core-8-6-b1%|%core-8-6-b1%|% '''COMPLETED:''' * http://tcltk.oc9.org/fossils/tcl/zip/tcl-core-8-5-0.zip?uuid=core-8-5-0%|%core-8-5-0%|% -- [KBK] ''DONE: No inconsistencies found.'' ---- (Coming soon: [Audit new Tk repository]) <>Enter Category Here