diff options
author | das <das> | 2007-09-18 19:39:57 (GMT) |
---|---|---|
committer | das <das> | 2007-09-18 19:39:57 (GMT) |
commit | a32a5222a0aa366aa60be97e2a41602400b6f00e (patch) | |
tree | b5c83eae66f8c20e8fd4d195701cd2023590aa9f /changes | |
parent | 130c96273e714020ab719a63c2d62d4a05c372ce (diff) | |
download | tcl-a32a5222a0aa366aa60be97e2a41602400b6f00e.zip tcl-a32a5222a0aa366aa60be97e2a41602400b6f00e.tar.gz tcl-a32a5222a0aa366aa60be97e2a41602400b6f00e.tar.bz2 |
Darwin changes for 8.5b1
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.116 2007/05/16 22:14:55 das Exp $ +RCS: @(#) $Id: changes,v 1.117 2007/09/18 19:39:57 das Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6921,3 +6921,22 @@ upvar and namespace upvar. 2007-04-23 (bug fix) Workaround crashing bug in fts_open() on 64bit Darawin. --- Released 8.5a6, April 25, 2007 --- See ChangeLog for details --- + +2007-06-06 (platform support) Darwin: add plist to tclsh. + +2007-06-23 (bug fix) Darwin: prevent post-fork() abort(). + +2007-06-29 (enhancement) Tcl_Alloc alignment on Darwin. + +2007-08-14 (platform support) Darwin: [load] from VFS on intel & 64bit. + +2007-09-03 (compat support) Restore registration of "wideInt" Tcl_ObjType. + +2007-09-06 (platform support) Darwin: drop support for Xcode 1.5 project, add +project for Xcode 3.0. + +2007-09-14 (enhancement)[1793984] DTrace provider for Tcl. + +2007-09-15 (platform support) SunOS-5.1x link with cc, not ld. + +--- Released 8.5b1, September ??, 2007 --- See ChangeLog for details --- |