diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 23:56:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 23:56:21 (GMT) |
commit | cec53960ad6ccc1837a17837f95ded581a670c85 (patch) | |
tree | dc4fa89e002ba5ff275c74bf4828d968e53a2f45 /ChangeLog | |
parent | c9c8041ea67eccba3cbcedd91d78cddb2718555a (diff) | |
download | tcl-cec53960ad6ccc1837a17837f95ded581a670c85.zip tcl-cec53960ad6ccc1837a17837f95ded581a670c85.tar.gz tcl-cec53960ad6ccc1837a17837f95ded581a670c85.tar.bz2 |
Stop exposing the thread storage guts. Non-core code should never touch it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-08-06 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclThreadStorage.c: Stop exposing the guts of the thread + storage system through the internal stubs table. Client code + should always use the standard API. + 2005-08-05 Donal K. Fellows <dkf@users.sf.net> * unix/tclUnixInit.c (localeTable): Solaris uses a non-standard |