summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to allsuresh1998-06-232-0/+6
* Typo fixsurles1998-06-221-1/+1
* put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather thanescoffon1998-06-181-21/+27
* Added changes to support builds of different configurations in parallel:escoffon1998-06-181-20/+31
* *** empty log message ***stanton1998-06-181-0/+21
* fixed bad array bounds checksstanton1998-06-181-11/+19
* *** empty log message ***stanton1998-06-188-9/+132
* remove tmp filestanton1998-06-181-0/+1
* fixed behavior of "array set" on initialization with an emtpy liststanton1998-06-181-33/+57
* removed dead codestanton1998-06-181-3/+0
* added fix for foreach compile proc so it handles non-local names correctlystanton1998-06-181-30/+51
* fixed "info vars" and "info locals" to not report compiled temporary variablesstanton1998-06-181-66/+64
* changed size of static buffers in tclUnixInit to ensure that they arestanton1998-06-181-2/+2
* minor HPUX tweakstanton1998-06-181-1/+1
* added SHLIB_PATH to test targetsstanton1998-06-181-0/+2
* *** empty log message ***stanton1998-06-171-0/+44
* fixed behavior of Tcl_FindExecutable on null path elementsstanton1998-06-171-1/+10
* Initial revisionstanton1998-06-171-0/+66
* added code to handle null argumentsstanton1998-06-151-5/+11
* *** empty log message ***stanton1998-06-151-1/+12
* 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 documentation for the C API "Tcl_GetNameOfExecutable" which simplysuresh1998-06-121-4/+14
* Added some ^L page breaks.suresh1998-06-121-3/+3
* Some code clean up to removed unnecesary pointer definitions.suresh1998-06-121-66/+103
* added cleanup of .pdb and .pch files in the clean targetescoffon1998-06-101-0/+2
* 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
* *** empty log message ***stanton1998-06-091-2/+6
* changed so server sockets can't be trashed by fileeventstanton1998-06-091-6/+14
* *** empty log message ***stanton1998-06-091-0/+45
* 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
* Initial revisionsuresh1998-06-041-0/+100
* Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' tosuresh1998-06-031-9/+6
* Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' tosuresh1998-06-031-2/+4
* Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' tosuresh1998-06-031-5/+5
* Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'.suresh1998-06-033-8/+8
* Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' tosuresh1998-05-281-5/+3
* Added macro ti simply map 'TclpStat(...)' to 'stat(...)'.suresh1998-05-281-0/+9
* *** empty log message ***stanton1998-05-271-0/+6