Tcl Source Code

Time Measurement
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Source Files

Public Interface

Private Interface

Directly Depends On Public Interface

Directly Depends On Private Interface of

Discussion

The private routines TclpGetDate, TclpGmtime, TclpLocaltime, and TclpGetSeconds are not called within Tcl, and continue to exist for the sake of entries in the private stub table. They are candidates for elimination. If they were eliminated, the dependence on Allocation would also go away.

The dependence on (Initi/Fin)alize and private aspects of Threads can be eliminated by creating two new private interfaces TclInitTime andTclFinalizeTime letting this module be spun up and shut down like other modules are.