JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Monospaced Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  July 2009

STARDEV July 2009

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Recent repository commits

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Tue, 7 Jul 2009 05:01:16 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (3076 lines)

Commit summary from repository starlink
------------------------------------

  (Tim Jenness) atl: Add atl_rmblft routine to remove contiguous blank lines.
     1.9% applications/smurf/libsmf/
    98.0% libraries/atl/
  
  (Tim Jenness) smurf: Add ability to look up fixup information in table indexed by OBSID
   100.0% applications/smurf/libsmf/
  
  (Tim Jenness) mers: Tab cleanup in err1Flush.c
   100.0% libraries/mers/
  
  (Tim Jenness) perlmods: Add support for new provenance hiding routines in NDF module
   100.0% perlmods/Starlink/NDF/
  
  (Tim Jenness) ndg: minor typo fixes
   100.0% libraries/ndg/
  
  (David Berry) ndg: Add facilities for hiding ancestors
   100.0% libraries/ndg/
  
  (David Berry) ndg: Add new provenance routines to sun2
   100.0% libraries/ndg/

Commit summary from repository blt
------------------------------------

  (Peter W. Draper) add .gitignore
  
  (Peter W. Draper) Merge branch 'vendor'
  (Peter W. Draper) Import BLT 2.4z for Tcl 8.5
     6.1% demos/bitmaps/
    21.2% demos/
     1.3% library/
    27.6% man/
    41.9% src/

Commit summary from repository itcl
------------------------------------

  (Peter W. Draper) Regenerated configure.
  
  (Peter W. Draper) Merge branch 'vendor'
  (Tim Jenness) Import itcl v3.4
     6.6% doc/
    20.8% generic/
     5.2% mac/
    33.4% tclconfig/
     3.1% tests/
    16.3% unix/
     3.7% win/

Commit summary from repository itk
------------------------------------

  (Peter W. Draper) Builds (fix of typo)
     1.6% library/
  
  (Peter W. Draper) Merge branch 'vendor'
  (Tim Jenness) Import itk v3.4
    38.2% mac/
    27.6% tclconfig/
    14.8% unix/
     5.6% win/rc/
     2.9% win/

Commit summary from repository tcl
------------------------------------

  (Peter W. Draper) Merge branch 'vendor'
  (Peter W. Draper) Merge branch 'vendor'
  (Tim Jenness) Import v8.5.7
     9.9% generic/
     9.7% library/http/
     4.0% library/tzdata/America/
    16.5% library/tzdata/Asia/
     1.8% library/
    26.5% macosx/
     1.8% tests/
     3.5% tools/
    10.4% unix/
     4.8% win/
  
  (Tim Jenness) Import v8.5.6
     3.7% doc/
    30.5% generic/
     1.0% library/msgs/
     5.5% library/tzdata/America/
     1.6% library/tzdata/Asia/
     3.0% library/tzdata/Europe/
     2.6% library/tzdata/
     1.7% library/
     1.4% libtommath/
     9.7% mac/
     2.0% macosx/Tcl.xcode/
     2.1% macosx/Tcl.xcodeproj/
     5.5% macosx/
     7.5% tests/
     1.9% tools/
     4.6% unix/
     3.7% win/

Commit summary from repository tk
------------------------------------

  (Peter W. Draper) Merge branch 'vendor'
  (Peter W. Draper) Builds
     7.9% generic/
    92.0% unix/
  
  (Peter W. Draper) Merge commit 'v8.5.6'
  (Tim Jenness) Import v8.5.7
     5.5% generic/
     1.6% library/demos/
     1.4% library/ttk/
     4.0% library/
    27.2% macosx/
     1.7% tests/
    29.6% unix/
     9.4% win/rc/
    16.3% win/
  
  (Tim Jenness) Import v8.5.6
     2.9% doc/
     7.8% generic/ttk/
    25.1% generic/
     2.2% library/demos/
     1.1% library/ttk/
    13.7% mac/
     5.6% macosx/Wish.xcode/
     5.7% macosx/Wish.xcodeproj/
     6.5% macosx/
     7.7% tests/
     5.3% unix/
     5.6% win/
 

Commits from repository starlink
-----------------------------

  commit 3c56b501d6c066ecd5a81de917a0b5ce526ff5ec
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Jul 6 15:20:25 2009 -1000
  
      atl: Add atl_rmblft routine to remove contiguous blank lines.
      
      Code extracted from atl_mgfts and now standalone so that other
      applications (eg SMURF) can make use of the functionality.
  
   applications/smurf/libsmf/smf_fits_outhdr.c | 6 ++-
   libraries/atl/Makefile.am | 2 +-
   libraries/atl/atl.c | 22 ++++++
   libraries/atl/atl.h | 4 +
   libraries/atl/atl_mgfts.f | 29 ++-------
   .../{kaplibs/kpg/kpg1_copyc.f => atl/atl_rmblft.f} | 66 +++++++++++-------
   6 files changed, 79 insertions(+), 50 deletions(-)
  
  commit 0e77fb46f4460951638d05e2f2298104d152ef21
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Jul 6 14:40:12 2009 -1000
  
      smurf: Add ability to look up fixup information in table indexed by OBSID
      
      In particular this patch adds check for the ROVER polarimeter where
      we have a list of OBSID values where we know ROVER was attached.
  
   applications/smurf/libsmf/smf_fix_metadata.c | 351 +++++++++++++++++++++++-
   1 files changed, 348 insertions(+), 3 deletions(-)
  
  commit 5746698c608729a728c75659f8e1f9b61dc96405
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Jul 6 13:36:31 2009 -1000
  
      mers: Tab cleanup in err1Flush.c
  
   libraries/mers/err1Flush.c | 16 ++++++++--------
   1 files changed, 8 insertions(+), 8 deletions(-)
  
  commit 2e56f05a83862ecc777bbc72a4bee0a55bdc1dd3
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Jul 6 13:35:39 2009 -1000
  
      perlmods: Add support for new provenance hiding routines in NDF module
      
      NDG changes added in commit bd48a46c55c3bcde7e34029aca57253e68abc35d
  
   perlmods/Starlink/NDF/NDF.xs | 46 ++++++++++++++++++++++++++++++++++++++++
   1 files changed, 46 insertions(+), 0 deletions(-)
  
  commit 6149679f598653ef09d2a4fcbfd7fd273159a7e7
  Author: Tim Jenness <[log in to unmask]>
  Date: Mon Jul 6 13:05:06 2009 -1000
  
      ndg: minor typo fixes
  
   libraries/ndg/ndg_provenance.c | 20 ++++++++++----------
   libraries/ndg/sun2.tex | 12 ++++++------
   2 files changed, 16 insertions(+), 16 deletions(-)
  
  commit bd48a46c55c3bcde7e34029aca57253e68abc35d
  Author: David Berry <[log in to unmask]>
  Date: Mon Jul 6 16:49:53 2009 +0100
  
      ndg: Add facilities for hiding ancestors
  
   libraries/ndg/ndg.h | 6 +-
   libraries/ndg/ndg.news | 5 +
   libraries/ndg/ndg_provenance.c | 727 +++++++++++++++++++++++++++++++++++++-
   libraries/ndg/sun2.tex | 314 ++++++++++++++++-
   4 files changed, 1037 insertions(+), 15 deletions(-)
  
  commit 7a8641bda4471336603a6fed48e6bfbe618bf978
  Author: David Berry <[log in to unmask]>
  Date: Mon Jul 6 08:44:44 2009 +0100
  
      ndg: Add new provenance routines to sun2
  
   libraries/ndg/component.xml | 2 +-
   libraries/ndg/configure.ac | 2 +-
   libraries/ndg/ndg_provenance.c | 2 -
   libraries/ndg/sun2.tex | 1875 +++++++++++++++++++++++++-------------
   4 files changed, 1220 insertions(+), 661 deletions(-)

Commits from repository blt
-----------------------------

  commit 4cda0a9f2f61d4fcd35577a5c3585edbfabbe4aa
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 17:22:37 2009 +0100
  
      add .gitignore
  
   .gitignore | 29 +++++++++++++++++++++++++++++
   1 files changed, 29 insertions(+), 0 deletions(-)
  
  commit 55c428d657f0f34d038aca0f3ff62239835d14a2
  Merge: 5faa23c 288957a
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 17:15:18 2009 +0100
  
      Merge branch 'vendor'
  
  commit 288957a129bd3b4c352032e34ae3034c4ff1481b
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 17:04:00 2009 +0100
  
      Import BLT 2.4z for Tcl 8.5
  
   Makefile.in | 4 +
   blt.h | 149 -
   bltUnixMain.c | 169 -
   bltWinMain.c | 329 -
   demos/barchart | 136 -
   demos/barchart2 | 188 -
   demos/barchart3 | 144 -
   demos/barchart4 | 125 -
   demos/barchart5 | 97 -
   demos/bg-test3.tcl | 26 -
   demos/bgexec | 192 -
   demos/bgexec2 | 20 -
   demos/bgexec3 | 198 -
   demos/bgexec4 | 425 -
   demos/bitmap | 166 -
   demos/bitmaps/eyes.bm | 416 -
   demos/bitmaps/face | 171 -
   demos/bitmaps/fc_left | 8 -
   demos/bitmaps/fc_left1 | 8 -
   demos/bitmaps/fc_left1m | 8 -
   demos/bitmaps/fc_leftm | 8 -
   demos/bitmaps/fc_mid | 8 -
   demos/bitmaps/fc_midm | 8 -
   demos/bitmaps/fc_right | 8 -
   demos/bitmaps/fc_right1 | 8 -
   demos/bitmaps/fc_right1m | 8 -
   demos/bitmaps/fc_rightm | 8 -
   demos/bitmaps/greenback | 885 --
   demos/bitmaps/sharky.bm | 129 -
   demos/bitmaps/xbob.bm | 47 -
   demos/bltDemo.tcl | 53 -
   demos/bltGrPs.tcl | 764 --
   demos/busy | 261 -
   demos/calendar | 125 -
   demos/dragdrop.tcl | 95 -
   demos/eps | 226 -
   demos/form | 1037 ---
   demos/graph | 98 -
   demos/graph2 | 72 -
   demos/graph3 | 79 -
   demos/graph4 | 2261 -----
   demos/graph5 | 59 -
   demos/graph6 | 2309 -----
   demos/graph7 | 61 -
   demos/hier | 91 -
   demos/hier2 | 76 -
   demos/hier3 | 71 -
   demos/hier4 | 59 -
   demos/htext | 162 -
   demos/page.tcl | 131 -
   demos/patterns.tcl | 17 -
   demos/spline | 59 -
   demos/stripchart | 325 -
   demos/tabset | 35 -
   demos/tabset2 | 72 -
   demos/tabset3 | 96 -
   demos/tabset4 | 74 -
   library/Makefile.vc | 5 +-
   library/bltDnd.tcl | 7 -
   library/bltGraph.tcl | 445 -
   library/bltHier.tcl | 455 -
   library/bltTabset.tcl | 126 -
   library/pkgIndex.tcl.in | 19 +-
   man/BLT.man | 153 -
   man/barchart.man | 2217 -----
   man/beep.man | 48 -
   man/bgexec.man | 272 -
   man/bitmap.man | 200 -
   man/bltdebug.man | 38 -
   man/busy.man | 242 -
   man/cutbuffer.man | 54 -
   man/dragdrop.man | 456 -
   man/eps.man | 1238 ---
   man/graph.man | 2244 -----
   man/hierbox.man | 758 --
   man/htext.man | 384 -
   man/man.macros.in | 179 -
   man/spline.man | 181 -
   man/stripchart.man | 2150 -----
   man/table.man | 733 --
   man/tabset.man | 870 --
   man/tile.man | 108 -
   man/vector.man | 1113 ---
   man/watch.man | 137 -
   man/winop.man | 131 -
   src/Makefile.in | 3 +-
   src/Makefile.mingw32 | 164 -
   src/Makefile.vc | 87 +-
   src/Makefile.win32 | 166 -
   src/bltBgexec.c | 153 +-
   src/bltDnd.c | 2748 ------
   src/bltGrAxis.c | 142 +-
   src/bltGrElem.c | 61 +-
   src/bltGrMarker.c | 69 +-
   src/bltHier.c | 7623 -----------------
   src/bltInit.c | 37 +-
   src/bltInput.c | 526 --
   src/bltNsUtil.h | 8 +-
   src/bltText.c | 3 +
   src/bltTreeView.c | 4 -
   src/bltWindow.c | 249 +-
   src/pure_api.c | 126 -
   src/shared/Makefile.in | 4 +-
   src/t.t |20084 ++++++++++++++++++++++++++++++++++++++++++++
   src/tclInt.h | 2327 -----
   tkConsole.c | 636 --
   win/makedefs | 28 +-
   107 files changed, 20483 insertions(+), 42592 deletions(-)

Commits from repository itcl
-----------------------------

  commit 7b714adb12c55a95c2b7c3462e1440a83fc15675
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 18:20:27 2009 +0100
  
      Regenerated configure.
  
   .gitignore | 12 +++
   configure | 234 +++++++++++++++++++++++++++++++---------------------------
   2 files changed, 136 insertions(+), 110 deletions(-)
  
  commit 98e1516e8cf0e4a28ec760eae86f7c2d640ef254
  Merge: 198e26f 007c7fa
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 15:49:49 2009 +0100
  
      Merge branch 'vendor'
      
      Conflicts:
       configure
       tclAppInit.c
  
  commit 007c7fa1f4974615cee5972d12618b56e305248b
  Author: Tim Jenness <[log in to unmask]>
  Date: Fri Feb 20 20:41:42 2009 -1000
  
      Import itcl v3.4
      
      This is source code made from the incrTcl CVS on 2007-12-31
      for the Fedora distribution. It was extracted from the source rpm
      named itcl-3.4-2.fc9.src.rpm
      
      Local Fedora patches are not applied.
  
   Makefile.in | 15 +-
   configure | 2302 ++++++++++++------------
   configure.in | 4 +-
   doc/Class.3 | 57 +
   doc/List.3 | 59 +
   doc/Object.3 | 39 +
   doc/Preserve.3 | 39 +
   doc/itcl_class.n | 419 -----
   doc/itcl_info.n | 62 -
   doc/itclsh.1 | 30 -
   generic/itcl.h | 8 +-
   generic/itclInt.decls | 8 +-
   generic/itclInt.h | 180 ++-
   generic/itclIntDecls.h | 12 +-
   generic/itcl_bicmds.c | 58 +-
   generic/itcl_class.c | 177 +-
   generic/itcl_cmds.c | 67 +-
   generic/itcl_ensemble.c | 24 +-
   generic/itcl_methods.c | 168 +-
   generic/itcl_migrate.c | 78 +-
   generic/itcl_objects.c | 94 +-
   generic/itcl_obsolete.c | 1953 --------------------
   generic/itcl_parse.c | 78 +-
   generic/itcl_util.c | 53 +-
   library/itcl.tcl | 60 +-
   mac/MW_ItclHeader.pch | 74 -
   mac/itclMacApplication.r | 99 -
   mac/itclMacLibrary.r | 154 --
   mac/itclMacResource.r | 94 -
   mac/itclMacTclCode.r | 32 -
   mac/itclStaticApplication.r | 26 -
   mac/pkgIndex.tcl | 3 -
   mac/tclMacAppInit.c | 227 ---
   tclconfig/install-sh | 119 ++
   tclconfig/tcl.m4 | 4031 +++++++++++++++++++++++++++++++++++++++++
   tests/all | 21 -
   tests/basic.test | 52 +-
   tests/defs | 351 ----
   tests/methods.test | 13 +-
   unix/Makefile.in | 308 ----
   unix/configure | 1301 -------------
   unix/configure.in | 197 --
   unix/itclConfig.sh.in | 36 -
   unix/pkgIndex.tcl.in | 3 -
   unix/tclAppInit.c | 157 --
   win/itcl.rc | 41 -
   win/itclsh.rc | 37 -
   win/makefile.bc | 212 ---
   win/makefile.vc | 45 +-
   win/pkgIndex.tcl | 3 -
   win/tclAppInit.c | 280 ---
   51 files changed, 6274 insertions(+), 7686 deletions(-)

