summaryrefslogtreecommitdiffstats
path: root/unix/tclLoadShl.c
Commit message (Expand)AuthorAgeFilesLines
* Tcl headers already protect from EXTERN definesdgp2012-12-031-9/+0
|\
| * Post-header reform (long long ago now) Tcl headers take care of their owndgp2012-12-031-9/+0
* | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-1/+2
|\ \ | |/
* | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-9/+8
* | more result generation conversiondkf2012-08-041-5/+6
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-3/+3
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-051-6/+5
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-11/+29
* | | Revert a few files from the previous commit, preventingnijtmans2010-03-111-2/+2
* | | Remove unnecessary '&' decoration for functionnijtmans2010-03-111-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | More bits of ANSIfyingdkf2005-11-111-19/+20
* | * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-051-2/+2
* | Systematizing the formattingdkf2005-07-191-63/+69
|/
* load fixes for Bug 611108vincentdarley2002-10-101-5/+26
* Tcl_LoadHandle usagevincentdarley2002-07-181-5/+5
* load comments and clientData replacementvincentdarley2002-07-181-11/+23
* load internals refactoringvincentdarley2002-07-171-30/+23
* Updated APIs in the files */tcl*Load*.c according to the guidelinesKevin B Kenny2002-01-091-2/+2
* * More CONST poisoningdgp2001-09-281-2/+2
* * Added #include of tclInt.h; access to Tcldgp2001-09-101-2/+2
* minor fs, vfs fixesvincentdarley2001-09-041-3/+9
* filesystemvincentdarley2001-08-301-4/+5
* Bug #219140: Added DYNAMIC_PATH to the shl_load flags.Kevin B Kenny2001-04-091-2/+4
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-6/+51
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+129