|
|
|
|
|
|
|
|
|
|
|
|
| |
'TclAccess(...)'.
Added the "hookable" functions 'TclStat(...)', 'TclAccess(...)', &
'Tcl_OpenFileChannel(...)'.
Added appropriate data structure to maintain the linked list of 'TclStat(...)',
'TclAccess(...)', & 'Tcl_OpenFileChannel(...)'. Added the appropriate
"insert" and "delete" routines for each of these.
A test file 'tests/iOUtil.test' has been written to test the hooking function-
ality of each of the routines.
'tclInt.h' has been updated to include the function prototypes for all new
functions.
|