Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclIOUtil.c: changed Tcl_Alloc to ckalloc | hobbs | 1999-11-10 | 1 | -4/+4 |
| | | | | | | | | | * generic/tclInt.h: * generic/tclObj.c: rolled back changes from 1999-10-29 Purify noted new leaks with that code * generic/tclParse.c: added code in Tcl_ParseBraces to test for possible unbalanced open brace in a comment | ||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | changes make Tcl_Access and Tcl_Stat public. | hershey | 1999-04-17 | 1 | -2/+2 |
| | | | | also one minor fix in tests/all.tcl to fix bug 1770. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -72/+76 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Added some ^L page breaks. | suresh | 1998-06-12 | 1 | -3/+3 |
| | |||||
* | Some code clean up to removed unnecesary pointer definitions. | suresh | 1998-06-12 | 1 | -66/+103 |
| | | | | Comments and "@@@" To-Do symbols removed. | ||||
* | 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 | rjohnson | 1998-03-26 | 1 | -0/+392 |