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.
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.