summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadDyld.c
Commit message (Collapse)AuthorAgeFilesLines
...
* *unix/Makefile.in:das2001-11-231-53/+44
| | | | | | | | | | | | *unix/configure.in: *unix/install-sh: *unix/mkLinks: *unix/mkLinks.tcl: *unix/tclLoadDyld.c: *unix/tclMtherr.c: Mac OSX support: build system, dynamic code loading and support for case-insensitive filesystems in mkLinks (patch #435258) FossilOrigin-Name: f37029ffeabd770e0fc03299bdc6b5527c742165
* * More CONST poisoningdgp2001-09-281-2/+2
| | | | | | | | fixes from the 2001-09-24 TIP 27 changes. CONST-ified Tcl_FSLoadFile and TclpLoadFile. Report and patch from Kevin Kenny. [Bug 465833] FossilOrigin-Name: 82ca28932032a7a64d20820b116a6412748af736
* minor fs, vfs fixesvincentdarley2001-09-041-4/+10
| | | FossilOrigin-Name: e50cc64ecbf8361559ffca6a1988f616b2674078
* filesystemvincentdarley2001-08-301-3/+4
| | | FossilOrigin-Name: 63ee4e7a09d028fa707389d63a2bdc197a342ce1
* * unix/tclLoadDyld.c (TclpLoadFile): removed use of interp->resulthobbs2000-04-251-9/+12
| | | FossilOrigin-Name: 390ae98d859e9f4833c90c4da7c2e190da9058f3
* * README:hobbs2000-04-191-0/+168
* generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * win/README.binary: bumped version to 8.3.1 * win/tcl.hpj.in: updated copyright date * generic/tclEnv.c: environment support for Mac OS/X * unix/tclUnixPort.h: environment support for Mac OS/X * unix/tclLoadDyld.c: new file for Mac OS/X dl functions * unix/Makefile.in: added install-strip target; bindir, libdir, mandir, includedir vars; tclLoadDyld.c target [Bug: 2527] * unix/tclUnixChan.c (CreateSocket): force a socket back into blocking mode (default state) after a -async connect succeeds. [Bug: 4388] * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent thread-related race condition. [Bug: 5033] * unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the library path as it was unnecessary and conflicts with move of tclLibraryPath to thread-local storage. FossilOrigin-Name: 2bb0593bdff552c313069e7eaf4fc17d4e269b63