Menu

#427 TIP #254 (New types for Tcl_*Link* functions)

TIP Implementation
closed-accepted
5
2005-09-13
2005-07-22
Anonymous
No

From: rene.meyer@sturmit.de
This patch add the following types to the Tcl_*Link* functions:
- char
- unsigned char
- short
- unsigned short
- unsigned int
- long
- unsigned long
- float
There is no impact on existing functionality.
The patch can be applied to the 8.4 and 8.5 branch.

Discussion

  • Andreas Kupries

    Andreas Kupries - 2005-08-05
    • summary: New types for Tcl_Link functions --> TIP #254 (New types for Tcl_Link functions)
     
  • Don Porter

    Don Porter - 2005-08-31

    Logged In: YES
    user_id=80530

    Here's an updated patch in light
    of 1208108. Still needs docs, tests,
    and updates to cover Tcl_WideUInt.

     
  • Don Porter

    Don Porter - 2005-08-31
     
  • Donal K. Fellows

    • assigned_to: hobbs --> dkf
    • status: open --> closed-accepted