summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tcl.decls: [TIP #357]: First round of changeskennykb2010-04-021-11/+29
| | | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: FossilOrigin-Name: 80aa157f455c7e777a532f7a3fd791d38359f31d
* Revert a few files from the previous commit, preventingnijtmans2010-03-111-2/+2
| | | | | | conflicts with Kevin's TIP #357 work FossilOrigin-Name: 6e701eee65711db65800a707f897020e7fd395f5
* Remove unnecessary '&' decoration for functionnijtmans2010-03-111-2/+2
| | | | | | | pointers. Fix double declaration of TclNativeDupInternalRep FossilOrigin-Name: bb4a12448bcecb18222b82374565ecea83c07bc1
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
| | | FossilOrigin-Name: 2d205c22fbe5def21ccd36bc6f7b2d3831f6122d
* More bits of ANSIfyingdkf2005-11-111-19/+20
| | | FossilOrigin-Name: 884b0bcef26231ce020528ecb037336516222c6e
* * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-051-2/+2
| | | | | | shl_load only. [Bug 1204237] FossilOrigin-Name: b68aa6b1776b26b53decadce9e11c708dcfacc82
* Systematizing the formattingdkf2005-07-191-63/+69
| | | | | | | Also simplified the AIX loader so that it's failure-mode code wasn't scattered all over quite so much. FossilOrigin-Name: b174fe79d4c7ce52b777c1055b5d0329e31463c3
* load fixes for Bug 611108vincentdarley2002-10-101-5/+26
| | | FossilOrigin-Name: 4a2a8cda84e8705e04c0b6b3b5a9d8e445298b35
* Tcl_LoadHandle usagevincentdarley2002-07-181-5/+5
| | | FossilOrigin-Name: 9fb2f4b2d3b817b5cd6de4d3091f889bb7e4e990
* load comments and clientData replacementvincentdarley2002-07-181-11/+23
| | | FossilOrigin-Name: 9e000cc9a78336ebdde8f8c29f77a326a511042a
* load internals refactoringvincentdarley2002-07-171-30/+23
| | | FossilOrigin-Name: bbffcec48d3efc0e02e13b0bbdcdb98281bf431f
* Updated APIs in the files */tcl*Load*.c according to the guidelineskennykb2002-01-091-2/+2
| | | | | | of TIP 27. FossilOrigin-Name: ce9573a39cb9f42da11beec368b354ada882cbdd
* * 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
* * Added #include of tclInt.h; access to Tcldgp2001-09-101-2/+2
| | | | | | | internals, notably TclpUnloadFile(), is required. Thanks to Bob Techentin for report and patch. [Bug 459305] FossilOrigin-Name: fcf9e4d7c248e8305b49c973eda0859f262c372b
* minor fs, vfs fixesvincentdarley2001-09-041-3/+9
| | | FossilOrigin-Name: e50cc64ecbf8361559ffca6a1988f616b2674078
* filesystemvincentdarley2001-08-301-4/+5
| | | FossilOrigin-Name: 63ee4e7a09d028fa707389d63a2bdc197a342ce1
* Bug #219140: Added DYNAMIC_PATH to the shl_load flags.kennykb2001-04-091-2/+4
| | | FossilOrigin-Name: 206145b21cb537f845e53d385edf915c6c509fb9
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-6/+51
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+129
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a