Commits from repository itk
-----------------------------

  commit a7d1d593dc99b989ec0ccc69c5e252243af93cc3
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 18:18:06 2009 +0100
  
      Builds (fix of typo)
  
   .gitignore | 10 ++
   configure | 318 ++++++++++++++++++++++++-----------------------
   library/Toplevel.itk | 5 +-
   3 files changed, 175 insertions(+), 158 deletions(-)
  
  commit 137797eacbcc64d4934508072f8d4ae75e091d51
  Merge: e19cc82 47bb54e
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 15:55:19 2009 +0100
  
      Merge branch 'vendor'
      
      Conflicts:
       configure
       library/Toplevel.itk
  
  commit 47bb54ea015952d5c4a03e27616c1c00c45121a6
  Author: Tim Jenness <[log in to unmask]>
  Date: Fri Feb 20 20:50:04 2009 -1000
  
      Import itk v3.4
      
      This is source code made from the incrTcl CVS on 2007-12-31
      for the Fedora distribution. It was extracted from the source rpm
      named itk-3.4-2.fc9.src.rpm
      
      Local Fedora patches are not applied.
  
   Makefile.in | 5 +-
   configure | 2560 ++++++++++++++-------------
   configure.in | 6 +-
   doc/itkwish.1 | 55 -
   generic/itk.h | 8 +-
   generic/itk_archetype.c | 110 +-
   generic/itk_cmds.c | 6 +-
   generic/itk_option.c | 23 +-
   library/Toplevel.itk | 6 +-
   library/Widget.itk | 4 +-
   mac/MW_ItkHeader.pch | 73 -
   mac/itkMacApplication.r | 1676 ------------------
   mac/itkMacLibrary.r | 94 -
   mac/itkMacResource.r | 1376 --------------
   mac/itkMacTclCode.r | 29 -
   mac/itkStaticApplication.r | 29 -
   mac/pkgIndex.tcl | 3 -
   mac/tclIndex | 11 -
   mac/tkMacAppInit.c | 418 -----
   tclconfig/install-sh | 119 ++
   tclconfig/tcl.m4 | 4031 ++++++++++++++++++++++++++++++++++++++++++
   tests/interp.test | 11 +-
   tests/toplevel.test | 4 +-
   unix/Makefile.in | 326 ----
   unix/configure | 1380 ---------------
   unix/configure.in | 248 ---
   unix/itkConfig.sh | 36 -
   unix/itkConfig.sh.in | 36 -
   unix/pkgIndex.tcl.in | 3 -
   unix/tkAppInit.c | 151 --
   win/makefile.bc | 227 ---
   win/makefile.vc | 49 +-
   win/pkgIndex.tcl | 3 -
   win/rc/cursor00.cur | Bin 326 -> 0 bytes
   win/rc/cursor02.cur | Bin 326 -> 0 bytes
   win/rc/cursor04.cur | Bin 326 -> 0 bytes
   win/rc/cursor06.cur | Bin 326 -> 0 bytes
   win/rc/cursor08.cur | Bin 326 -> 0 bytes
   win/rc/cursor0a.cur | Bin 326 -> 0 bytes
   win/rc/cursor0c.cur | Bin 326 -> 0 bytes
   win/rc/cursor0e.cur | Bin 326 -> 0 bytes
   win/rc/cursor10.cur | Bin 326 -> 0 bytes
   win/rc/cursor12.cur | Bin 326 -> 0 bytes
   win/rc/cursor14.cur | Bin 326 -> 0 bytes
   win/rc/cursor16.cur | Bin 326 -> 0 bytes
   win/rc/cursor18.cur | Bin 326 -> 0 bytes
   win/rc/cursor1a.cur | Bin 326 -> 0 bytes
   win/rc/cursor1c.cur | Bin 326 -> 0 bytes
   win/rc/cursor1e.cur | Bin 326 -> 0 bytes
   win/rc/cursor20.cur | Bin 326 -> 0 bytes
   win/rc/cursor22.cur | Bin 326 -> 0 bytes
   win/rc/cursor24.cur | Bin 326 -> 0 bytes
   win/rc/cursor26.cur | Bin 326 -> 0 bytes
   win/rc/cursor28.cur | Bin 326 -> 0 bytes
   win/rc/cursor2a.cur | Bin 326 -> 0 bytes
   win/rc/cursor2c.cur | Bin 326 -> 0 bytes
   win/rc/cursor2e.cur | Bin 326 -> 0 bytes
   win/rc/cursor30.cur | Bin 326 -> 0 bytes
   win/rc/cursor32.cur | Bin 326 -> 0 bytes
   win/rc/cursor34.cur | Bin 326 -> 0 bytes
   win/rc/cursor36.cur | Bin 326 -> 0 bytes
   win/rc/cursor38.cur | Bin 326 -> 0 bytes
   win/rc/cursor3a.cur | Bin 326 -> 0 bytes
   win/rc/cursor3c.cur | Bin 326 -> 0 bytes
   win/rc/cursor3e.cur | Bin 326 -> 0 bytes
   win/rc/cursor40.cur | Bin 326 -> 0 bytes
   win/rc/cursor42.cur | Bin 326 -> 0 bytes
   win/rc/cursor44.cur | Bin 326 -> 0 bytes
   win/rc/cursor46.cur | Bin 326 -> 0 bytes
   win/rc/cursor48.cur | Bin 326 -> 0 bytes
   win/rc/cursor4a.cur | Bin 326 -> 0 bytes
   win/rc/cursor4c.cur | Bin 326 -> 0 bytes
   win/rc/cursor4e.cur | Bin 326 -> 0 bytes
   win/rc/cursor50.cur | Bin 326 -> 0 bytes
   win/rc/cursor52.cur | Bin 326 -> 0 bytes
   win/rc/cursor54.cur | Bin 326 -> 0 bytes
   win/rc/cursor56.cur | Bin 326 -> 0 bytes
   win/rc/cursor58.cur | Bin 326 -> 0 bytes
   win/rc/cursor5a.cur | Bin 326 -> 0 bytes
   win/rc/cursor5c.cur | Bin 326 -> 0 bytes
   win/rc/cursor5e.cur | Bin 326 -> 0 bytes
   win/rc/cursor60.cur | Bin 326 -> 0 bytes
   win/rc/cursor62.cur | Bin 326 -> 0 bytes
   win/rc/cursor64.cur | Bin 326 -> 0 bytes
   win/rc/cursor66.cur | Bin 326 -> 0 bytes
   win/rc/cursor68.cur | Bin 326 -> 0 bytes
   win/rc/cursor6a.cur | Bin 326 -> 0 bytes
   win/rc/cursor6c.cur | Bin 326 -> 0 bytes
   win/rc/cursor6e.cur | Bin 326 -> 0 bytes
   win/rc/cursor70.cur | Bin 326 -> 0 bytes
   win/rc/cursor72.cur | Bin 326 -> 0 bytes
   win/rc/cursor74.cur | Bin 326 -> 0 bytes
   win/rc/cursor76.cur | Bin 326 -> 0 bytes
   win/rc/cursor78.cur | Bin 326 -> 0 bytes
   win/rc/cursor7a.cur | Bin 326 -> 0 bytes
   win/rc/cursor7c.cur | Bin 326 -> 0 bytes
   win/rc/cursor7e.cur | Bin 326 -> 0 bytes
   win/rc/cursor80.cur | Bin 326 -> 0 bytes
   win/rc/cursor82.cur | Bin 326 -> 0 bytes
   win/rc/cursor84.cur | Bin 326 -> 0 bytes
   win/rc/cursor86.cur | Bin 326 -> 0 bytes
   win/rc/cursor88.cur | Bin 326 -> 0 bytes
   win/rc/cursor8a.cur | Bin 326 -> 0 bytes
   win/rc/cursor8c.cur | Bin 326 -> 0 bytes
   win/rc/cursor8e.cur | Bin 326 -> 0 bytes
   win/rc/cursor90.cur | Bin 326 -> 0 bytes
   win/rc/cursor92.cur | Bin 326 -> 0 bytes
   win/rc/cursor94.cur | Bin 326 -> 0 bytes
   win/rc/cursor96.cur | Bin 326 -> 0 bytes
   win/rc/cursor98.cur | Bin 326 -> 0 bytes
   win/rc/itkwish.rc | 43 -
   win/winMain.c | 354 ----
   112 files changed, 5592 insertions(+), 7921 deletions(-)

