| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Added the TclGetInstructionTable procedure so that the table can be accessed
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
'TclAccessDeleteProc', 'TclStatInsertProc', 'TclStatDeleteProc',
'TclOpenFileChannelInsertProc', 'TclOpenFileChannelDeleteProc'. Also
included are appropriate data structures for declaring the respective
functions: 'TclAccessProc_', 'TclStatProc_', & 'TclOpenFileChannelProc_'.
|
|
|
|
|
|
| |
'TclAccessInsertProc', 'TclOpenFileChannelInsertProc', etc.). The new
test commads (e.g. "testTclStat", etc.) are excersized from the file
"test/iOUtil.test'.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'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.
|
| |
|
| |
|
|
|
|
| |
'TclAccess(...)'.
|
| |
|
| |
|
|
|