Tcl Source Code

View Ticket
Login
Ticket UUID: a16a1119e5e7a1280186cd3f15762090bf083147
Title: API changes introduced in TIP #445 are not documented
Type: Bug Version: trunk
Submitter: fvogel Created on: 2020-09-01 06:18:29
Subsystem: 10. Objects Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Open Last Modified: 2020-09-01 06:18:29
Resolution: None Closed By: nobody
    Closed on:
Description:

The whole point of TIP #445 was to introduce new public routines and types so that the life of the Tcl extension developer got easier.

However, because the implementation didn't include any documentation of these new API features, this goal is likely to be missed.

The following are undocumented:

  • Tcl_FreeIntRep() routine
  • Tcl_InitStringRep() routine
  • Tcl_HasStringRep() routine
  • Tcl_ObjIntRep type
  • Tcl_StoreIntRep() routine
  • Tcl_FetchIntRep() routine