Tcl Source Code

scan
Login

Source Files

Public Routines

Private Routines

Directly Depends On Public Interfaces

Directly Depends On Private Routines From

Discussion

This module is very close to being refactorable into something load-able as an extension. Its private routine usage includes the TclStack* memory allocation routines and a sampling of TclGet* macro forms of public Tcl_Get* counterparts. These are presumably performance-seeking, with unknown amounts of evidence supporting their necessity.

The other private usage is TclParseNumber. Exporting that from Numbers is the key enabling step here.