summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaned up PlatformInitExitHandlerwelch1998-07-061-2/+0
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-061-1/+1
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* Updated for 8.0.3-2welch1998-07-061-2/+2
|
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-011-15/+41
| | | | parent workspace "/ws/tcl8.0".
* - added support for configuration of debug/nodebug in configure script.escoffon1998-07-012-6/+24
| | | | | - also added a atring to append to generated libraries when built with symbols.
* Changed variable name "tclAlternateInitScript" to "tclPreInitScript".suresh1998-07-011-8/+9
| | | | Added error checking in in Tcl_Init() for pre-initialization script.
* Added definition of variable "tclAlternateInitScript" which is a globabl var-suresh1998-07-011-0/+12
| | | | | | iable and if set to a non-NULL value, will be evaluated just before the built-in script given in the file (variable) "generic/tclInitScript.h" ("initScript").
* Changed patchlevel to 8.0.3welch1998-06-291-1/+1
|
* Fixed bug in testfindexecutablewelch1998-06-291-2/+4
|
* Initial revisionwelch1998-06-281-0/+71
|
* plugin updateswelch1998-06-271-47/+3
|
* lintstanton1998-06-251-1/+2
|
* Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to allsuresh1998-06-231-0/+3
| | | | other locations for the "tk.tcl" file. This facilitates application packaging.
* changed size of static buffers in tclUnixInit to ensure that they arestanton1998-06-181-2/+2
| | | | large enough for any TCL_LIBRARY or TCL_PACKAGE_PATH
* 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
|
* changed so server sockets can't be trashed by fileeventstanton1998-06-091-6/+14
|
* Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'.suresh1998-06-031-3/+3
|
* Added macro ti simply map 'TclpStat(...)' to 'stat(...)'.suresh1998-05-281-0/+9
| | | | Added macro to simply map 'TclpAccess(...)' to 'access(...)'.
* Changed call ref's of 'stat(...)' to 'TclStat(...)'.suresh1998-05-201-3/+3
|
* Changed call ref's of 'stat(...)' to 'TclStat(...)' and 'access(...)' tosuresh1998-05-201-4/+4
| | | | 'TclAccess(...)'.
* *** empty log message ***stanton1998-04-291-0/+6
|
* Initial revisionrjohnson1998-03-2639-0/+14849