Commits from repository tcl
-----------------------------

  commit d4efcbf3ca90fa02f5ece13db611b2bd234892e8
  Merge: 33d0db3 82d52d4
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 12:53:52 2009 +0100
  
      Merge branch 'vendor'
      
      Conflicts:
       unix/Makefile.in
       unix/configure
       unix/configure.in
  
  commit 33d0db3bc1aef83b85ba15f43358f555822bf90f
  Merge: b7caf46 e3274d5
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 12:46:46 2009 +0100
  
      Merge branch 'vendor'
      
      Conflicts:
       library/init.tcl
       unix/Makefile.in
       unix/configure
       unix/configure.in
       unix/tcl.m4
  
  commit 82d52d4fb7897b7b7a600a502517e2c5e2871b7a
  Author: Tim Jenness <[log in to unmask]>
  Date: Fri Jun 19 12:55:57 2009 -1000
  
      Import v8.5.7
  
   ChangeLog | 453 ++++++--
   README | 4 +-
   changes | 47 +-
   doc/Alloc.3 | 4 +-
   doc/CrtTrace.3 | 4 +-
   doc/platform.n | 6 +-
   generic/tcl.h | 6 +-
   generic/tclCmdMZ.c | 25 +-
   generic/tclDictObj.c | 5 +-
   generic/tclExecute.c | 12 +-
   generic/tclIORChan.c | 21 +-
   generic/tclInt.decls | 5 +-
   generic/tclIntPlatDecls.h | 13 +-
   generic/tclNamesp.c | 5 +-
   generic/tclPathObj.c | 41 +-
   generic/tclPosixStr.c | 8 +-
   generic/tclStringObj.c | 324 ++++--
   generic/tclStubInit.c | 3 +-
   generic/tclTestObj.c | 68 ++-
   library/clock.tcl | 6 +-
   library/http/http.tcl | 316 ++++---
   library/http/pkgIndex.tcl | 2 +-
   library/init.tcl | 4 +-
   library/platform/pkgIndex.tcl | 2 +-
   library/platform/platform.tcl | 40 +-
   library/tcltest/pkgIndex.tcl | 2 +-
   library/tcltest/tcltest.tcl | 20 +-
   library/tzdata/Africa/Casablanca | 2 +
   library/tzdata/Africa/Tunis | 2 -
   library/tzdata/America/Argentina/San_Luis | 183 ++++
   library/tzdata/America/Havana | 184 ++--
   library/tzdata/America/Resolute | 187 ++++
   library/tzdata/Asia/Amman | 204 ++--
   library/tzdata/Asia/Damascus | 182 ++--
   library/tzdata/Asia/Gaza | 366 ++++----
   library/tzdata/Asia/Karachi | 2 +
   library/tzdata/Asia/{Katmandu => Kathmandu} | 2 +-
   library/tzdata/Asia/Katmandu | 8 +-
   library/tzdata/Europe/Zurich | 10 +-
   macosx/Tcl-Info.plist.in | 8 +-
   macosx/Tclsh-Info.plist.in | 8 +-
   macosx/configure | 98 ++-
   macosx/tclMacOSXBundle.c | 129 ++-
   macosx/tclMacOSXNotify.c | 1417 ++++++++++++++++++-------
   tests/clock.test | 11 +-
   tests/expr.test | 7 +-
   tests/fileName.test | 21 +-
   tests/http.test | 6 +-
   tests/httpd | 16 +-
   tests/string.test | 16 +-
   tests/stringObj.test | 41 +-
   tools/tcl.wse.in | 2 +-
   tools/tclZIC.tcl | 4 +-
   unix/Makefile.in | 26 +-
   unix/configure | 98 ++-
   unix/configure.in | 27 +-
   unix/tcl.m4 | 13 +-
   unix/tcl.spec | 4 +-
   unix/tclConfig.h.in | 3 +
   unix/tclLoadDyld.c | 6 +-
   unix/tclUnixChan.c | 68 +-
   unix/tclUnixEvent.c | 5 +-
   unix/tclUnixNotfy.c | 50 +-
   win/Makefile.in | 14 +-
   win/configure | 181 +++-
   win/configure.in | 4 +-
   win/tcl.m4 | 10 +-
   win/tclWinFile.c | 13 +-
   68 files changed, 3568 insertions(+), 1516 deletions(-)
  
  commit e3274d5bd2a1c221cdac285bf5e3c0f34b236a10
  Author: Tim Jenness <[log in to unmask]>
  Date: Wed Feb 18 21:29:03 2009 -1000
  
      Import v8.5.6
  
   ChangeLog |13978 +++-----
   ChangeLog.1999 | 2738 +-
   ChangeLog.2000 | 1868 +-
   ChangeLog.2001 | 3023 +-
   ChangeLog.2002 | 4741 +++
   ChangeLog.2003 | 3349 ++
   ChangeLog.2004 | 4619 +++
   ChangeLog.2005 | 3822 +++
   README | 20 +-
   changes | 1014 +-
   compat/fixstrtod.c | 10 +-
   compat/gettod.c | 10 +-
   compat/memcmp.c | 42 +-
   compat/opendir.c | 120 +-
   compat/strftime.c | 521 -
   compat/string.h | 4 +-
   compat/strncasecmp.c | 46 +-
   compat/strstr.c | 31 +-
   compat/strtod.c | 64 +-
   compat/strtol.c | 41 +-
   compat/strtoll.c | 111 -
   compat/strtoul.c | 72 +-
   compat/strtoull.c | 261 -
   compat/tclErrno.h | 99 -
   compat/tmpnam.c | 42 -
   compat/waitpid.c | 94 +-
   doc/Access.3 | 4 +-
   doc/AddErrInfo.3 | 281 +-
   doc/Alloc.3 | 12 +-
   doc/AllowExc.3 | 10 +-
   doc/AppInit.3 | 12 +-
   doc/AssocData.3 | 16 +-
   doc/Async.3 | 18 +-
   doc/BackgdErr.3 | 35 +-
   doc/Backslash.3 | 10 +-
   doc/BoolObj.3 | 108 +-
   doc/ByteArrObj.3 | 8 +-
   doc/CallDel.3 | 8 +-
   doc/ChnlStack.3 | 22 +-
   doc/CmdCmplt.3 | 6 +-
   doc/Concat.3 | 10 +-
   doc/CrtChannel.3 | 371 +-
   doc/CrtChnlHdlr.3 | 8 +-
   doc/CrtCloseHdlr.3 | 6 +-
   doc/CrtCommand.3 | 31 +-
   doc/CrtFileHdlr.3 | 16 +-
   doc/CrtMathFnc.3 | 93 +-
   doc/CrtObjCmd.3 | 53 +-
   doc/CrtSlave.3 | 69 +-
   doc/CrtTimerHdlr.3 | 11 +-
   doc/CrtTrace.3 | 45 +-
   doc/DString.3 | 30 +-
   doc/DetachPids.3 | 18 +-
   doc/DictObj.3 | 236 +
   doc/DoOneEvent.3 | 10 +-
   doc/DoWhenIdle.3 | 6 +-
   doc/DoubleObj.3 | 67 +-
   doc/DumpActiveMemory.3 | 7 +-
   doc/Encoding.3 | 243 +-
   doc/Ensemble.3 | 188 +
   doc/Environment.3 | 13 +-
   doc/Eval.3 | 49 +-
   doc/Exit.3 | 38 +-
   doc/ExprLong.3 | 26 +-
   doc/ExprLongObj.3 | 8 +-
   doc/FileSystem.3 | 1076 +-
   doc/FindExec.3 | 6 +-
   doc/GetCwd.3 | 6 +-
   doc/GetHostName.3 | 4 +-
   doc/GetIndex.3 | 41 +-
   doc/GetInt.3 | 57 +-
   doc/GetOpnFl.3 | 24 +-
   doc/GetStdChan.3 | 5 +-
   doc/GetTime.3 | 57 +-
   doc/GetVersion.3 | 3 +-
   doc/Hash.3 | 141 +-
   doc/Init.3 | 9 +-
   doc/InitStubs.3 | 12 +-
   doc/IntObj.3 | 201 +-
   doc/Interp.3 | 22 +-
   doc/Limit.3 | 196 +
   doc/LinkVar.3 | 124 +-
   doc/ListObj.3 | 29 +-
   doc/Macintosh.3 | 111 -
   doc/Namespace.3 | 167 +
   doc/Notifier.3 | 143 +-
   doc/Object.3 | 76 +-
   doc/ObjectType.3 | 149 +-
   doc/OpenFileChnl.3 | 84 +-
   doc/OpenTcp.3 | 29 +-
   doc/Panic.3 | 26 +-
   doc/ParseCmd.3 | 106 +-
   doc/PkgRequire.3 | 35 +-
   doc/Preserve.3 | 6 +-
   doc/PrintDbl.3 | 30 +-
   doc/RecEvalObj.3 | 18 +-
   doc/RecordEval.3 | 18 +-
   doc/RegConfig.3 | 113 +
   doc/RegExp.3 | 183 +-
   doc/SaveResult.3 | 87 +-
   doc/SetChanErr.3 | 154 +
   doc/SetErrno.3 | 14 +-
   doc/SetResult.3 | 89 +-
   doc/SetVar.3 | 62 +-
   doc/Signal.3 | 14 +-
   doc/Sleep.3 | 7 +-
   doc/SourceRCFile.3 | 7 +-
   doc/SplitList.3 | 26 +-
   doc/SplitPath.3 | 10 +-
   doc/StaticPkg.3 | 10 +-
   doc/StdChannels.3 | 37 +-
   doc/StrMatch.3 | 31 +-
   doc/StringObj.3 | 144 +-
   doc/SubstObj.3 | 19 +-
   doc/TCL_MEM_DEBUG.3 | 39 +-
   doc/Tcl.n | 76 +-
   doc/Tcl_Main.3 | 24 +-
   doc/Thread.3 | 94 +-
   doc/ToUpper.3 | 4 +-
   doc/TraceCmd.3 | 57 +-
   doc/TraceVar.3 | 105 +-
   doc/Translate.3 | 26 +-
   doc/UniCharIsAlpha.3 | 5 +-
   doc/UpVar.3 | 23 +-
   doc/Utf.3 | 100 +-
   doc/WrongNumArgs.3 | 13 +-
   doc/after.n | 12 +-
   doc/append.n | 11 +-
   doc/apply.n | 96 +
   doc/array.n | 50 +-
   doc/bgerror.n | 43 +-
   doc/binary.n | 491 +-
   doc/break.n | 2 +-
   doc/catch.n | 68 +-
   doc/cd.n | 2 +-
   doc/chan.n | 738 +
   doc/clock.n | 1091 +-
   doc/close.n | 10 +-
   doc/concat.n | 14 +-
   doc/continue.n | 2 +-
   doc/dde.n | 65 +-
   doc/dict.n | 287 +
   doc/encoding.n | 22 +-
   doc/eof.n | 2 +-
   doc/error.n | 50 +-
   doc/eval.n | 52 +-
   doc/exec.n | 199 +-
   doc/exit.n | 12 +-
   doc/expr.n | 353 +-
   doc/fblocked.n | 4 +-
   doc/fconfigure.n | 52 +-
   doc/fcopy.n | 95 +-
   doc/file.n | 245 +-
   doc/fileevent.n | 14 +-
   doc/filename.n | 150 +-
   doc/flush.n | 4 +-
   doc/for.n | 4 +-
   doc/foreach.n | 31 +-
   doc/format.n | 96 +-
   doc/gets.n | 4 +-
   doc/glob.n | 101 +-
   doc/global.n | 13 +-
   doc/history.n | 24 +-
   doc/http.n | 270 +-
   doc/if.n | 5 +-
   doc/incr.n | 10 +-
   doc/info.n | 162 +-
   doc/interp.n | 366 +-
   doc/join.n | 6 +-
   doc/lappend.n | 19 +-
   doc/lassign.n | 57 +
   doc/library.n | 50 +-
   doc/lindex.n | 57 +-
   doc/linsert.n | 20 +-
   doc/list.n | 13 +-
   doc/llength.n | 6 +-
   doc/load.n | 31 +-
   doc/lrange.n | 29 +-
   doc/lrepeat.n | 41 +
   doc/lreplace.n | 61 +-
   doc/lreverse.n | 33 +
   doc/lsearch.n | 223 +-
   doc/lset.n | 55 +-
   doc/lsort.n | 69 +-
   doc/man.macros | 205 +-
   doc/mathfunc.n | 273 +
   doc/mathop.n | 300 +
   doc/memory.n | 25 +-
   doc/msgcat.n | 93 +-
   doc/namespace.n | 323 +-
   doc/open.n | 107 +-
   doc/package.n | 196 +-
   doc/packagens.n | 7 +-
   doc/pid.n | 4 +-
   doc/pkgMkIndex.n | 62 +-
   doc/platform.n | 68 +
   doc/platform_shell.n | 59 +
   doc/proc.n | 24 +-
   doc/puts.n | 9 +-
   doc/pwd.n | 5 +-
   doc/re_syntax.n | 1256 +-
   doc/read.n | 6 +-
   doc/refchan.n | 278 +
   doc/regexp.n | 98 +-
   doc/registry.n | 59 +-
   doc/regsub.n | 100 +-
   doc/rename.n | 2 +-
   doc/resource.n | 155 -
   doc/return.n | 236 +-
   doc/safe.n | 60 +-
   doc/scan.n | 171 +-
   doc/seek.n | 6 +-
   doc/set.n | 9 +-
   doc/socket.n | 15 +-
   doc/source.n | 42 +-
   doc/split.n | 16 +-
   doc/string.n | 149 +-
   doc/subst.n | 74 +-
   doc/switch.n | 96 +-
   doc/tclsh.1 | 47 +-
   doc/tcltest.n | 653 +-
   doc/tclvars.n | 245 +-
   doc/tell.n | 6 +-
   doc/time.n | 4 +-
   doc/tm.n | 294 +
   doc/trace.n | 246 +-
   doc/unknown.n | 30 +-
   doc/unload.n | 164 +
   doc/unset.n | 9 +-
   doc/update.n | 7 +-
   doc/uplevel.n | 15 +-
   doc/upvar.n | 34 +-
   doc/variable.n | 2 +-
   doc/vwait.n | 4 +-
   doc/while.n | 2 +-
   generic/README | 6 +-
   generic/regc_color.c | 1253 +-
   generic/regc_cvec.c | 176 +-
   generic/regc_lex.c | 1830 +-
   generic/regc_locale.c | 1007 +-
   generic/regc_nfa.c | 2631 +-
   generic/regcomp.c | 3570 +-
   generic/regcustom.h | 137 +-
   generic/rege_dfa.c | 1221 +-
   generic/regerror.c | 148 +-
   generic/regex.h | 159 +-
   generic/regexec.c | 1839 +-
   generic/regfree.c | 47 +-
   generic/regfronts.c | 92 +-
   generic/regguts.h | 398 +-
   generic/tcl.decls | 638 +-
   generic/tcl.h | 2383 +-
   generic/tclAlloc.c | 509 +-
   generic/tclAsync.c | 251 +-
   generic/tclBasic.c | 7637 +++--
   generic/tclBinary.c | 2347 +-
   generic/tclCkalloc.c | 853 +-
   generic/tclClock.c | 2232 ++-
   generic/tclCmdAH.c | 2563 +-
   generic/tclCmdIL.c | 4708 ++--
   generic/tclCmdMZ.c | 6453 ++---
   generic/tclCompCmds.c | 6671 +++--
   generic/tclCompExpr.c | 3210 ++-
   generic/tclCompile.c | 3592 ++-
   generic/tclCompile.h | 1292 +-
   generic/tclConfig.c | 400 +
   generic/tclDTrace.d | 32 +-
   generic/tclDate.c | 4260 ++-
   generic/tclDecls.h | 5610 +++-
   generic/tclDictObj.c | 3201 ++
   generic/tclEncoding.c | 2357 +-
   generic/tclEnv.c | 529 +-
   generic/tclEvent.c | 1316 +-
   generic/tclExecute.c |10304 ++++---
   generic/tclFCmd.c | 754 +-
   generic/tclFileName.c | 2880 +-
   generic/tclFileSystem.h | 123 +
   generic/tclGet.c | 346 +-
   generic/tclGetDate.y | 1635 +-
   generic/tclHash.c | 704 +-
   generic/tclHistory.c | 105 +-
   generic/tclIO.c | 8731 +++---
   generic/tclIO.h | 356 +-
   generic/tclIOCmd.c | 1704 +-
   generic/tclIOGT.c | 1540 +-
   generic/tclIORChan.c | 3020 ++
   generic/tclIOSock.c | 52 +-
   generic/tclIOUtil.c | 6731 ++---
   generic/tclIndexObj.c | 532 +-
   generic/tclInitScript.h | 112 -
   generic/tclInt.decls | 612 +-
   generic/tclInt.h | 4532 ++-
   generic/tclIntDecls.h | 1783 +-
   generic/tclIntPlatDecls.h | 709 +-
   generic/tclInterp.c | 4051 ++-
   generic/tclLink.c | 513 +-
   generic/tclListObj.c | 2043 +-
   generic/tclLiteral.c | 927 +-
   generic/tclLoad.c | 841 +-
   generic/tclLoadNone.c | 105 +-
   generic/tclMain.c | 583 +-
   generic/tclMath.h | 27 -
   generic/tclNamesp.c | 6972 +++--
   generic/tclNotify.c | 631 +-
   generic/tclObj.c | 3626 ++-
   generic/tclPanic.c | 58 +-
   generic/tclParse.c | 2260 +-
   generic/tclParseExpr.c | 2079 --
   generic/tclPathObj.c | 2806 ++
   generic/tclPipe.c | 580 +-
   generic/tclPkg.c | 1583 +-
   generic/tclPkgConfig.c | 137 +
   generic/tclPlatDecls.h | 160 +-
   generic/tclPort.h | 13 +-
   generic/tclPosixStr.c | 769 +-
   generic/tclPreserve.c | 330 +-
   generic/tclProc.c | 3133 ++-
   generic/tclRegexp.c | 571 +-
   generic/tclRegexp.h | 37 +-
   generic/tclResolve.c | 452 +-
   generic/tclResult.c | 1250 +-
   generic/tclScan.c | 1009 +-
   generic/tclStrToD.c | 2748 ++
   generic/tclStringObj.c | 2207 +-
   generic/tclStubInit.c | 519 +-
   generic/tclStubLib.c | 150 +-
   generic/tclTest.c | 5544 ++--
   generic/tclTestObj.c | 516 +-
   generic/tclTestProcBodyObj.c | 129 +-
   generic/tclThread.c | 356 +-
   generic/tclThreadAlloc.c | 730 +-
   generic/tclThreadJoin.c | 315 +-
   generic/tclThreadStorage.c | 575 +
   generic/tclThreadTest.c | 601 +-
   generic/tclTimer.c | 853 +-
   generic/tclTomMath.decls | 215 +
   generic/tclTomMath.h | 845 +
   generic/tclTomMathDecls.h | 789 +
   generic/tclTomMathInterface.c | 313 +
   generic/tclTrace.c | 3221 ++
   generic/tclUtf.c | 925 +-
   generic/tclUtil.c | 2922 ++-
   generic/tclVar.c | 6542 ++--
   generic/tommath.h | 1 +
   library/auto.tcl | 124 +-
   library/clock.tcl | 4675 +++
   library/dde/pkgIndex.tcl | 4 +-
   library/history.tcl | 4 +-
   library/http/http.tcl | 712 +-
   library/http/pkgIndex.tcl | 10 +-
   library/init.tcl | 278 +-
   library/ldAout.tcl | 233 -
   library/msgcat/msgcat.tcl | 109 +-
   library/msgcat/pkgIndex.tcl | 4 +-
   library/msgs/af.msg | 49 +
   library/msgs/af_za.msg | 6 +
   library/msgs/ar.msg | 54 +
   library/msgs/ar_in.msg | 6 +
   library/msgs/ar_jo.msg | 39 +
   library/msgs/ar_lb.msg | 39 +
   library/msgs/ar_sy.msg | 39 +
   library/msgs/be.msg | 52 +
   library/msgs/bg.msg | 52 +
   library/msgs/bn.msg | 49 +
   library/msgs/bn_in.msg | 6 +
   library/msgs/ca.msg | 50 +
   library/msgs/cs.msg | 54 +
   library/msgs/da.msg | 52 +
   library/msgs/de.msg | 54 +
   library/msgs/de_at.msg | 35 +
   library/msgs/de_be.msg | 53 +
   library/msgs/el.msg | 52 +
   library/msgs/en_au.msg | 7 +
   library/msgs/en_be.msg | 7 +
   library/msgs/en_bw.msg | 6 +
   library/msgs/en_ca.msg | 7 +
   library/msgs/en_gb.msg | 7 +
   library/msgs/en_hk.msg | 8 +
   library/msgs/en_ie.msg | 7 +
   library/msgs/en_in.msg | 8 +
   library/msgs/en_nz.msg | 7 +
   library/msgs/en_ph.msg | 8 +
   library/msgs/en_sg.msg | 6 +
   library/msgs/en_za.msg | 6 +
   library/msgs/en_zw.msg | 6 +
   library/msgs/eo.msg | 54 +
   library/msgs/es.msg | 52 +
   library/msgs/es_ar.msg | 6 +
   library/msgs/es_bo.msg | 6 +
   library/msgs/es_cl.msg | 6 +
   library/msgs/es_co.msg | 6 +
   library/msgs/es_cr.msg | 6 +
   library/msgs/es_do.msg | 6 +
   library/msgs/es_ec.msg | 6 +
   library/msgs/es_gt.msg | 6 +
   library/msgs/es_hn.msg | 6 +
   library/msgs/es_mx.msg | 6 +
   library/msgs/es_ni.msg | 6 +
   library/msgs/es_pa.msg | 6 +
   library/msgs/es_pe.msg | 6 +
   library/msgs/es_pr.msg | 6 +
   library/msgs/es_py.msg | 6 +
   library/msgs/es_sv.msg | 6 +
   library/msgs/es_uy.msg | 6 +
   library/msgs/es_ve.msg | 6 +
   library/msgs/et.msg | 52 +
   library/msgs/eu.msg | 47 +
   library/msgs/eu_es.msg | 7 +
   library/msgs/fa.msg | 47 +
   library/msgs/fa_in.msg | 52 +
   library/msgs/fa_ir.msg | 9 +
   library/msgs/fi.msg | 50 +
   library/msgs/fo.msg | 47 +
   library/msgs/fo_fo.msg | 7 +
   library/msgs/fr.msg | 52 +
   library/msgs/fr_be.msg | 7 +
   library/msgs/fr_ca.msg | 7 +
   library/msgs/fr_ch.msg | 7 +
   library/msgs/ga.msg | 47 +
   library/msgs/ga_ie.msg | 7 +
   library/msgs/gl.msg | 47 +
   library/msgs/gl_es.msg | 6 +
   library/msgs/gv.msg | 47 +
   library/msgs/gv_gb.msg | 6 +
   library/msgs/he.msg | 52 +
   library/msgs/hi.msg | 39 +
   library/msgs/hi_in.msg | 6 +
   library/msgs/hr.msg | 50 +
   library/msgs/hu.msg | 54 +
   library/msgs/id.msg | 47 +
   library/msgs/id_id.msg | 6 +
   library/msgs/is.msg | 50 +
   library/msgs/it.msg | 54 +
   library/msgs/it_ch.msg | 6 +
   library/msgs/ja.msg | 44 +
   library/msgs/kl.msg | 47 +
   library/msgs/kl_gl.msg | 7 +
   library/msgs/ko.msg | 55 +
   library/msgs/ko_kr.msg | 8 +
   library/msgs/kok.msg | 39 +
   library/msgs/kok_in.msg | 6 +
   library/msgs/kw.msg | 47 +
   library/msgs/kw_gb.msg | 6 +
   library/msgs/lt.msg | 52 +
   library/msgs/lv.msg | 52 +
   library/msgs/mk.msg | 52 +
   library/msgs/mr.msg | 39 +
   library/msgs/mr_in.msg | 6 +
   library/msgs/ms.msg | 47 +
   library/msgs/ms_my.msg | 6 +
   library/msgs/mt.msg | 27 +
   library/msgs/nb.msg | 52 +
   library/msgs/nl.msg | 50 +
   library/msgs/nl_be.msg | 7 +
   library/msgs/nn.msg | 52 +
   library/msgs/pl.msg | 52 +
   library/msgs/pt.msg | 50 +
   library/msgs/pt_br.msg | 7 +
   library/msgs/ro.msg | 52 +
   library/msgs/ru.msg | 52 +
   library/msgs/ru_ua.msg | 6 +
   library/msgs/sh.msg | 52 +
   library/msgs/sk.msg | 52 +
   library/msgs/sl.msg | 52 +
   library/msgs/sq.msg | 54 +
   library/msgs/sr.msg | 52 +
   library/msgs/sv.msg | 52 +
   library/msgs/sw.msg | 49 +
   library/msgs/ta.msg | 39 +
   library/msgs/ta_in.msg | 6 +
   library/msgs/te.msg | 47 +
   library/msgs/te_in.msg | 8 +
   library/msgs/th.msg | 54 +
   library/msgs/tr.msg | 50 +
   library/msgs/uk.msg | 52 +
   library/msgs/vi.msg | 50 +
   library/msgs/zh.msg | 55 +
   library/msgs/zh_cn.msg | 7 +
   library/msgs/zh_hk.msg | 28 +
   library/msgs/zh_sg.msg | 8 +
   library/msgs/zh_tw.msg | 8 +
   library/opt/optparse.tcl | 12 +-
   library/opt/pkgIndex.tcl | 2 +-
   library/package.tcl | 261 +-
   library/parray.tcl | 7 +-
   library/platform/pkgIndex.tcl | 3 +
   library/platform/platform.tcl | 270 +
   library/platform/shell.tcl | 238 +
   library/reg/pkgIndex.tcl | 8 +-
   library/safe.tcl | 181 +-
   library/tclIndex | 10 +-
   library/tcltest/pkgIndex.tcl | 4 +-
   library/tcltest/tcltest.tcl | 43 +-
   library/tm.tcl | 380 +
   library/tzdata/Africa/Abidjan | 6 +
   library/tzdata/Africa/Accra | 20 +
   library/tzdata/Africa/Addis_Ababa | 7 +
   library/tzdata/Africa/Algiers | 39 +
   library/tzdata/Africa/Asmara | 8 +
   library/tzdata/Africa/Asmera | 5 +
   library/tzdata/Africa/Bamako | 8 +
   library/tzdata/Africa/Bangui | 6 +
   library/tzdata/Africa/Banjul | 8 +
   library/tzdata/Africa/Bissau | 7 +
   library/tzdata/Africa/Blantyre | 6 +
   library/tzdata/Africa/Brazzaville | 6 +
   library/tzdata/Africa/Bujumbura | 6 +
   library/tzdata/Africa/Cairo | 304 +
   library/tzdata/Africa/Casablanca | 26 +
   library/tzdata/Africa/Ceuta | 258 +
   library/tzdata/Africa/Conakry | 8 +
   library/tzdata/Africa/Dakar | 7 +
   library/tzdata/Africa/Dar_es_Salaam | 8 +
   library/tzdata/Africa/Djibouti | 6 +
   library/tzdata/Africa/Douala | 6 +
   library/tzdata/Africa/El_Aaiun | 7 +
   library/tzdata/Africa/Freetown | 36 +
   library/tzdata/Africa/Gaborone | 8 +
   library/tzdata/Africa/Harare | 6 +
   library/tzdata/Africa/Johannesburg | 11 +
   library/tzdata/Africa/Kampala | 9 +
   library/tzdata/Africa/Khartoum | 39 +
   library/tzdata/Africa/Kigali | 6 +
   library/tzdata/Africa/Kinshasa | 6 +
   library/tzdata/Africa/Lagos | 6 +
   library/tzdata/Africa/Libreville | 6 +
   library/tzdata/Africa/Lome | 6 +
   library/tzdata/Africa/Luanda | 7 +
   library/tzdata/Africa/Lubumbashi | 6 +
   library/tzdata/Africa/Lusaka | 6 +
   library/tzdata/Africa/Malabo | 7 +
   library/tzdata/Africa/Maputo | 6 +
   library/tzdata/Africa/Maseru | 8 +
   library/tzdata/Africa/Mbabane | 6 +
   library/tzdata/Africa/Mogadishu | 8 +
   library/tzdata/Africa/Monrovia | 8 +
   library/tzdata/Africa/Nairobi | 9 +
   library/tzdata/Africa/Ndjamena | 8 +
   library/tzdata/Africa/Niamey | 8 +
   library/tzdata/Africa/Nouakchott | 8 +
   library/tzdata/Africa/Ouagadougou | 6 +
   library/tzdata/Africa/Porto-Novo | 7 +
   library/tzdata/Africa/Sao_Tome | 7 +
   library/tzdata/Africa/Timbuktu | 5 +
   library/tzdata/Africa/Tripoli | 31 +
   library/tzdata/Africa/Tunis | 221 +
   library/tzdata/Africa/Windhoek | 222 +
   library/tzdata/America/Adak | 276 +
   library/tzdata/America/Anchorage | 276 +
   library/tzdata/America/Anguilla | 6 +
   library/tzdata/America/Antigua | 7 +
   library/tzdata/America/Araguaina | 57 +
   library/tzdata/America/Argentina/Buenos_Aires | 248 +
   library/tzdata/America/Argentina/Catamarca | 68 +
   library/tzdata/America/Argentina/ComodRivadavia | 5 +
   library/tzdata/America/Argentina/Cordoba | 248 +
   library/tzdata/America/Argentina/Jujuy | 67 +
   library/tzdata/America/Argentina/La_Rioja | 69 +
   library/tzdata/America/Argentina/Mendoza | 68 +
   library/tzdata/America/Argentina/Rio_Gallegos | 68 +
   library/tzdata/America/Argentina/Salta | 66 +
   library/tzdata/America/Argentina/San_Juan | 69 +
   library/tzdata/America/Argentina/San_Luis | 64 +
   library/tzdata/America/Argentina/Tucuman | 250 +
   library/tzdata/America/Argentina/Ushuaia | 68 +
   library/tzdata/America/Aruba | 7 +
   library/tzdata/America/Asuncion | 259 +
   library/tzdata/America/Atikokan | 12 +
   library/tzdata/America/Atka | 5 +
   library/tzdata/America/Bahia | 65 +
   library/tzdata/America/Barbados | 15 +
   library/tzdata/America/Belem | 35 +
   library/tzdata/America/Belize | 60 +
   library/tzdata/America/Blanc-Sablon | 12 +
   library/tzdata/America/Boa_Vista | 40 +
   library/tzdata/America/Bogota | 9 +
   library/tzdata/America/Boise | 281 +
   library/tzdata/America/Buenos_Aires | 5 +
   library/tzdata/America/Cambridge_Bay | 252 +
   library/tzdata/America/Campo_Grande | 257 +
   library/tzdata/America/Cancun | 216 +
   library/tzdata/America/Caracas | 9 +
   library/tzdata/America/Catamarca | 5 +
   library/tzdata/America/Cayenne | 7 +
   library/tzdata/America/Cayman | 7 +
   library/tzdata/America/Chicago | 369 +
   library/tzdata/America/Chihuahua | 221 +
   library/tzdata/America/Coral_Harbour | 5 +
   library/tzdata/America/Cordoba | 5 +
   library/tzdata/America/Costa_Rica | 15 +
   library/tzdata/America/Cuiaba | 257 +
   library/tzdata/America/Curacao | 7 +
   library/tzdata/America/Danmarkshavn | 39 +
   library/tzdata/America/Dawson | 256 +
   library/tzdata/America/Dawson_Creek | 64 +
   library/tzdata/America/Denver | 291 +
   library/tzdata/America/Detroit | 272 +
   library/tzdata/America/Dominica | 6 +
   library/tzdata/America/Edmonton | 284 +
   library/tzdata/America/Eirunepe | 40 +
   library/tzdata/America/El_Salvador | 10 +
   library/tzdata/America/Ensenada | 5 +
   library/tzdata/America/Fort_Wayne | 5 +
   library/tzdata/America/Fortaleza | 48 +
   library/tzdata/America/Glace_Bay | 273 +
   library/tzdata/America/Godthab | 246 +
   library/tzdata/America/Goose_Bay | 337 +
   library/tzdata/America/Grand_Turk | 249 +
   library/tzdata/America/Grenada | 6 +
   library/tzdata/America/Guadeloupe | 6 +
   library/tzdata/America/Guatemala | 14 +
   library/tzdata/America/Guayaquil | 7 +
   library/tzdata/America/Guyana | 9 +
   library/tzdata/America/Halifax | 361 +
   library/tzdata/America/Havana | 287 +
   library/tzdata/America/Hermosillo | 21 +
   library/tzdata/America/Indiana/Indianapolis | 234 +
   library/tzdata/America/Indiana/Knox | 285 +
   library/tzdata/America/Indiana/Marengo | 236 +
   library/tzdata/America/Indiana/Petersburg | 247 +
   library/tzdata/America/Indiana/Tell_City | 234 +
   library/tzdata/America/Indiana/Vevay | 213 +
   library/tzdata/America/Indiana/Vincennes | 234 +
   library/tzdata/America/Indiana/Winamac | 240 +
   library/tzdata/America/Indianapolis | 5 +
   library/tzdata/America/Inuvik | 249 +
   library/tzdata/America/Iqaluit | 250 +
   library/tzdata/America/Jamaica | 28 +
   library/tzdata/America/Jujuy | 5 +
   library/tzdata/America/Juneau | 275 +
   library/tzdata/America/Kentucky/Louisville | 314 +
   library/tzdata/America/Kentucky/Monticello | 279 +
   library/tzdata/America/Knox_IN | 5 +
   library/tzdata/America/La_Paz | 8 +
   library/tzdata/America/Lima | 16 +
   library/tzdata/America/Los_Angeles | 317 +
   library/tzdata/America/Louisville | 5 +
   library/tzdata/America/Maceio | 52 +
   library/tzdata/America/Managua | 21 +
   library/tzdata/America/Manaus | 39 +
   library/tzdata/America/Marigot | 5 +
   library/tzdata/America/Martinique | 9 +
   library/tzdata/America/Mazatlan | 222 +
   library/tzdata/America/Mendoza | 5 +
   library/tzdata/America/Menominee | 274 +
   library/tzdata/America/Merida | 216 +
   library/tzdata/America/Mexico_City | 228 +
   library/tzdata/America/Miquelon | 234 +
   library/tzdata/America/Moncton | 342 +
   library/tzdata/America/Monterrey | 218 +
   library/tzdata/America/Montevideo | 261 +
   library/tzdata/America/Montreal | 366 +
   library/tzdata/America/Montserrat | 6 +
   library/tzdata/America/Nassau | 279 +
   library/tzdata/America/New_York | 369 +
   library/tzdata/America/Nipigon | 264 +
   library/tzdata/America/Nome | 276 +
   library/tzdata/America/Noronha | 48 +
   library/tzdata/America/North_Dakota/Center | 279 +
   library/tzdata/America/North_Dakota/New_Salem | 279 +
   library/tzdata/America/Panama | 7 +
   library/tzdata/America/Pangnirtung | 252 +
   library/tzdata/America/Paramaribo | 10 +
   library/tzdata/America/Phoenix | 17 +
   library/tzdata/America/Port-au-Prince | 41 +
   library/tzdata/America/Port_of_Spain | 6 +
   library/tzdata/America/Porto_Acre | 5 +
   library/tzdata/America/Porto_Velho | 35 +
   library/tzdata/America/Puerto_Rico | 10 +
   library/tzdata/America/Rainy_River | 264 +
   library/tzdata/America/Rankin_Inlet | 248 +
   library/tzdata/America/Recife | 48 +
   library/tzdata/America/Regina | 58 +
   library/tzdata/America/Resolute | 62 +
   library/tzdata/America/Rio_Branco | 36 +
   library/tzdata/America/Rosario | 5 +
   library/tzdata/America/Santarem | 36 +
   library/tzdata/America/Santiago | 291 +
   library/tzdata/America/Santo_Domingo | 21 +
   library/tzdata/America/Sao_Paulo | 258 +
   library/tzdata/America/Scoresbysund | 246 +
   library/tzdata/America/Shiprock | 5 +
   library/tzdata/America/St_Barthelemy | 5 +
   library/tzdata/America/St_Johns | 371 +
   library/tzdata/America/St_Kitts | 6 +
   library/tzdata/America/St_Lucia | 7 +
   library/tzdata/America/St_Thomas | 6 +
   library/tzdata/America/St_Vincent | 7 +
   library/tzdata/America/Swift_Current | 29 +
   library/tzdata/America/Tegucigalpa | 12 +
   library/tzdata/America/Thule | 224 +
   library/tzdata/America/Thunder_Bay | 272 +
   library/tzdata/America/Tijuana | 284 +
   library/tzdata/America/Toronto | 365 +
   library/tzdata/America/Tortola | 6 +
   library/tzdata/America/Vancouver | 320 +
   library/tzdata/America/Virgin | 5 +
   library/tzdata/America/Whitehorse | 256 +
   library/tzdata/America/Winnipeg | 316 +
   library/tzdata/America/Yakutat | 276 +
   library/tzdata/America/Yellowknife | 252 +
   library/tzdata/Antarctica/Casey | 6 +
   library/tzdata/Antarctica/Davis | 8 +
   library/tzdata/Antarctica/DumontDUrville | 8 +
   library/tzdata/Antarctica/Mawson | 6 +
   library/tzdata/Antarctica/McMurdo | 257 +
   library/tzdata/Antarctica/Palmer | 254 +
   library/tzdata/Antarctica/Rothera | 6 +
   library/tzdata/Antarctica/South_Pole | 5 +
   library/tzdata/Antarctica/Syowa | 6 +
   library/tzdata/Antarctica/Vostok | 6 +
   library/tzdata/Arctic/Longyearbyen | 5 +
   library/tzdata/Asia/Aden | 6 +
   library/tzdata/Asia/Almaty | 56 +
   library/tzdata/Asia/Amman | 248 +
   library/tzdata/Asia/Anadyr | 248 +
   library/tzdata/Asia/Aqtau | 58 +
   library/tzdata/Asia/Aqtobe | 57 +
   library/tzdata/Asia/Ashgabat | 31 +
   library/tzdata/Asia/Ashkhabad | 5 +
   library/tzdata/Asia/Baghdad | 59 +
   library/tzdata/Asia/Bahrain | 7 +
   library/tzdata/Asia/Baku | 242 +
   library/tzdata/Asia/Bangkok | 7 +
   library/tzdata/Asia/Beirut | 270 +
   library/tzdata/Asia/Bishkek | 57 +
   library/tzdata/Asia/Brunei | 7 +
   library/tzdata/Asia/Calcutta | 5 +
   library/tzdata/Asia/Choibalsan | 51 +
   library/tzdata/Asia/Chongqing | 19 +
   library/tzdata/Asia/Chungking | 5 +
   library/tzdata/Asia/Colombo | 13 +
   library/tzdata/Asia/Dacca | 5 +
   library/tzdata/Asia/Damascus | 280 +
   library/tzdata/Asia/Dhaka | 11 +
   library/tzdata/Asia/Dili | 10 +
   library/tzdata/Asia/Dubai | 6 +
   library/tzdata/Asia/Dushanbe | 29 +
   library/tzdata/Asia/Gaza | 275 +
   library/tzdata/Asia/Harbin | 22 +
   library/tzdata/Asia/Ho_Chi_Minh | 9 +
   library/tzdata/Asia/Hong_Kong | 74 +
   library/tzdata/Asia/Hovd | 51 +
   library/tzdata/Asia/Irkutsk | 248 +
   library/tzdata/Asia/Istanbul | 5 +
   library/tzdata/Asia/Jakarta | 13 +
   library/tzdata/Asia/Jayapura | 8 +
   library/tzdata/Asia/Jerusalem | 148 +
   library/tzdata/Asia/Kabul | 7 +
   library/tzdata/Asia/Kamchatka | 247 +
   library/tzdata/Asia/Karachi | 14 +
   library/tzdata/Asia/Kashgar | 20 +
   library/tzdata/Asia/Katmandu | 7 +
   library/tzdata/Asia/Kolkata | 10 +
   library/tzdata/Asia/Krasnoyarsk | 247 +
   library/tzdata/Asia/Kuala_Lumpur | 13 +
   library/tzdata/Asia/Kuching | 24 +
   library/tzdata/Asia/Kuwait | 6 +
   library/tzdata/Asia/Macao | 5 +
   library/tzdata/Asia/Macau | 46 +
   library/tzdata/Asia/Magadan | 247 +
   library/tzdata/Asia/Makassar | 9 +
   library/tzdata/Asia/Manila | 15 +
   library/tzdata/Asia/Muscat | 6 +
   library/tzdata/Asia/Nicosia | 257 +
   library/tzdata/Asia/Novosibirsk | 248 +
   library/tzdata/Asia/Omsk | 247 +
   library/tzdata/Asia/Oral | 58 +
   library/tzdata/Asia/Phnom_Penh | 9 +
   library/tzdata/Asia/Pontianak | 13 +
   library/tzdata/Asia/Pyongyang | 11 +
   library/tzdata/Asia/Qatar | 7 +
   library/tzdata/Asia/Qyzylorda | 58 +
   library/tzdata/Asia/Rangoon | 9 +
   library/tzdata/Asia/Riyadh | 6 +
   library/tzdata/Asia/Saigon | 5 +
   library/tzdata/Asia/Sakhalin | 249 +
   library/tzdata/Asia/Samarkand | 32 +
   library/tzdata/Asia/Seoul | 18 +
   library/tzdata/Asia/Shanghai | 23 +
   library/tzdata/Asia/Singapore | 14 +
   library/tzdata/Asia/Taipei | 46 +
   library/tzdata/Asia/Tashkent | 32 +
   library/tzdata/Asia/Tbilisi | 60 +
   library/tzdata/Asia/Tehran | 105 +
   library/tzdata/Asia/Tel_Aviv | 5 +
   library/tzdata/Asia/Thimbu | 5 +
   library/tzdata/Asia/Thimphu | 7 +
   library/tzdata/Asia/Tokyo | 16 +
   library/tzdata/Asia/Ujung_Pandang | 5 +
   library/tzdata/Asia/Ulaanbaatar | 51 +
   library/tzdata/Asia/Ulan_Bator | 5 +
   library/tzdata/Asia/Urumqi | 19 +
   library/tzdata/Asia/Vientiane | 9 +
   library/tzdata/Asia/Vladivostok | 247 +
   library/tzdata/Asia/Yakutsk | 247 +
   library/tzdata/Asia/Yekaterinburg | 247 +
   library/tzdata/Asia/Yerevan | 245 +
   library/tzdata/Atlantic/Azores | 349 +
   library/tzdata/Atlantic/Bermuda | 259 +
   library/tzdata/Atlantic/Canary | 248 +
   library/tzdata/Atlantic/Cape_Verde | 9 +
   library/tzdata/Atlantic/Faeroe | 5 +
   library/tzdata/Atlantic/Faroe | 245 +
   library/tzdata/Atlantic/Jan_Mayen | 5 +
   library/tzdata/Atlantic/Madeira | 350 +
   library/tzdata/Atlantic/Reykjavik | 70 +
   library/tzdata/Atlantic/South_Georgia | 6 +
   library/tzdata/Atlantic/St_Helena | 7 +
   library/tzdata/Atlantic/Stanley | 253 +
   library/tzdata/Australia/ACT | 5 +
   library/tzdata/Australia/Adelaide | 273 +
   library/tzdata/Australia/Brisbane | 23 +
   library/tzdata/Australia/Broken_Hill | 275 +
   library/tzdata/Australia/Canberra | 5 +
   library/tzdata/Australia/Currie | 273 +
   library/tzdata/Australia/Darwin | 15 +
   library/tzdata/Australia/Eucla | 25 +
   library/tzdata/Australia/Hobart | 281 +
   library/tzdata/Australia/LHI | 5 +
   library/tzdata/Australia/Lindeman | 28 +
   library/tzdata/Australia/Lord_Howe | 244 +
   library/tzdata/Australia/Melbourne | 272 +
   library/tzdata/Australia/NSW | 5 +
   library/tzdata/Australia/North | 5 +
   library/tzdata/Australia/Perth | 25 +
   library/tzdata/Australia/Queensland | 5 +
   library/tzdata/Australia/South | 5 +
   library/tzdata/Australia/Sydney | 272 +
   library/tzdata/Australia/Tasmania | 5 +
   library/tzdata/Australia/Victoria | 5 +
   library/tzdata/Australia/West | 5 +
   library/tzdata/Australia/Yancowinna | 5 +
   library/tzdata/Brazil/Acre | 5 +
   library/tzdata/Brazil/DeNoronha | 5 +
   library/tzdata/Brazil/East | 5 +
   library/tzdata/Brazil/West | 5 +
   library/tzdata/CET | 265 +
   library/tzdata/CST6CDT | 278 +
   library/tzdata/Canada/Atlantic | 5 +
   library/tzdata/Canada/Central | 5 +
   library/tzdata/Canada/East-Saskatchewan | 5 +
   library/tzdata/Canada/Eastern | 5 +
   library/tzdata/Canada/Mountain | 5 +
   library/tzdata/Canada/Newfoundland | 5 +
   library/tzdata/Canada/Pacific | 5 +
   library/tzdata/Canada/Saskatchewan | 5 +
   library/tzdata/Canada/Yukon | 5 +
   library/tzdata/Chile/Continental | 5 +
   library/tzdata/Chile/EasterIsland | 5 +
   library/tzdata/Cuba | 5 +
   library/tzdata/EET | 251 +
   library/tzdata/EST | 5 +
   library/tzdata/EST5EDT | 278 +
   library/tzdata/Egypt | 5 +
   library/tzdata/Eire | 5 +
   library/tzdata/Etc/GMT | 5 +
   library/tzdata/Etc/GMT+0 | 5 +
   library/tzdata/Etc/GMT+1 | 5 +
   library/tzdata/Etc/GMT+10 | 5 +
   library/tzdata/Etc/GMT+11 | 5 +
   library/tzdata/Etc/GMT+12 | 5 +
   library/tzdata/Etc/GMT+2 | 5 +
   library/tzdata/Etc/GMT+3 | 5 +
   library/tzdata/Etc/GMT+4 | 5 +
   library/tzdata/Etc/GMT+5 | 5 +
   library/tzdata/Etc/GMT+6 | 5 +
   library/tzdata/Etc/GMT+7 | 5 +
   library/tzdata/Etc/GMT+8 | 5 +
   library/tzdata/Etc/GMT+9 | 5 +
   library/tzdata/Etc/GMT-0 | 5 +
   library/tzdata/Etc/GMT-1 | 5 +
   library/tzdata/Etc/GMT-10 | 5 +
   library/tzdata/Etc/GMT-11 | 5 +
   library/tzdata/Etc/GMT-12 | 5 +
   library/tzdata/Etc/GMT-13 | 5 +
   library/tzdata/Etc/GMT-14 | 5 +
   library/tzdata/Etc/GMT-2 | 5 +
   library/tzdata/Etc/GMT-3 | 5 +
   library/tzdata/Etc/GMT-4 | 5 +
   library/tzdata/Etc/GMT-5 | 5 +
   library/tzdata/Etc/GMT-6 | 5 +
   library/tzdata/Etc/GMT-7 | 5 +
   library/tzdata/Etc/GMT-8 | 5 +
   library/tzdata/Etc/GMT-9 | 5 +
   library/tzdata/Etc/GMT0 | 5 +
   library/tzdata/Etc/Greenwich | 5 +
   library/tzdata/Etc/UCT | 5 +
   library/tzdata/Etc/UTC | 5 +
   library/tzdata/Etc/Universal | 5 +
   library/tzdata/Etc/Zulu | 5 +
   library/tzdata/Europe/Amsterdam | 310 +
   library/tzdata/Europe/Andorra | 237 +
   library/tzdata/Europe/Athens | 268 +
   library/tzdata/Europe/Belfast | 5 +
   library/tzdata/Europe/Belgrade | 250 +
   library/tzdata/Europe/Berlin | 274 +
   library/tzdata/Europe/Bratislava | 5 +
   library/tzdata/Europe/Brussels | 316 +
   library/tzdata/Europe/Bucharest | 268 +
   library/tzdata/Europe/Budapest | 284 +
   library/tzdata/Europe/Chisinau | 272 +
   library/tzdata/Europe/Copenhagen | 264 +
   library/tzdata/Europe/Dublin | 359 +
   library/tzdata/Europe/Gibraltar | 328 +
   library/tzdata/Europe/Guernsey | 5 +
   library/tzdata/Europe/Helsinki | 248 +
   library/tzdata/Europe/Isle_of_Man | 5 +
   library/tzdata/Europe/Istanbul | 303 +
   library/tzdata/Europe/Jersey | 5 +
   library/tzdata/Europe/Kaliningrad | 261 +
   library/tzdata/Europe/Kiev | 251 +
   library/tzdata/Europe/Lisbon | 351 +
   library/tzdata/Europe/Ljubljana | 5 +
   library/tzdata/Europe/London | 372 +
   library/tzdata/Europe/Luxembourg | 313 +
   library/tzdata/Europe/Madrid | 294 +
   library/tzdata/Europe/Malta | 299 +
   library/tzdata/Europe/Mariehamn | 5 +
   library/tzdata/Europe/Minsk | 251 +
   library/tzdata/Europe/Monaco | 315 +
   library/tzdata/Europe/Moscow | 260 +
   library/tzdata/Europe/Nicosia | 5 +
   library/tzdata/Europe/Oslo | 271 +
   library/tzdata/Europe/Paris | 314 +
   library/tzdata/Europe/Podgorica | 5 +
   library/tzdata/Europe/Prague | 272 +
   library/tzdata/Europe/Riga | 258 +
   library/tzdata/Europe/Rome | 301 +
   library/tzdata/Europe/Samara | 249 +
   library/tzdata/Europe/San_Marino | 5 +
   library/tzdata/Europe/Sarajevo | 5 +
   library/tzdata/Europe/Simferopol | 253 +
   library/tzdata/Europe/Skopje | 5 +
   library/tzdata/Europe/Sofia | 259 +
   library/tzdata/Europe/Stockholm | 250 +
   library/tzdata/Europe/Tallinn | 255 +
   library/tzdata/Europe/Tirane | 263 +
   library/tzdata/Europe/Tiraspol | 5 +
   library/tzdata/Europe/Uzhgorod | 254 +
   library/tzdata/Europe/Vaduz | 245 +
   library/tzdata/Europe/Vatican | 5 +
   library/tzdata/Europe/Vienna | 271 +
   library/tzdata/Europe/Vilnius | 251 +
   library/tzdata/Europe/Volgograd | 247 +
   library/tzdata/Europe/Warsaw | 296 +
   library/tzdata/Europe/Zagreb | 5 +
   library/tzdata/Europe/Zaporozhye | 252 +
   library/tzdata/Europe/Zurich | 252 +
   library/tzdata/GB | 5 +
   library/tzdata/GB-Eire | 5 +
   library/tzdata/GMT | 5 +
   library/tzdata/GMT+0 | 5 +
   library/tzdata/GMT-0 | 5 +
   library/tzdata/GMT0 | 5 +
   library/tzdata/Greenwich | 5 +
   library/tzdata/HST | 5 +
   library/tzdata/Hongkong | 5 +
   library/tzdata/Iceland | 5 +
   library/tzdata/Indian/Antananarivo | 8 +
   library/tzdata/Indian/Chagos | 7 +
   library/tzdata/Indian/Christmas | 6 +
   library/tzdata/Indian/Cocos | 6 +
   library/tzdata/Indian/Comoro | 6 +
   library/tzdata/Indian/Kerguelen | 6 +
   library/tzdata/Indian/Mahe | 6 +
   library/tzdata/Indian/Maldives | 7 +
   library/tzdata/Indian/Mauritius | 191 +
   library/tzdata/Indian/Mayotte | 6 +
   library/tzdata/Indian/Reunion | 6 +
   library/tzdata/Iran | 5 +
   library/tzdata/Israel | 5 +
   library/tzdata/Jamaica | 5 +
   library/tzdata/Japan | 5 +
   library/tzdata/Kwajalein | 5 +
   library/tzdata/Libya | 5 +
   library/tzdata/MET | 265 +
   library/tzdata/MST | 5 +
   library/tzdata/MST7MDT | 278 +
   library/tzdata/Mexico/BajaNorte | 5 +
   library/tzdata/Mexico/BajaSur | 5 +
   library/tzdata/Mexico/General | 5 +
   library/tzdata/NZ | 5 +
   library/tzdata/NZ-CHAT | 5 +
   library/tzdata/Navajo | 5 +
   library/tzdata/PRC | 5 +
   library/tzdata/PST8PDT | 278 +
   library/tzdata/Pacific/Apia | 8 +
   library/tzdata/Pacific/Auckland | 285 +
   library/tzdata/Pacific/Chatham | 257 +
   library/tzdata/Pacific/Easter | 275 +
   library/tzdata/Pacific/Efate | 26 +
   library/tzdata/Pacific/Enderbury | 8 +
   library/tzdata/Pacific/Fakaofo | 6 +
   library/tzdata/Pacific/Fiji | 10 +
   library/tzdata/Pacific/Funafuti | 6 +
   library/tzdata/Pacific/Galapagos | 7 +
   library/tzdata/Pacific/Gambier | 6 +
   library/tzdata/Pacific/Guadalcanal | 6 +
   library/tzdata/Pacific/Guam | 8 +
   library/tzdata/Pacific/Honolulu | 12 +
   library/tzdata/Pacific/Johnston | 5 +
   library/tzdata/Pacific/Kiritimati | 8 +
   library/tzdata/Pacific/Kosrae | 8 +
   library/tzdata/Pacific/Kwajalein | 8 +
   library/tzdata/Pacific/Majuro | 7 +
   library/tzdata/Pacific/Marquesas | 6 +
   library/tzdata/Pacific/Midway | 10 +
   library/tzdata/Pacific/Nauru | 9 +
   library/tzdata/Pacific/Niue | 8 +
   library/tzdata/Pacific/Norfolk | 7 +
   library/tzdata/Pacific/Noumea | 12 +
   library/tzdata/Pacific/Pago_Pago | 10 +
   library/tzdata/Pacific/Palau | 6 +
   library/tzdata/Pacific/Pitcairn | 7 +
   library/tzdata/Pacific/Ponape | 6 +
   library/tzdata/Pacific/Port_Moresby | 7 +
   library/tzdata/Pacific/Rarotonga | 32 +
   library/tzdata/Pacific/Saipan | 9 +
   library/tzdata/Pacific/Samoa | 5 +
   library/tzdata/Pacific/Tahiti | 6 +
   library/tzdata/Pacific/Tarawa | 6 +
   library/tzdata/Pacific/Tongatapu | 14 +
   library/tzdata/Pacific/Truk | 6 +
   library/tzdata/Pacific/Wake | 6 +
   library/tzdata/Pacific/Wallis | 6 +
   library/tzdata/Pacific/Yap | 5 +
   library/tzdata/Poland | 5 +
   library/tzdata/Portugal | 5 +
   library/tzdata/ROC | 5 +
   library/tzdata/ROK | 5 +
   library/tzdata/Singapore | 5 +
   library/tzdata/SystemV/AST4 | 5 +
   library/tzdata/SystemV/AST4ADT | 5 +
   library/tzdata/SystemV/CST6 | 5 +
   library/tzdata/SystemV/CST6CDT | 5 +
   library/tzdata/SystemV/EST5 | 5 +
   library/tzdata/SystemV/EST5EDT | 5 +
   library/tzdata/SystemV/HST10 | 5 +
   library/tzdata/SystemV/MST7 | 5 +
   library/tzdata/SystemV/MST7MDT | 5 +
   library/tzdata/SystemV/PST8 | 5 +
   library/tzdata/SystemV/PST8PDT | 5 +
   library/tzdata/SystemV/YST9 | 5 +
   library/tzdata/SystemV/YST9YDT | 5 +
   library/tzdata/Turkey | 5 +
   library/tzdata/UCT | 5 +
   library/tzdata/US/Alaska | 5 +
   library/tzdata/US/Aleutian | 5 +
   library/tzdata/US/Arizona | 5 +
   library/tzdata/US/Central | 5 +
   library/tzdata/US/East-Indiana | 5 +
   library/tzdata/US/Eastern | 5 +
   library/tzdata/US/Hawaii | 5 +
   library/tzdata/US/Indiana-Starke | 5 +
   library/tzdata/US/Michigan | 5 +
   library/tzdata/US/Mountain | 5 +
   library/tzdata/US/Pacific | 5 +
   library/tzdata/US/Pacific-New | 5 +
   library/tzdata/US/Samoa | 5 +
   library/tzdata/UTC | 5 +
   library/tzdata/Universal | 5 +
   library/tzdata/W-SU | 5 +
   library/tzdata/WET | 251 +
   library/tzdata/Zulu | 5 +
   library/word.tcl | 150 +-
   libtommath/bn_fast_s_mp_mul_digs.c | 107 +
   libtommath/bn_fast_s_mp_sqr.c | 114 +
   libtommath/bn_mp_add.c | 53 +
   libtommath/bn_mp_add_d.c | 114 +
   libtommath/bn_mp_and.c | 57 +
   libtommath/bn_mp_clamp.c | 44 +
   libtommath/bn_mp_clear.c | 44 +
   libtommath/bn_mp_clear_multi.c | 34 +
   libtommath/bn_mp_cmp.c | 43 +
   libtommath/bn_mp_cmp_d.c | 44 +
   libtommath/bn_mp_cmp_mag.c | 55 +
   libtommath/bn_mp_copy.c | 68 +
   libtommath/bn_mp_count_bits.c | 45 +
   libtommath/bn_mp_div.c | 292 +
   libtommath/bn_mp_div_2.c | 68 +
   libtommath/bn_mp_div_2d.c | 97 +
   libtommath/bn_mp_div_3.c | 79 +
   libtommath/bn_mp_div_d.c | 114 +
   libtommath/bn_mp_exch.c | 34 +
   libtommath/bn_mp_expt_d.c | 57 +
   libtommath/bn_mp_grow.c | 57 +
   libtommath/bn_mp_init.c | 46 +
   libtommath/bn_mp_init_copy.c | 32 +
   libtommath/bn_mp_init_multi.c | 59 +
   libtommath/bn_mp_init_set.c | 32 +
   libtommath/bn_mp_init_size.c | 48 +
   libtommath/bn_mp_karatsuba_mul.c | 167 +
   libtommath/bn_mp_karatsuba_sqr.c | 121 +
   libtommath/bn_mp_lshd.c | 67 +
   libtommath/bn_mp_mod.c | 48 +
   libtommath/bn_mp_mod_2d.c | 55 +
   libtommath/bn_mp_mul.c | 66 +
   libtommath/bn_mp_mul_2.c | 82 +
   libtommath/bn_mp_mul_2d.c | 85 +
   libtommath/bn_mp_mul_d.c | 79 +
   libtommath/bn_mp_neg.c | 40 +
   libtommath/bn_mp_or.c | 50 +
   libtommath/bn_mp_radix_size.c | 88 +
   libtommath/bn_mp_radix_smap.c | 24 +
   libtommath/bn_mp_read_radix.c | 94 +
   libtommath/bn_mp_rshd.c | 72 +
   libtommath/bn_mp_set.c | 29 +
   libtommath/bn_mp_shrink.c | 35 +
   libtommath/bn_mp_sqr.c | 58 +
   libtommath/bn_mp_sqrt.c | 147 +
   libtommath/bn_mp_sub.c | 59 +
   libtommath/bn_mp_sub_d.c | 93 +
   libtommath/bn_mp_to_unsigned_bin.c | 48 +
   libtommath/bn_mp_to_unsigned_bin_n.c | 31 +
   libtommath/bn_mp_toom_mul.c | 284 +
   libtommath/bn_mp_toom_sqr.c | 226 +
   libtommath/bn_mp_toradix_n.c | 88 +
   libtommath/bn_mp_unsigned_bin_size.c | 28 +
   libtommath/bn_mp_xor.c | 51 +
   libtommath/bn_mp_zero.c | 36 +
   libtommath/bn_reverse.c | 39 +
   libtommath/bn_s_mp_add.c | 109 +
   libtommath/bn_s_mp_mul_digs.c | 90 +
   libtommath/bn_s_mp_sqr.c | 84 +
   libtommath/bn_s_mp_sub.c | 89 +
   libtommath/bncore.c | 36 +
   libtommath/tommath.h | 585 +
   libtommath/tommath_class.h | 999 +
   libtommath/tommath_superclass.h | 76 +
   mac/AppleScript.html | 312 -
   mac/Background.doc | 92 -
   mac/MW_TclAppleScriptHeader.h | 7 -
   mac/MW_TclAppleScriptHeader.pch | 36 -
   mac/MW_TclBuildLibHeader.h | 7 -
   mac/MW_TclBuildLibHeader.pch | 35 -
   mac/MW_TclHeader.h | 7 -
   mac/MW_TclHeader.pch | 33 -
   mac/MW_TclHeaderCommon.h | 54 -
   mac/MW_TclStaticHeader.h | 7 -
   mac/MW_TclStaticHeader.pch | 35 -
   mac/MW_TclTestHeader.h | 7 -
   mac/MW_TclTestHeader.pch | 41 -
   mac/README | 81 -
   mac/bugs.doc | 44 -
   mac/libmoto.doc | 39 -
   mac/license.terms | 40 -
   mac/morefiles.doc | 74 -
   mac/porting.notes | 23 -
   mac/tclMac.h | 28 -
   mac/tclMacAETE.r | 58 -
   mac/tclMacAlloc.c | 412 -
   mac/tclMacAppInit.c | 213 -
   mac/tclMacApplication.r | 115 -
   mac/tclMacBOAAppInit.c | 257 -
   mac/tclMacBOAMain.c | 304 -
   mac/tclMacChan.c | 1275 -
   mac/tclMacCommonPch.h | 71 -
   mac/tclMacDNR.c | 23 -
   mac/tclMacEnv.c | 536 -
   mac/tclMacExit.c | 333 -
   mac/tclMacFCmd.c | 1652 -
   mac/tclMacFile.c | 1350 -
   mac/tclMacInit.c | 807 -
   mac/tclMacInt.h | 77 -
   mac/tclMacInterupt.c | 289 -
   mac/tclMacLibrary.c | 248 -
   mac/tclMacLibrary.r | 209 -
   mac/tclMacLoad.c | 380 -
   mac/tclMacMath.h | 145 -
   mac/tclMacNotify.c | 581 -
   mac/tclMacOSA.c | 2958 --
   mac/tclMacOSA.r | 78 -
   mac/tclMacPanic.c | 172 -
   mac/tclMacPort.h | 279 -
   mac/tclMacProjects.sea.hqx | 3759 ---
   mac/tclMacResource.c | 2222 --
   mac/tclMacResource.r | 44 -
   mac/tclMacSock.c | 2790 --
   mac/tclMacTclCode.r | 37 -
   mac/tclMacTest.c | 213 -
   mac/tclMacThrd.c | 871 -
   mac/tclMacThrd.h | 20 -
   mac/tclMacTime.c | 435 -
   mac/tclMacUnix.c | 425 -
   mac/tclMacUtil.c | 514 -
   mac/tcltkMacBuildSupport.sea.hqx | 3970 ---
   macosx/GNUmakefile | 211 +
   macosx/Makefile | 207 -
   macosx/README | 77 +-
   macosx/Tcl-Common.xcconfig | 43 +
   macosx/Tcl-Debug.xcconfig | 23 +
   macosx/Tcl-Info.plist.in | 2 +-
   macosx/Tcl-Release.xcconfig | 23 +
   macosx/Tcl.pbproj/default.pbxuser | 2 +-
   macosx/Tcl.pbproj/jingham.pbxuser | 2 +-
   macosx/Tcl.pbproj/project.pbxproj | 53 +-
   macosx/Tcl.xcode/default.pbxuser | 198 +
   macosx/Tcl.xcode/project.pbxproj | 2790 ++
   macosx/Tcl.xcodeproj/default.pbxuser | 200 +
   macosx/Tcl.xcodeproj/project.pbxproj | 3033 ++
   macosx/Tclsh-Info.plist.in | 2 +-
   macosx/configure |20288 ++++++++++++
   macosx/configure.ac | 13 +
   macosx/tclMacOSXBundle.c | 72 +-
   macosx/tclMacOSXFCmd.c | 696 +
   macosx/tclMacOSXNotify.c | 77 +-
   tests/README | 2 +-
   tests/all.tcl | 18 +-
   tests/append.test | 4 +-
   tests/appendComp.test | 18 +-
   tests/apply.test | 324 +
   tests/assocd.test | 45 +-
   tests/async.test | 150 +-
   tests/autoMkindex.test | 2 +-
   tests/basic.test | 503 +-
   tests/binary.test | 1098 +-
   tests/case.test | 18 +-
   tests/chan.test | 231 +
   tests/chanio.test | 7707 +++++
   tests/clock.test |36847 ++++++++++++++++++++-
   tests/cmdAH.test | 809 +-
   tests/cmdIL.test | 482 +-
   tests/cmdInfo.test | 18 +-
   tests/cmdMZ.test | 208 +-
   tests/compExpr-old.test | 508 +-
   tests/compExpr.test | 179 +-
   tests/compile.test | 309 +-
   tests/concat.test | 14 +-
   tests/config.test | 62 +
   tests/dcall.test | 33 +-
   tests/dict.test | 1195 +
   tests/dstring.test | 152 +-
   tests/encoding.test | 94 +-
   tests/env.test | 44 +-
   tests/error.test | 100 +-
   tests/eval.test | 39 +-
   tests/event.test | 127 +-
   tests/exec.test | 55 +-
   tests/execute.test | 198 +-
   tests/expr-old.test | 538 +-
   tests/expr.test | 6495 ++++-
   tests/fCmd.test | 2469 +-
   tests/fileName.test | 881 +-
   tests/fileSystem.test | 804 +-
   tests/for-old.test | 14 +-
   tests/for.test | 132 +-
   tests/foreach.test | 31 +-
   tests/format.test | 106 +-
   tests/get.test | 117 +-
   tests/history.test | 237 +-
   tests/http.test | 70 +-
   tests/httpd | 16 +-
   tests/httpold.test | 14 +-
   tests/if-old.test | 2 +-
   tests/if.test | 84 +-
   tests/incr-old.test | 22 +-
   tests/incr.test | 129 +-
   tests/indexObj.test | 78 +-
   tests/info.test | 941 +-
   tests/init.test | 19 +-
   tests/interp.test | 1047 +-
   tests/io.test | 628 +-
   tests/ioCmd.test | 3006 ++-
   tests/ioUtil.test | 38 +-
   tests/iogt.test | 27 +-
   tests/join.test | 14 +-
   tests/lindex.test | 300 +-
   tests/link.test | 141 +-
   tests/linsert.test | 4 +-
   tests/list.test | 4 +-
   tests/listObj.test | 30 +-
   tests/llength.test | 14 +-
   tests/load.test | 37 +-
   tests/lrange.test | 10 +-
   tests/lrepeat.test | 79 +
   tests/lreplace.test | 8 +-
   tests/lsearch.test | 107 +-
   tests/lset.test | 395 +-
   tests/macFCmd.test | 203 -
   tests/macOSXFCmd.test | 184 +
   tests/macOSXLoad.test | 35 +
   tests/main.test | 141 +-
   tests/mathop.test | 1336 +
   tests/misc.test | 27 +-
   tests/msgcat.test | 93 +-
   tests/namespace-old.test | 49 +-
   tests/namespace.test | 1377 +-
   tests/notify.test | 2 +-
   tests/obj.test | 292 +-
   tests/opt.test | 39 +-
   tests/osa.test | 48 -
   tests/parse.test | 595 +-
   tests/parseExpr.test | 1053 +-
   tests/parseOld.test | 11 +-
   tests/pid.test | 32 +-
   tests/pkg.test | 288 +-
   tests/pkgMkIndex.test | 50 +-
   tests/platform.test | 8 +-
   tests/proc-old.test | 42 +-
   tests/proc.test | 148 +-
   tests/pwd.test | 23 +-
   tests/reg.test | 1445 +-
   tests/regexp.test | 60 +-
   tests/regexpComp.test | 168 +-
   tests/registry.test | 254 +-
   tests/rename.test | 120 +-
   tests/resource.test | 365 -
   tests/result.test | 39 +-
   tests/safe.test | 126 +-
   tests/scan.test | 100 +-
   tests/security.test | 17 +-
   tests/set-old.test | 4 +-
   tests/set.test | 41 +-
   tests/socket.test | 281 +-
   tests/source.test | 196 +-
   tests/split.test | 14 +-
   tests/stack.test | 84 +-
   tests/string.test | 376 +-
   tests/stringComp.test | 29 +-
   tests/stringObj.test | 131 +-
   tests/subst.test | 32 +-
   tests/switch.test | 761 +-
   tests/tcltest.test | 182 +-
   tests/thread.test | 56 +-
   tests/timer.test | 55 +-
   tests/tm.test | 247 +
   tests/trace.test | 218 +-
   tests/unixFCmd.test | 157 +-
   tests/unixFile.test | 23 +-
   tests/unixInit.test | 227 +-
   tests/unixNotfy.test | 92 +-
   tests/unknown.test | 14 +-
   tests/unload.test | 221 +
   tests/uplevel.test | 14 +-
   tests/upvar.test | 273 +-
   tests/utf.test | 100 +-
   tests/util.test | 823 +-
   tests/var.test | 155 +-
   tests/while-old.test | 16 +-
   tests/while.test | 42 +-
   tests/winConsole.test | 8 +-
   tests/winDde.test | 474 +-
   tests/winFCmd.test | 580 +-
   tests/winFile.test | 200 +-
   tests/winNotify.test | 45 +-
   tests/winPipe.test | 187 +-
   tests/winTime.test | 6 +-
   tools/Makefile.in | 4 +-
   tools/configure | 2149 +-
   tools/configure.in | 5 +-
   tools/cvtEOL.tcl | 35 -
   tools/findBadExternals.tcl | 56 +
   tools/fix_tommath_h.tcl | 101 +
   tools/genStubs.tcl | 476 +-
   tools/genWinImage.tcl | 157 -
   tools/index.tcl | 4 +-
   tools/installData.tcl | 53 +
   tools/loadICU.tcl | 622 +
   tools/makeTestCases.tcl | 1180 +
   tools/man2help.tcl | 9 +-
   tools/man2help2.tcl | 155 +-
   tools/man2html.tcl | 171 +-
   tools/man2html1.tcl | 32 +-
   tools/man2html2.tcl | 467 +-
   tools/man2tcl.c | 252 +-
   tools/mkdepend.tcl | 423 +
   tools/tcl.hpj.in | 4 +-
   tools/tcl.wse.in | 76 +-
   tools/tclSplash.bmp | Bin 162030 -> 162030 bytes
   tools/tclZIC.tcl | 1373 +
   tools/tcltk-man2html.tcl | 1104 +-
   unix/Makefile.in | 1109 +-
   unix/README | 234 +-
   unix/aclocal.m4 | 2 +-
   unix/configure |21787 +++++++++----
   unix/configure.in | 464 +-
   unix/dltest/Makefile.in | 81 +-
   unix/dltest/README | 6 +-
   unix/dltest/pkga.c | 63 +-
   unix/dltest/pkgb.c | 81 +-
   unix/dltest/pkgc.c | 77 +-
   unix/dltest/pkgd.c | 74 +-
   unix/dltest/pkge.c | 27 +-
   unix/dltest/pkgf.c | 53 -
   unix/dltest/pkgua.c | 334 +
   unix/install-sh | 22 +-
   unix/installManPage | 36 +-
   unix/tcl.m4 | 1429 +-
   unix/tcl.spec | 52 +-
   unix/tclAppInit.c | 98 +-
   unix/tclConfig.h.in | 517 +
   unix/tclConfig.sh.in | 10 +-
   unix/tclLoadAix.c | 955 +-
   unix/tclLoadAout.c | 536 -
   unix/tclLoadDl.c | 155 +-
   unix/tclLoadDld.c | 201 -
   unix/tclLoadDyld.c | 4 +-
   unix/tclLoadNext.c | 150 +-
   unix/tclLoadOSF.c | 140 +-
   unix/tclLoadShl.c | 148 +-
   unix/tclUnixChan.c | 1889 +-
   unix/tclUnixCompat.c | 780 +-
   unix/tclUnixEvent.c | 56 +-
   unix/tclUnixFCmd.c | 1680 +-
   unix/tclUnixFile.c | 858 +-
   unix/tclUnixInit.c | 1464 +-
   unix/tclUnixNotfy.c | 680 +-
   unix/tclUnixPipe.c | 690 +-
   unix/tclUnixPort.h | 187 +-
   unix/tclUnixSock.c | 149 +-
   unix/tclUnixTest.c | 372 +-
   unix/tclUnixThrd.c | 582 +-
   unix/tclUnixTime.c | 596 +-
   unix/tclXtNotify.c | 354 +-
   unix/tclXtTest.c | 59 +-
   win/Makefile.in | 331 +-
   win/README | 12 +-
   win/buildall.vc.bat | 97 +-
   win/cat.c | 7 +-
   win/coffbase.txt | 12 +-
   win/configure | 5295 +++-
   win/configure.in | 107 +-
   win/makefile.bc | 94 +-
   win/makefile.vc | 515 +-
   win/nmakehlp.c | 268 +-
   win/rules.vc | 278 +-
   win/stub16.c | 67 +-
   win/tcl.dsp | 56 +-
   win/tcl.hpj.in | 4 +-
   win/tcl.m4 | 229 +-
   win/tcl.rc | 10 +-
   win/tclAppInit.c | 284 +-
   win/tclWin32Dll.c | 1119 +-
   win/tclWinChan.c | 944 +-
   win/tclWinConsole.c | 636 +-
   win/tclWinDde.c | 1885 +-
   win/tclWinError.c | 25 +-
   win/tclWinFCmd.c | 1226 +-
   win/tclWinFile.c | 2958 +-
   win/tclWinInit.c | 655 +-
   win/tclWinInt.h | 88 +-
   win/tclWinLoad.c | 189 +-
   win/tclWinMtherr.c | 53 -
   win/tclWinNotify.c | 288 +-
   win/tclWinPipe.c | 1446 +-
   win/tclWinPort.h | 110 +-
   win/tclWinReg.c | 536 +-
   win/tclWinSerial.c | 1978 +-
   win/tclWinSock.c | 1910 +-
   win/tclWinTest.c | 729 +-
   win/tclWinThrd.c | 690 +-
   win/tclWinTime.c | 1005 +-
   win/tclsh.rc | 12 +-
   1454 files changed, 373699 insertions(+), 163339 deletions(-)

