Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added routiens to support testing of new routines ('TclStatInsertProc', | suresh | 1998-06-04 | 1 | -0/+113 |
| | | | | | | 'TclAccessInsertProc', 'TclOpenFileChannelInsertProc', etc.). The new test commads (e.g. "testTclStat", etc.) are excersized from the file "test/iOUtil.test'. | ||||
* | Changed call references of 'stat(...)' to 'TclStat(...)' & 'access(...)' to | suresh | 1998-06-04 | 1 | -1/+444 |
| | | | | | | | | | | | | | '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. | ||||
* | Changed call ref's from 'access(...)' to 'TclAccess(...)'. | suresh | 1998-05-20 | 1 | -3/+3 |
| | |||||
* | Changed call ref's from 'stat(...)' to 'TclStat(...)'. | suresh | 1998-05-20 | 1 | -7/+8 |
| | |||||
* | Changed call ref's of 'stat(...)' to 'TclStat(...)' & 'access(...)' to | suresh | 1998-05-20 | 1 | -6/+6 |
| | | | | 'TclAccess(...)'. | ||||
* | *** empty log message *** | stanton | 1998-04-29 | 1 | -0/+1 |
| | |||||
* | added call to TclpFinalize | stanton | 1998-04-29 | 1 | -0/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 56 | -0/+82403 |