diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2004-08-24 Don Porter <dgp@users.sourceforge.net> + + * generic/tclProc.c: The routine TclProcInterpProc was a specific + * generic/tclTestProcBodyObj.c: instance of the general service already provided + by TclObjInvokeProc. Removed TclProcInterpProc and TclGetInterpProc from the + code... + + * generic/tclInt.decls ...and from the internal stubs table. + * generic/tclIntDecls.h + * generic/tclStubInit.c + 2004-08-24 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/string.n: Added clarifying note. @@ -5,7 +16,8 @@ 2004-08-23 Don Porter <dgp@users.sourceforge.net> * library/auto.tcl: Updated [tcl_findLibrary] search path - to include any [<pkg>::pkgconfig get scriptdir,runtime] directory, as well as the $::auto_path. [RFE 695441] + to include any [<pkg>::pkgconfig get scriptdir,runtime] directory, + as well as the $::auto_path. [RFE 695441] 2004-08-21 Kevin B. Kenny <kennykb@acm.org> |