| Commit message (Expand) | Author | Age | Files | Lines |
* | added code to handle null arguments | stanton | 1998-06-15 | 1 | -5/+11 |
|
|
* | *** empty log message *** | stanton | 1998-06-15 | 1 | -1/+12 |
|
|
* | Cleaned up prototype for 'Tcl_GetNameOfExecutable'. | suresh | 1998-06-15 | 1 | -2/+2 |
|
|
* | Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'. | suresh | 1998-06-12 | 1 | -1/+2 |
|
|
* | Moved the definition of "char *tclExecutableName" to this file. | suresh | 1998-06-12 | 1 | -1/+37 |
|
|
* | Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c' | suresh | 1998-06-12 | 1 | -11/+6 |
|
|
* | Added documentation for the C API "Tcl_GetNameOfExecutable" which simply | suresh | 1998-06-12 | 1 | -4/+14 |
|
|
* | 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 |
|
|
* | added cleanup of .pdb and .pch files in the clean target | escoffon | 1998-06-10 | 1 | -0/+2 |
|
|
* | turn off check for shared source string in Tcl_ProcObjCmd if the body | escoffon | 1998-06-10 | 1 | -2/+15 |
|
|
* | - Added the flags field in a ByteCode struct, and added one flag: | escoffon | 1998-06-10 | 1 | -0/+10 |
|
|
* | Restored the SCCS id string back to id strings | escoffon | 1998-06-10 | 1 | -1/+1 |
|
|
* | Added the definition of the EXPORT macro, used to declare that some | escoffon | 1998-06-10 | 1 | -0/+18 |
|
|
* | - Added initialization of the flags field in ByteCode | escoffon | 1998-06-10 | 1 | -0/+26 |
|
|
* | 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 |
|
|
* | Added routiens to support testing of new routines ('TclStatInsertProc', | suresh | 1998-06-04 | 1 | -0/+113 |
|
|
* | Changed call references of 'stat(...)' to 'TclStat(...)' & 'access(...)' to | suresh | 1998-06-04 | 1 | -1/+444 |
|
|
* | Initial revision | suresh | 1998-06-04 | 1 | -0/+100 |
|
|
* | Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' to | suresh | 1998-06-03 | 1 | -9/+6 |
|
|
* | Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to | suresh | 1998-06-03 | 1 | -2/+4 |
|
|
* | Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to | suresh | 1998-06-03 | 1 | -5/+5 |
|
|
* | 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 |
|
|
* | Added macro ti simply map 'TclpStat(...)' to 'stat(...)'. | suresh | 1998-05-28 | 1 | -0/+9 |
|
|
* | *** 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 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|