summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up prototype for 'Tcl_GetNameOfExecutable'.suresh1998-06-151-2/+2
* Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'.suresh1998-06-121-1/+2
* Moved the definition of "char *tclExecutableName" to this file.suresh1998-06-121-1/+37
* Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c'suresh1998-06-121-11/+6
* Added some ^L page breaks.suresh1998-06-121-3/+3
* Some code clean up to removed unnecesary pointer definitions.suresh1998-06-121-66/+103
* turn off check for shared source string in Tcl_ProcObjCmd if the bodyescoffon1998-06-101-2/+15
* - Added the flags field in a ByteCode struct, and added one flag:escoffon1998-06-101-0/+10
* Restored the SCCS id string back to id stringsescoffon1998-06-101-1/+1
* Added the definition of the EXPORT macro, used to declare that someescoffon1998-06-101-0/+18
* - Added initialization of the flags field in ByteCodeescoffon1998-06-101-0/+26
* replaced the SCCS id string in header to display idsescoffon1998-06-101-1/+1
* modified the check for no source string in Tcl_EvalObj to account forescoffon1998-06-101-1/+1
* fixed bug that caused file events to not be reported on buffered datastanton1998-06-091-8/+43
* Added function prototypes for 'TclAccess', 'TclStat', 'TclAccessInsertProc',suresh1998-06-041-0/+29
* Added routiens to support testing of new routines ('TclStatInsertProc',suresh1998-06-041-0/+113
* Changed call references of 'stat(...)' to 'TclStat(...)' & 'access(...)' tosuresh1998-06-041-1/+444
* Changed call ref's from 'access(...)' to 'TclAccess(...)'.suresh1998-05-201-3/+3
* Changed call ref's from 'stat(...)' to 'TclStat(...)'.suresh1998-05-201-7/+8
* Changed call ref's of 'stat(...)' to 'TclStat(...)' & 'access(...)' tosuresh1998-05-201-6/+6
* *** empty log message ***stanton1998-04-291-0/+1
* added call to TclpFinalizestanton1998-04-291-0/+1
* Initial revisionrjohnson1998-03-2656-0/+82403