Commits from repository tk
-----------------------------

  commit 217f34aba8604374e4104e931303bdbf1c73bc04
  Merge: 3daf7e8 3150009
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 14:54:28 2009 +0100
  
      Merge branch 'vendor'
      
      Conflicts:
       unix/Makefile.in
       unix/configure
       unix/configure.in
  
  commit 3daf7e834ac2d1ed73f021db2e79f67d190c3925
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 14:15:03 2009 +0100
  
      Builds
  
   generic/tk.h | 169 +++---
   unix/configure | 2019 +++++++++++++++++++++---------------------------------
   2 files changed, 862 insertions(+), 1326 deletions(-)
  
  commit 7be90f97df767da6fc0f0cea1b5747b586aeaa86
  Merge: 8e530ec 7674d30
  Author: Peter W. Draper <[log in to unmask]>
  Date: Mon Jul 6 14:14:08 2009 +0100
  
      Merge commit 'v8.5.6'
      
      Conflicts:
       generic/tk.h
       unix/Makefile.in
       unix/configure
       unix/configure.in
       unix/tcl.m4
  
  commit 31500098b80f8464eb155da6551d26dd52f8bca2
  Author: Tim Jenness <[log in to unmask]>
  Date: Fri Jun 19 12:59:03 2009 -1000
  
      Import v8.5.7
  
   ChangeLog | 164 ++++++
   README | 4 +-
   changes | 30 +-
   doc/bind.n | 5 +-
   doc/menu.n | 4 +-
   generic/tk.h | 6 +-
   generic/tkBind.c | 2 +-
   generic/tkCanvPs.c | 4 +-
   generic/tkEvent.c | 8 +-
   generic/tkFileFilter.c | 4 +-
   generic/tkFont.c | 4 +-
   generic/tkImgPhoto.c | 9 +-
   generic/tkListbox.c | 7 +-
   generic/tkMenu.c | 19 +-
   generic/tkMenubutton.c | 4 +-
   generic/tkPointer.c | 4 +-
   generic/tkText.c | 3 +-
   generic/tkTextBTree.c | 5 +-
   generic/tkTextImage.c | 5 +-
   generic/tkTextIndex.c | 8 +-
   generic/tkUndo.c | 10 +-
   generic/tkWindow.c | 9 +-
   generic/ttk/ttkFrame.c | 5 +-
   generic/ttk/ttkTheme.c | 6 +-
   library/console.tcl | 9 +-
   library/demos/filebox.tcl | 4 +-
   library/demos/knightstour.tcl | 14 +-
   library/demos/widget | 12 +-
   library/menu.tcl | 6 +-
   library/msgbox.tcl | 4 +-
   library/palette.tcl | 7 +-
   library/tk.tcl | 37 +-
   library/ttk/cursors.tcl | 181 ++++++-
   macosx/Tk-Info.plist.in | 8 +-
   macosx/Wish-Info.plist.in | 8 +-
   macosx/configure | 323 +++++++++++-
   macosx/tkAboutDlg.r | 12 +-
   macosx/tkMacOSXMenu.c | 4 +-
   macosx/tkMacOSXWm.c | 8 +-
   tests/filebox.test | 5 +-
   tests/unixFont.test | 26 +-
   tests/window.test | 9 +-
   unix/Makefile.in | 18 +-
   unix/configure | 335 +++++++++++-
   unix/configure.in | 47 ++-
   unix/tcl.m4 | 13 +-
   unix/tk.spec | 4 +-
   unix/tkConfig.h.in | 9 +
   unix/tkUnixWm.c | 29 +-
   win/Makefile.in | 4 +-
   win/configure | 1133 ++++++++++++++++++++++-----------------
   win/configure.in | 12 +-
   win/rc/cursor00.cur | Bin 326 -> 326 bytes
   win/rc/cursor02.cur | Bin 326 -> 326 bytes
   win/rc/cursor04.cur | Bin 326 -> 326 bytes
   win/rc/cursor06.cur | Bin 326 -> 326 bytes
   win/rc/cursor0a.cur | Bin 326 -> 326 bytes
   win/rc/cursor0c.cur | Bin 326 -> 326 bytes
   win/rc/cursor0e.cur | Bin 326 -> 326 bytes
   win/rc/cursor12.cur | Bin 326 -> 326 bytes
   win/rc/cursor1e.cur | Bin 326 -> 326 bytes
   win/rc/cursor20.cur | Bin 326 -> 326 bytes
   win/rc/cursor2a.cur | Bin 326 -> 326 bytes
   win/rc/cursor3a.cur | Bin 326 -> 326 bytes
   win/rc/cursor46.cur | Bin 326 -> 326 bytes
   win/rc/cursor48.cur | Bin 326 -> 326 bytes
   win/rc/cursor4c.cur | Bin 326 -> 326 bytes
   win/rc/cursor4e.cur | Bin 326 -> 326 bytes
   win/rc/cursor60.cur | Bin 326 -> 326 bytes
   win/rc/cursor62.cur | Bin 326 -> 326 bytes
   win/rc/cursor66.cur | Bin 326 -> 326 bytes
   win/rc/cursor6c.cur | Bin 326 -> 326 bytes
   win/rc/cursor72.cur | Bin 326 -> 326 bytes
   win/rc/cursor74.cur | Bin 326 -> 326 bytes
   win/rc/cursor86.cur | Bin 326 -> 326 bytes
   win/rc/cursor88.cur | Bin 326 -> 326 bytes
   win/rc/cursor8a.cur | Bin 326 -> 326 bytes
   win/rc/cursor8c.cur | Bin 326 -> 326 bytes
   win/rc/cursor90.cur | Bin 326 -> 326 bytes
   win/rc/cursor94.cur | Bin 326 -> 326 bytes
   win/tcl.m4 | 11 +-
   win/tkWinCursor.c | 6 +-
   win/tkWinMenu.c | 85 ++-
   win/tkWinWm.c | 101 +++-
   win/wish.exe.manifest.in | 47 +-
   85 files changed, 2079 insertions(+), 781 deletions(-)
  
  commit 7674d30bf4d18d7def26548502f950acc6f3f9f2
  Author: Tim Jenness <[log in to unmask]>
  Date: Wed Feb 18 21:19:06 2009 -1000
  
      Import v8.5.6
  
   ChangeLog |14997 +++++-------------
   ChangeLog.2002 | 7877 +++++++++
   ChangeLog.2004 | 3653 +++++
   README | 8 +-
   bitmaps/{error.bmp => error.xbm} | 0
   bitmaps/{gray12.bmp => gray12.xbm} | 0
   bitmaps/{gray25.bmp => gray25.xbm} | 0
   bitmaps/{gray50.bmp => gray50.xbm} | 0
   bitmaps/{gray75.bmp => gray75.xbm} | 0
   bitmaps/{hourglass.bmp => hourglass.xbm} | 0
   bitmaps/{info.bmp => info.xbm} | 0
   bitmaps/{questhead.bmp => questhead.xbm} | 0
   bitmaps/{question.bmp => question.xbm} | 0
   bitmaps/{warning.bmp => warning.xbm} | 0
   changes | 581 +-
   doc/3DBorder.3 | 58 +-
   doc/AddOption.3 | 21 +-
   doc/BindTable.3 | 8 +-
   doc/CanvPsY.3 | 16 +-
   doc/CanvTkwin.3 | 20 +-
   doc/CanvTxtInfo.3 | 32 +-
   doc/Clipboard.3 | 10 +-
   doc/ConfigWidg.3 | 200 +-
   doc/ConfigWind.3 | 8 +-
   doc/CrtCmHdlr.3 | 10 +-
   doc/CrtConsoleChan.3 | 46 +
   doc/CrtErrHdlr.3 | 28 +-
   doc/CrtGenHdlr.3 | 6 +-
   doc/CrtImgType.3 | 132 +-
   doc/CrtItemType.3 | 270 +-
   doc/CrtPhImgFmt.3 | 137 +-
   doc/CrtSelHdlr.3 | 15 +-
   doc/CrtWindow.3 | 26 +-
   doc/DeleteImg.3 | 4 +-
   doc/EventHndlr.3 | 6 +-
   doc/FindPhoto.3 | 94 +-
   doc/FontId.3 | 32 +-
   doc/FreeXId.3 | 6 +-
   doc/GetAnchor.3 | 36 +-
   doc/GetBitmap.3 | 54 +-
   doc/GetCapStyl.3 | 20 +-
   doc/GetClrmap.3 | 26 +-
   doc/GetColor.3 | 22 +-
   doc/GetCursor.3 | 35 +-
   doc/GetDash.3 | 44 +-
   doc/GetFont.3 | 21 +-
   doc/GetHWND.3 | 4 +-
   doc/GetImage.3 | 20 +-
   doc/GetJoinStl.3 | 20 +-
   doc/GetJustify.3 | 32 +-
   doc/GetOption.3 | 6 +-
   doc/GetPixels.3 | 20 +-
   doc/GetRelief.3 | 46 +-
   doc/GetRootCrd.3 | 6 +-
   doc/GetScroll.3 | 6 +-
   doc/GetSelect.3 | 18 +-
   doc/GetUid.3 | 5 +-
   doc/GetVRoot.3 | 11 +-
   doc/GetVisual.3 | 26 +-
   doc/Grab.3 | 6 +-
   doc/Inactive.3 | 38 +
   doc/InternAtom.3 | 9 +-
   doc/MaintGeom.3 | 7 +-
   doc/ManageGeom.3 | 21 +-
   doc/MapWindow.3 | 6 +-
   doc/MeasureChar.3 | 28 +-
   doc/MoveToplev.3 | 4 +-
   doc/Name.3 | 18 +-
   doc/NameOfImg.3 | 4 +-
   doc/ParseArgv.3 | 147 +-
   doc/RestrictEv.3 | 11 +-
   doc/SetAppName.3 | 13 +-
   doc/SetClassProcs.3 | 24 +-
   doc/SetOptions.3 | 176 +-
   doc/SetVisual.3 | 4 +-
   doc/StrictMotif.3 | 7 +-
   doc/TextLayout.3 | 29 +-
   doc/TkInitStubs.3 | 12 +-
   doc/Tk_Init.3 | 7 +-
   doc/Tk_Main.3 | 5 +-
   doc/WindowId.3 | 18 +-
   doc/bind.n | 393 +-
   doc/bindtags.n | 9 +-
   doc/button.n | 39 +-
   doc/canvas.n | 366 +-
   doc/checkbutton.n | 107 +-
   doc/chooseColor.n | 3 +-
   doc/chooseDirectory.n | 28 +-
   doc/clipboard.n | 66 +-
   doc/colors.n | 1763 ++-
   doc/console.n | 17 +-
   doc/cursors.n | 16 +-
   doc/destroy.n | 11 +-
   doc/dialog.n | 8 +-
   doc/entry.n | 78 +-
   doc/event.n | 104 +-
   doc/focus.n | 22 +-
   doc/focusNext.n | 9 +-
   doc/font.n | 236 +-
   doc/frame.n | 28 +-
   doc/getOpenFile.n | 83 +-
   doc/grab.n | 11 +-
   doc/grid.n | 250 +-
   doc/image.n | 4 +-
   doc/keysyms.n | 2 +-
   doc/label.n | 28 +-
   doc/labelframe.n | 47 +-
   doc/listbox.n | 56 +-
   doc/loadTk.n | 13 +-
   doc/man.macros | 205 +-
   doc/menu.n | 133 +-
   doc/menubar.n | 2 +-
   doc/menubutton.n | 14 +-
   doc/message.n | 31 +-
   doc/messageBox.n | 21 +-
   doc/option.n | 4 +-
   doc/optionMenu.n | 17 +-
   doc/options.n | 44 +-
   doc/pack-old.n | 4 +-
   doc/pack.n | 30 +-
   doc/palette.n | 17 +-
   doc/panedwindow.n | 65 +-
   doc/photo.n | 14 +-
   doc/place.n | 19 +-
   doc/popup.n | 2 +-
   doc/radiobutton.n | 51 +-
   doc/raise.n | 12 +-
   doc/scale.n | 9 +-
   doc/scrollbar.n | 20 +-
   doc/selection.n | 50 +-
   doc/send.n | 17 +-
   doc/spinbox.n | 53 +-
   doc/text.n | 1012 +-
   doc/tk.n | 44 +-
   doc/tkvars.n | 4 +-
   doc/toplevel.n | 4 +-
   doc/ttk_Geometry.3 | 224 +
   doc/ttk_Theme.3 | 34 +
   doc/ttk_button.n | 76 +
   doc/ttk_checkbutton.n | 70 +
   doc/ttk_combobox.n | 107 +
   doc/ttk_entry.n | 450 +
   doc/ttk_frame.n | 52 +
   doc/ttk_image.n | 77 +
   doc/ttk_intro.n | 163 +
   doc/ttk_label.n | 75 +
   doc/ttk_labelframe.n | 73 +
   doc/ttk_menubutton.n | 47 +
   doc/ttk_notebook.n | 203 +
   doc/ttk_panedwindow.n | 98 +
   doc/ttk_progressbar.n | 90 +
   doc/ttk_radiobutton.n | 66 +
   doc/ttk_scale.n | 100 +
   doc/ttk_scrollbar.n | 157 +
   doc/ttk_separator.n | 35 +
   doc/ttk_sizegrip.n | 64 +
   doc/ttk_style.n | 122 +
   doc/ttk_treeview.n | 436 +
   doc/ttk_widget.n | 253 +
   doc/winfo.n | 42 +-
   doc/wish.1 | 91 +-
   doc/wm.n | 206 +-
   generic/README | 6 +-
   generic/default.h | 4 +-
   generic/ks_names.h | 2 +-
   generic/tk.decls | 949 +-
   generic/tk.h | 1066 +-
   generic/tk3d.c | 669 +-
   generic/tk3d.h | 76 +-
   generic/tkArgv.c | 469 +-
   generic/tkAtom.c | 125 +-
   generic/tkBind.c | 3369 ++--
   generic/tkBitmap.c | 816 +-
   generic/tkButton.c | 830 +-
   generic/tkButton.h | 230 +-
   generic/tkCanvArc.c | 981 +-
   generic/tkCanvBmap.c | 520 +-
   generic/tkCanvImg.c | 528 +-
   generic/tkCanvLine.c | 1068 +-
   generic/tkCanvPoly.c | 936 +-
   generic/tkCanvPs.c | 1552 +-
   generic/tkCanvText.c | 749 +-
   generic/tkCanvUtil.c | 1294 +-
   generic/tkCanvWind.c | 624 +-
   generic/tkCanvas.c | 3528 ++---
   generic/tkCanvas.h | 259 +-
   generic/tkClipboard.c | 566 +-
   generic/tkCmds.c | 2066 ++--
   generic/tkColor.c | 462 +-
   generic/tkColor.h | 74 +-
   generic/tkConfig.c | 1945 ++--
   generic/tkConsole.c | 401 +-
   generic/tkCursor.c | 497 +-
   generic/tkDecls.h | 2477 ++-
   generic/tkEntry.c | 3366 ++--
   generic/tkEntry.h | 189 +-
   generic/tkError.c | 227 +-
   generic/tkEvent.c | 2014 ++-
   generic/tkFileFilter.c | 383 +-
   generic/tkFileFilter.h | 90 +-
   generic/tkFocus.c | 766 +-
   generic/tkFont.c | 2320 ++--
   generic/tkFont.h | 156 +-
   generic/tkFrame.c | 1193 +-
   generic/tkGC.c | 150 +-
   generic/tkGeometry.c | 344 +-
   generic/tkGet.c | 505 +-
   generic/tkGrab.c | 963 +-
   generic/tkGrid.c | 2508 ++--
   generic/tkImage.c | 949 +-
   generic/tkImgBmap.c | 597 +-
   generic/tkImgGIF.c | 1956 ++--
   generic/tkImgPPM.c | 375 +-
   generic/tkImgPhoto.c | 3228 ++--
   generic/tkImgUtil.c | 39 +-
   generic/tkInitScript.h | 58 -
   generic/tkInt.decls | 1993 +--
   generic/tkInt.h | 1209 +-
   generic/tkIntDecls.h | 1752 ++-
   generic/tkIntPlatDecls.h | 1197 +-
   generic/tkIntXlibDecls.h | 2552 ++--
   generic/tkListbox.c | 2520 ++--
   generic/tkMacWinMenu.c | 141 +-
   generic/tkMain.c | 320 +-
   generic/tkMenu.c | 2401 ++--
   generic/tkMenu.h | 532 +-
   generic/tkMenuDraw.c | 449 +-
   generic/tkMenubutton.c | 481 +-
   generic/tkMenubutton.h | 193 +-
   generic/tkMessage.c | 389 +-
   generic/tkObj.c | 594 +-
   generic/tkOldConfig.c | 1084 +-
   generic/tkOldTest.c | 406 +
   generic/tkOption.c | 933 +-
   generic/tkPack.c | 881 +-
   generic/tkPanedWindow.c | 1902 ++--
   generic/tkPlace.c | 821 +-
   generic/tkPlatDecls.h | 251 +-
   generic/tkPointer.c | 314 +-
   generic/tkPort.h | 8 +-
   generic/tkRectOval.c | 810 +-
   generic/tkScale.c | 812 +-
   generic/tkScale.h | 180 +-
   generic/tkScrollbar.c | 280 +-
   generic/tkScrollbar.h | 157 +-
   generic/tkSelect.c | 1181 +-
   generic/tkSelect.h | 182 +-
   generic/tkSquare.c | 339 +-
   generic/tkStubImg.c | 76 -
   generic/tkStubInit.c | 442 +-
   generic/tkStubLib.c | 110 +-
   generic/tkStyle.c | 819 +-
   generic/tkTest.c | 2294 ++--
   generic/tkText.c | 6763 ++++++--
   generic/tkText.h | 1444 +-
   generic/tkTextBTree.c | 3080 +++--
   generic/tkTextDisp.c | 6866 ++++++---
   generic/tkTextImage.c | 803 +-
   generic/tkTextIndex.c | 1721 ++-
   generic/tkTextMark.c | 777 +-
   generic/tkTextTag.c | 1523 ++-
   generic/tkTextWind.c | 1320 +-
   generic/tkTrig.c | 994 +-
   generic/tkUndo.c | 727 +-
   generic/tkUndo.h | 135 +-
   generic/tkUtil.c | 971 +-
   generic/tkVisual.c | 290 +-
   generic/tkWindow.c | 1873 ++-
   generic/ttk/ttk.decls | 154 +
   generic/ttk/ttkBlink.c | 168 +
   generic/ttk/ttkButton.c | 859 +
   generic/ttk/ttkCache.c | 352 +
   generic/ttk/ttkClamTheme.c | 973 ++
   generic/ttk/ttkClassicTheme.c | 515 +
   generic/ttk/ttkDecls.h | 340 +
   generic/ttk/ttkDefaultTheme.c | 1165 ++
   generic/ttk/ttkElements.c | 1282 ++
   generic/ttk/ttkEntry.c | 1923 +++
   generic/ttk/ttkFrame.c | 652 +
   generic/ttk/ttkGenStubs.tcl | 887 ++
   generic/ttk/ttkImage.c | 415 +
   generic/ttk/ttkInit.c | 284 +
   generic/ttk/ttkLabel.c | 672 +
   generic/ttk/ttkLayout.c | 1218 ++
   generic/ttk/ttkManager.c | 554 +
   generic/ttk/ttkManager.h | 93 +
   generic/ttk/ttkNotebook.c | 1384 ++
   generic/ttk/ttkPanedwindow.c | 953 ++
   generic/ttk/ttkProgress.c | 551 +
   generic/ttk/ttkScale.c | 527 +
   generic/ttk/ttkScroll.c | 253 +
   generic/ttk/ttkScrollbar.c | 347 +
   generic/ttk/ttkSeparator.c | 134 +
   generic/ttk/ttkSquare.c | 306 +
   generic/ttk/ttkState.c | 268 +
   generic/ttk/ttkStubInit.c | 63 +
   generic/ttk/ttkStubLib.c | 81 +
   generic/ttk/ttkTagSet.c | 147 +
   generic/ttk/ttkTheme.c | 1715 ++
   generic/ttk/ttkTheme.h | 420 +
   generic/ttk/ttkThemeInt.h | 45 +
   generic/ttk/ttkTrace.c | 145 +
   generic/ttk/ttkTrack.c | 174 +
   generic/ttk/ttkTreeview.c | 3206 ++++
   generic/ttk/ttkWidget.c | 776 +
   generic/ttk/ttkWidget.h | 262 +
   library/bgerror.tcl | 163 +-
   library/button.tcl | 6 +-
   library/choosedir.tcl | 77 +-
   library/clrpick.tcl | 130 +-
   library/comdlg.tcl | 15 +-
   library/console.tcl | 302 +-
   library/demos/README | 8 +-
   library/demos/anilabel.tcl | 162 +
   library/demos/aniwave.tcl | 106 +
   library/demos/arrow.tcl | 16 +-
   library/demos/bind.tcl | 25 +-
   library/demos/bitmap.tcl | 13 +-
   library/demos/browse | 4 +-
   library/demos/button.tcl | 14 +-
   library/demos/check.tcl | 60 +-
   library/demos/clrpick.tcl | 12 +-
   library/demos/colors.tcl | 12 +-
   library/demos/combo.tcl | 64 +
   library/demos/cscroll.tcl | 12 +-
   library/demos/ctext.tcl | 12 +-
   library/demos/en.msg | 97 +
   library/demos/entry1.tcl | 12 +-
   library/demos/entry2.tcl | 12 +-
   library/demos/entry3.tcl | 20 +-
   library/demos/filebox.tcl | 24 +-
   library/demos/floor.tcl | 40 +-
   library/demos/form.tcl | 12 +-
   library/demos/goldberg.tcl | 1833 +++
   library/demos/hello | 6 +-
   library/demos/hscale.tcl | 12 +-
   library/demos/icon.tcl | 27 +-
   library/demos/image1.tcl | 17 +-
   library/demos/image2.tcl | 24 +-
   library/demos/images/{face.bmp => face.xbm} | 0
   .../demos/images/{flagdown.bmp => flagdown.xbm} | 0
   library/demos/images/{flagup.bmp => flagup.xbm} | 0
   library/demos/images/{gray25.bmp => gray25.xbm} | 0
   library/demos/images/{letters.bmp => letters.xbm} | 0
   .../demos/images/{noletter.bmp => noletter.xbm} | 0
   library/demos/images/{pattern.bmp => pattern.xbm} | 0
   library/demos/items.tcl | 31 +-
   library/demos/ixset | 68 +-
   library/demos/knightstour.tcl | 257 +
   library/demos/label.tcl | 15 +-
   library/demos/labelframe.tcl | 14 +-
   library/demos/mclist.tcl | 98 +
   library/demos/menu.tcl | 27 +-
   library/demos/menubu.tcl | 15 +-
   library/demos/msgbox.tcl | 16 +-
   library/demos/nl.msg | 125 +
   library/demos/paned1.tcl | 12 +-
   library/demos/paned2.tcl | 14 +-
   library/demos/pendulum.tcl | 196 +
   library/demos/plot.tcl | 12 +-
   library/demos/puzzle.tcl | 12 +-
   library/demos/radio.tcl | 35 +-
   library/demos/rmt | 55 +-
   library/demos/rolodex | 12 +-
   library/demos/ruler.tcl | 18 +-
   library/demos/sayings.tcl | 16 +-
   library/demos/search.tcl | 12 +-
   library/demos/spin.tcl | 12 +-
   library/demos/square | 9 +-
   library/demos/states.tcl | 12 +-
   library/demos/style.tcl | 35 +-
   library/demos/tcolor | 18 +-
   library/demos/text.tcl | 18 +-
   library/demos/textpeer.tcl | 64 +
   library/demos/timer | 5 +-
   library/demos/toolbar.tcl | 106 +
   library/demos/tree.tcl | 96 +
   library/demos/ttkbut.tcl | 87 +
   library/demos/ttkmenu.tcl | 56 +
   library/demos/ttknote.tcl | 64 +
   library/demos/ttkpane.tcl | 109 +
   library/demos/ttkprogress.tcl | 49 +
   library/demos/twind.tcl | 178 +-
   library/demos/unicodeout.tcl | 42 +-
   library/demos/vscale.tcl | 12 +-
   library/demos/widget | 768 +-
   library/dialog.tcl | 19 +-
   library/entry.tcl | 27 +-
   library/focus.tcl | 7 +-
   library/listbox.tcl | 15 +-
   library/menu.tcl | 73 +-
   library/msgbox.tcl | 95 +-
   library/msgs/cs.msg | 48 +-
   library/msgs/da.msg | 77 +
   library/msgs/de.msg | 24 +-
   library/msgs/el.msg | 2 +-
   library/msgs/en.msg | 26 +-
   library/msgs/es.msg | 38 +-
   library/msgs/hu.msg | 21 +-
   library/msgs/sv.msg | 74 +
   library/obsolete.tcl | 159 +-
   library/optMenu.tcl | 4 +-
   library/palette.tcl | 18 +-
   library/panedwindow.tcl | 73 +-
   library/safetk.tcl | 97 +-
   library/scale.tcl | 5 +-
   library/scrlbar.tcl | 10 +-
   library/spinbox.tcl | 16 +-
   library/tclIndex | 3 +-
   library/tearoff.tcl | 7 +-
   library/text.tcl | 385 +-
   library/tk.tcl | 179 +-
   library/tkfbox.tcl | 573 +-
   library/ttk/altTheme.tcl | 101 +
   library/ttk/aquaTheme.tcl | 66 +
   library/ttk/button.tcl | 85 +
   library/ttk/clamTheme.tcl | 139 +
   library/ttk/classicTheme.tcl | 108 +
   library/ttk/combobox.tcl | 440 +
   library/ttk/cursors.tcl | 35 +
   library/ttk/defaults.tcl | 118 +
   library/ttk/entry.tcl | 580 +
   library/ttk/fonts.tcl | 159 +
   library/ttk/menubutton.tcl | 171 +
   library/ttk/notebook.tcl | 192 +
   library/ttk/panedwindow.tcl | 87 +
   library/ttk/progress.tcl | 51 +
   library/ttk/scale.tcl | 90 +
   library/ttk/scrollbar.tcl | 125 +
   library/ttk/sizegrip.tcl | 77 +
   library/ttk/treeview.tcl | 376 +
   library/ttk/ttk.tcl | 172 +
   library/ttk/utils.tcl | 306 +
   library/ttk/winTheme.tcl | 77 +
   library/ttk/xpTheme.tcl | 64 +
   library/unsupported.tcl | 4 +-
   library/xmfbox.tcl | 68 +-
   mac/MW_TkBuildLibHeader.h | 7 -
   mac/MW_TkBuildLibHeader.pch | 36 -
   mac/MW_TkHeader.h | 7 -
   mac/MW_TkHeader.pch | 34 -
   mac/MW_TkHeaderCommon.h | 40 -
   mac/MW_TkOldImgHeader.h | 3 -
   mac/MW_TkOldImgStaticHeader.h | 3 -
   mac/MW_TkStaticHeader.h | 7 -
   mac/MW_TkStaticHeader.pch | 36 -
   mac/MW_TkTestHeader.h | 7 -
   mac/MW_TkTestHeader.pch | 42 -
   mac/README | 93 -
   mac/bugs.doc | 54 -
   mac/license.terms | 39 -
   mac/tclets.r | 172 -
   mac/tclets.tcl | 225 -
   mac/tkMac.h | 56 -
   mac/tkMacAppInit.c | 420 -
   mac/tkMacAppearanceStubs.c | 104 -
   mac/tkMacApplication.r | 317 -
   mac/tkMacBitmap.c | 279 -
   mac/tkMacButton.c | 1711 --
   mac/tkMacClipboard.c | 303 -
   mac/tkMacColor.c | 504 -
   mac/tkMacConfig.c | 45 -
   mac/tkMacCursor.c | 401 -
   mac/tkMacCursors.r | 130 -
   mac/tkMacDefault.h | 529 -
   mac/tkMacDialog.c | 1420 --
   mac/tkMacDraw.c | 1223 --
   mac/tkMacEmbed.c | 1207 --
   mac/tkMacFont.c | 2152 ---
   mac/tkMacHLEvents.c | 441 -
   mac/tkMacInit.c | 228 -
   mac/tkMacInt.h | 233 -
   mac/tkMacKeyboard.c | 648 -
   mac/tkMacLibrary.r | 73 -
   mac/tkMacMDEF.c | 116 -
   mac/tkMacMDEF.r | 45 -
   mac/tkMacMenu.c | 4607 ------
   mac/tkMacMenu.r | 47 -
   mac/tkMacMenubutton.c | 495 -
   mac/tkMacMenus.c | 355 -
   mac/tkMacPort.h | 162 -
   mac/tkMacProjects.sea.hqx | 3718 -----
   mac/tkMacRegion.c | 248 -
   mac/tkMacResource.r | 437 -
   mac/tkMacScale.c | 439 -
   mac/tkMacScrlbr.c | 1069 --
   mac/tkMacSend.c | 548 -
   mac/tkMacSubwindows.c | 1258 --
   mac/tkMacTclCode.r | 71 -
   mac/tkMacTest.c | 82 -
   mac/tkMacWindowMgr.c | 1791 ---
   mac/tkMacWm.c | 5787 -------
   mac/tkMacXCursors.r | 961 --
   mac/tkMacXStubs.c | 877 -
   mac/widget.r | 18 -
   macosx/GNUmakefile | 317 +
   macosx/Makefile | 309 -
   macosx/README | 96 +-
   macosx/Tk-Info.plist.in | 2 +-
   macosx/Wish-Common.xcconfig | 51 +
   macosx/Wish-Debug.xcconfig | 22 +
   macosx/Wish-Info.plist.in | 2 +-
   macosx/Wish-Release.xcconfig | 22 +
   macosx/Wish.pbproj/project.pbxproj | 43 +-
   macosx/Wish.xcode/default.pbxuser | 337 +
   macosx/Wish.xcode/project.pbxproj | 5374 +++++++
   macosx/Wish.xcodeproj/default.pbxuser | 339 +
   macosx/Wish.xcodeproj/project.pbxproj | 5734 +++++++
   macosx/configure |12326 ++++++++++++++
   macosx/configure.ac | 13 +
   macosx/tkAboutDlg.r | 2 +-
   macosx/tkMacOSX.h | 2 +-
   macosx/tkMacOSXAETE.r | 2 +-
   macosx/tkMacOSXBitmap.c | 8 +-
   macosx/tkMacOSXButton.c | 16 +-
   macosx/tkMacOSXCarbonEvents.c | 90 +-
   macosx/tkMacOSXClipboard.c | 2 +-
   macosx/tkMacOSXColor.c | 4 +-
   macosx/tkMacOSXConfig.c | 2 +-
   macosx/tkMacOSXCursor.c | 158 +-
   macosx/tkMacOSXCursors.r | 2 +-
   macosx/tkMacOSXDebug.c | 5 +-
   macosx/tkMacOSXDebug.h | 6 +-
   macosx/tkMacOSXDefault.h | 26 +-
   macosx/tkMacOSXDialog.c | 866 +-
   macosx/tkMacOSXDraw.c | 4 +-
   macosx/tkMacOSXEmbed.c | 512 +-
   macosx/tkMacOSXEntry.c | 2 +-
   macosx/tkMacOSXEvent.c | 2 +-
   macosx/tkMacOSXEvent.h | 2 +-
   macosx/tkMacOSXFont.c | 3055 ++--
   macosx/tkMacOSXFont.h | 2 +-
   macosx/tkMacOSXHLEvents.c | 424 +-
   macosx/tkMacOSXInit.c | 192 +-
   macosx/tkMacOSXInt.h | 13 +-
   macosx/tkMacOSXKeyEvent.c | 3 +-
   macosx/tkMacOSXKeyboard.c | 2 +-
   macosx/tkMacOSXMenu.c | 9 +-
   macosx/tkMacOSXMenubutton.c | 4 +-
   macosx/tkMacOSXMenus.c | 2 +-
   macosx/tkMacOSXMouseEvent.c | 2 +-
   macosx/tkMacOSXNotify.c | 2 +-
   macosx/tkMacOSXPort.h | 5 +-
   macosx/tkMacOSXPrivate.h | 6 +-
   macosx/tkMacOSXRegion.c | 2 +-
   macosx/tkMacOSXScale.c | 2 +-
   macosx/tkMacOSXScrlbr.c | 53 +-
   macosx/tkMacOSXSend.c | 391 +-
   macosx/tkMacOSXSubwindows.c | 59 +-
   macosx/tkMacOSXTest.c | 2 +-
   macosx/tkMacOSXWindowEvent.c | 4 +-
   macosx/tkMacOSXWm.c | 1680 +-
   macosx/tkMacOSXWm.h | 2 +-
   macosx/tkMacOSXXCursors.r | 2 +-
   macosx/tkMacOSXXStubs.c | 277 +-
   macosx/ttkMacOSXTheme.c | 1072 ++
   tests/all.tcl | 14 +-
   tests/bell.test | 22 +-
   tests/bgerror.test | 22 +-
   tests/bind.test | 744 +-
   tests/bitmap.test | 24 +-
   tests/border.test | 38 +-
   tests/button.test | 114 +-
   tests/canvImg.test | 76 +-
   tests/canvPs.test | 150 +-
   tests/canvPsBmap.tcl | 22 +-
   tests/canvPsImg.tcl | 8 +-
   tests/canvRect.test | 53 +-
   tests/canvText.test | 60 +-
   tests/canvWind.test | 22 +-
   tests/canvas.test | 482 +-
   tests/choosedir.test | 37 +-
   tests/clipboard.test | 24 +-
   tests/clrpick.test | 103 +-
   tests/cmds.test | 22 +-
   tests/color.test | 11 +-
   tests/config.test | 11 +-
   tests/constraints.tcl | 90 +-
   tests/cursor.test | 321 +-
   tests/dialog.test | 13 +-
   {library/demos/images => tests}/earth.gif | Bin 51712 -> 51712 bytes
   tests/embed.test | 37 +-
   tests/entry.test | 127 +-
   tests/event.test | 294 +-
   library/demos/images/face.bmp => tests/face.xbm | 0
   tests/filebox.test | 334 +-
   .../images/flagdown.bmp => tests/flagdown.xbm | 0
   .../demos/images/flagup.bmp => tests/flagup.xbm | 0
   tests/focus.test | 137 +-
   tests/focusTcl.test | 22 +-
   tests/font.test | 288 +-
   tests/frame.test | 371 +-
   tests/geometry.test | 22 +-
   tests/get.test | 22 +-
   tests/grab.test | 9 +-
   tests/grid.test | 370 +-
   tests/id.test | 24 +-
   tests/image.test | 87 +-
   tests/imgBmap.test | 25 +-
   tests/imgPPM.test | 34 +-
   tests/imgPhoto.test | 40 +-
   tests/listbox.test | 101 +-
   tests/macEmbed.test | 269 -
   tests/macFont.test | 286 -
   tests/macMenu.test | 1549 --
   tests/macWinMenu.test | 105 -
   tests/macscrollbar.test | 95 -
   tests/main.test | 101 +-
   tests/menu.test | 74 +-
   tests/menuDraw.test | 48 +-
   tests/menubut.test | 26 +-
   tests/message.test | 9 +-
   tests/msgbox.test | 45 +-
   tests/obj.test | 23 +-
   tests/oldpack.test | 232 +-
   tests/option.test | 29 +-
   tests/pack.test | 17 +-
   tests/panedwindow.test | 305 +-
   tests/place.test | 15 +-
   {library/images => tests}/pwrdLogo150.gif | Bin 2489 -> 2489 bytes
   tests/raise.test | 24 +-
   tests/safe.test | 19 +-
   tests/scale.test | 11 +-
   tests/scrollbar.test | 255 +-
   tests/select.test | 191 +-
   tests/send.test | 10 +-
   tests/spinbox.test | 85 +-
   {library/demos/images => tests}/teapot.ppm | 0
   tests/text.test | 2176 +++-
   tests/textBTree.test | 22 +-
   tests/textDisp.test | 1647 ++-
   tests/textImage.test | 54 +-
   tests/textIndex.test | 267 +-
   tests/textMark.test | 107 +-
   tests/textTag.test | 308 +-
   tests/textWind.test | 282 +-
   tests/tk.test | 59 +-
   tests/ttk/all.tcl | 23 +
   tests/ttk/combobox.test | 68 +
   tests/ttk/entry.test | 283 +
   tests/ttk/image.test | 54 +
   tests/ttk/labelframe.test | 134 +
   tests/ttk/layout.test | 29 +
   tests/ttk/notebook.test | 497 +
   tests/ttk/panedwindow.test | 295 +
   tests/ttk/progressbar.test | 89 +
   tests/ttk/scrollbar.test | 73 +
   tests/ttk/treetags.test | 78 +
   tests/ttk/treeview.test | 491 +
   tests/ttk/ttk.test | 616 +
   tests/ttk/validate.test | 277 +
   tests/unixButton.test | 9 +-
   tests/unixEmbed.test | 24 +-
   tests/unixFont.test | 38 +-
   tests/unixMenu.test | 17 +-
   tests/unixSelect.test | 47 +-
   tests/unixWm.test | 453 +-
   tests/util.test | 22 +-
   tests/visual.test | 262 +-
   tests/visual_bb.test | 9 +-
   tests/winButton.test | 35 +-
   tests/winClipboard.test | 27 +-
   tests/winDialog.test | 155 +-
   tests/winFont.test | 72 +-
   tests/winMenu.test | 299 +-
   tests/winMsgbox.test | 299 +
   tests/winSend.test | 65 +-
   tests/winWm.test | 87 +-
   tests/window.test | 137 +-
   tests/winfo.test | 31 +-
   tests/wm.test | 2514 ++--
   tests/xmfbox.test | 37 +-
   unix/Makefile.in | 509 +-
   unix/README | 258 +-
   unix/aclocal.m4 | 2 +-
   unix/configure |13008 +++++++++++-----
   unix/configure.in | 331 +-
   unix/install-sh | 22 +-
   unix/installManPage | 2 +
   unix/tcl.m4 | 1429 +-
   unix/tk.spec | 61 +-
   unix/tkAppInit.c | 77 +-
   unix/tkConfig.h.in | 250 +
   unix/tkConfig.sh.in | 10 +-
   unix/tkUnix.c | 211 +-
   unix/tkUnix3d.c | 278 +-
   unix/tkUnixButton.c | 691 +-
   unix/tkUnixColor.c | 249 +-
   unix/tkUnixConfig.c | 37 +-
   unix/tkUnixCursor.c | 487 +-
   unix/tkUnixDefault.h | 87 +-
   unix/tkUnixDialog.c | 161 +-
   unix/tkUnixDraw.c | 134 +-
   unix/tkUnixEmbed.c | 570 +-
   unix/tkUnixEvent.c | 364 +-
   unix/tkUnixFocus.c | 111 +-
   unix/tkUnixFont.c | 1574 +-
   unix/tkUnixInit.c | 93 +-
   unix/tkUnixInt.h | 22 +-
   unix/tkUnixKey.c | 317 +-
   unix/tkUnixMenu.c | 1032 +-
   unix/tkUnixMenubu.c | 326 +-
   unix/tkUnixPort.h | 15 +-
   unix/tkUnixRFont.c | 727 +
   unix/tkUnixScale.c | 252 +-
   unix/tkUnixScrlbr.c | 128 +-
   unix/tkUnixSelect.c | 656 +-
   unix/tkUnixSend.c | 1239 +-
   unix/tkUnixWm.c | 3694 +++--
   unix/tkUnixXId.c | 355 +-
   win/Makefile.in | 121 +-
   win/README | 4 +-
   win/buildall.vc.bat | 93 +-
   win/configure | 5017 +++++--
   win/configure.in | 64 +-
   win/makefile.bc | 12 +-
   win/makefile.vc | 530 +-
   win/nmakehlp.c | 268 +-
   win/rc/cursor9a.cur | Bin 0 -> 326 bytes
   win/{ => rc}/lamp.bmp | Bin 2102 -> 2102 bytes
   win/rc/tk.rc | 10 +-
   win/rc/tk_base.rc | 4 +-
   win/rc/wish.rc | 14 +-
   win/rules.vc | 269 +-
   win/stubs.c | 379 +-
   win/tcl.m4 | 225 +-
   win/tkConfig.sh.in | 4 +-
   win/tkWin.h | 50 +-
   win/tkWin32Dll.c | 93 +-
   win/tkWin3d.c | 372 +-
   win/tkWinButton.c | 959 +-
   win/tkWinClipboard.c | 183 +-
   win/tkWinColor.c | 285 +-
   win/tkWinConfig.c | 34 +-
   win/tkWinCursor.c | 89 +-
   win/tkWinDefault.h | 51 +-
   win/tkWinDialog.c | 2338 ++--
   win/tkWinDraw.c | 595 +-
   win/tkWinEmbed.c | 1014 +-
   win/tkWinFont.c | 1482 ++-
   win/tkWinImage.c | 396 +-
   win/tkWinInit.c | 56 +-
   win/tkWinInt.h | 142 +-
   win/tkWinKey.c | 541 +-
   win/tkWinMenu.c | 2131 ++--
   win/tkWinPixmap.c | 116 +-
   win/tkWinPointer.c | 220 +-
   win/tkWinPort.h | 7 +-
   win/tkWinRegion.c | 141 +-
   win/tkWinScrlbr.c | 401 +-
   win/tkWinSend.c | 1032 ++-
   win/tkWinSendCom.c | 465 +
   win/tkWinSendCom.h | 63 +
   win/tkWinTest.c | 282 +-
   win/tkWinWindow.c | 337 +-
   win/tkWinWm.c | 5029 ++++---
   win/tkWinX.c | 1630 ++-
   win/ttkWinMonitor.c | 161 +
   win/ttkWinTheme.c | 723 +
   win/ttkWinXPTheme.c | 1023 ++
   win/winMain.c | 258 +-
   xlib/X11/X.h | 4 +-
   xlib/X11/Xlib.h | 15 +-
   xlib/X11/Xutil.h | 4 +-
   xlib/X11/keysym.h | 4 -
   xlib/xbytes.h | 19 +-
   xlib/xcolors.c | 89 +-
   xlib/xdraw.c | 52 +-
   xlib/xgc.c | 496 +-
   xlib/ximage.c | 37 +-
   xlib/xutil.c | 56 +-
   771 files changed, 202041 insertions(+), 136225 deletions(-)

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager