Menu

#475 TIP #268: Enhance 'package' Version Handling

TIP Implementation
closed-accepted
5
2006-09-29
2006-07-11
No

This patch contains the reference implementation of TIP
#268 (in C). Done against the CVS head.

Discussion

  • Andreas Kupries

    Andreas Kupries - 2006-07-11
    • labels: --> 39. Package Manager
    • assigned_to: nobody --> andreas_kupries
     
  • Andreas Kupries

    Andreas Kupries - 2006-08-14

    Logged In: YES
    user_id=75003

    New patches, updated manpages for 'package' command and
    PkgRequire.3

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-13

    Logged In: YES
    user_id=75003

    Patches updated to changes in heads.
    Added Tk patches, Incr Tcl patch.

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-13

    Incr Tcl updated to handle #268

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Tcl 8.5 TIP Final Patch

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Logged In: YES
    user_id=75003

    Final Tcl 8.5 patch. Removed previous 8.5 patches.

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Logged In: YES
    user_id=75003

    Final Tcl 8.4 patch. Removed previous patches.

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Tcl 8.4 Final Patch

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22
    • status: open --> open-accepted
     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Logged In: YES
    user_id=75003

    Final Tk 8.4 patch. Previous patches removed.

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Tk 8.4 Final Patch

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Logged In: YES
    user_id=75003

    Final Tk 8.5 patch. Previous patches removed.

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-22

    Tk 8.5 Final Patch

     
  • Andreas Kupries

    Andreas Kupries - 2006-09-28

    Logged In: YES
    user_id=75003

    This has been committed. Anything else needed for the TIP to
    go from Accepted to Final ?

     
  • Donal K. Fellows

    • milestone: --> TIP Implementation
     
  • Donal K. Fellows

    • status: open-accepted --> closed-accepted
     
  • EL

    EL - 2006-10-27

    Logged In: YES
    user_id=1345135

    The TIP implementation in Tk introduces compatibility issues
    with compiled C extensions, if they are loaded through the
    stubs mechanism.
    If a C extension calls e.g. Tk_InitStubs(), the correct
    version can not be found. This happens e.g. if extensions
    are loaded in starkits. I created a Tclkit of Tcl/Tk 8.5a5
    and had problems with it while loading e.g. Itk and Img.
    Changing TK_PATCH_LEVEL to TK_VERSION in
    generic/tkWindow.c:3172 (Initialize) fixed it for me.