Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added initialization of the flags field in ByteCode | escoffon | 1998-06-10 | 1 | -0/+26 |
| | | | | - Added the TclGetInstructionTable procedure so that the table can be accessed | ||||
* | replaced the SCCS id string in header to display ids | escoffon | 1998-06-10 | 1 | -1/+1 |
| | |||||
* | modified the check for no source string in Tcl_EvalObj to account for | escoffon | 1998-06-10 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-09 | 1 | -2/+6 |
| | |||||
* | changed so server sockets can't be trashed by fileevent | stanton | 1998-06-09 | 1 | -6/+14 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-09 | 1 | -0/+45 |
| | |||||
* | fixed bug that caused file events to not be reported on buffered data | stanton | 1998-06-09 | 1 | -8/+43 |
| | |||||
* | Added function prototypes for 'TclAccess', 'TclStat', 'TclAccessInsertProc', | suresh | 1998-06-04 | 1 | -0/+29 |
| | | | | | | | 'TclAccessDeleteProc', 'TclStatInsertProc', 'TclStatDeleteProc', 'TclOpenFileChannelInsertProc', 'TclOpenFileChannelDeleteProc'. Also included are appropriate data structures for declaring the respective functions: 'TclAccessProc_', 'TclStatProc_', & 'TclOpenFileChannelProc_'. | ||||
* | 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. | ||||
* | Initial revision | suresh | 1998-06-04 | 1 | -0/+100 |
| | |||||
* | Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' to | suresh | 1998-06-03 | 1 | -9/+6 |
| | | | | | | | | 'TclpAccess(...)'. Removed macro defines for 'stat' and 'access' because there are no longer any explicit calls to these function; only calls to 'TclStat' and 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. Changed macro 'lstat' to simply call 'TclStat(...)' instead of 'stat(..)'. | ||||
* | Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to | suresh | 1998-06-03 | 1 | -2/+4 |
| | | | | | 'TclpAccess(...)'. Added 'TclStat' & 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. | ||||
* | Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to | suresh | 1998-06-03 | 1 | -5/+5 |
| | | | | 'TclpAccess(...)'. | ||||
* | Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'. | suresh | 1998-06-03 | 3 | -8/+8 |
| | |||||
* | Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' to | suresh | 1998-05-28 | 1 | -5/+3 |
| | | | | | | | | 'TclpAccess(...)'. Removed macro defines for 'stat' and 'access' because there are no longer any explicit calls to these function; only calls to 'TclStat' and 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. Changed macro 'lstat' to simply call 'TclStat(...)' instead of 'stat(..)'. | ||||
* | Added macro ti simply map 'TclpStat(...)' to 'stat(...)'. | suresh | 1998-05-28 | 1 | -0/+9 |
| | | | | Added macro to simply map 'TclpAccess(...)' to 'access(...)'. | ||||
* | *** empty log message *** | stanton | 1998-05-27 | 1 | -0/+6 |
| | |||||
* | added test for windows bug | stanton | 1998-05-27 | 1 | -0/+28 |
| | |||||
* | fixed bug in socket code: use of FIONREAD is not supported on Windows | stanton | 1998-05-27 | 1 | -93/+100 |
| | | | | changed to completely drain the socket window before checking any state | ||||
* | Changed call ref's of 'stat(...)' to 'TclStat(...)'. | suresh | 1998-05-20 | 1 | -3/+3 |
| | |||||
* | Changed call ref's of 'stat(...)' to 'TclStat(...)' and 'access(...)' to | suresh | 1998-05-20 | 1 | -4/+4 |
| | | | | 'TclAccess(...)'. | ||||
* | 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(...)'. | ||||
* | Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'. | suresh | 1998-05-16 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | stanton | 1998-04-29 | 2 | -4/+6 |
| | |||||
* | added TclWinInit and TclpFinalize | stanton | 1998-04-29 | 1 | -47/+80 |
| | |||||
* | *** empty log message *** | stanton | 1998-04-29 | 3 | -0/+13 |
| | |||||
* | added call to TclpFinalize | stanton | 1998-04-29 | 1 | -0/+1 |
| | |||||
* | Initial revision | stanton | 1998-04-28 | 8 | -0/+1762 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 165 | -0/+69117 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 304 | -0/+136370 |
| | |||||
* | initial empty check-in | root | 1998-03-26 | 0 | -0/+0 |