summaryrefslogtreecommitdiffstats
path: root/win/tclWinLoad.c
Commit message (Expand)AuthorAgeFilesLines
* Where "interp" is only used for error-reporting, it can be allowed to be NULL...jan.nijtmans2015-10-071-30/+32
* Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-1/+2
|\
* | more result generation conversiondkf2012-08-041-16/+18
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-1/+1
* | fix windows build broken by [92cfbef048]jan.nijtmans2012-04-111-1/+1
* | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-105/+124
* | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-8/+19
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+5
* | 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
| | * Backported from 8.6 (see 2010-08-04).andreas_kupries2010-11-031-3/+5
| * | * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-041-3/+5
* | | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-131-6/+6
* | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-041-3/+5
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-111-2/+2
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-2/+2
* | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-131-9/+8
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-23/+145
* | | Revert a few files from the previous commit, preventingnijtmans2010-03-111-2/+2
* | | Remove unnecessary '&' decoration for functionnijtmans2010-03-111-2/+2
* | | reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-4/+4
|/ /
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-6/+6
* | ANSIfydkf2005-11-041-22/+22
* | Getting more systematic about styledkf2005-07-241-77/+92
* | format last change for 74 characters per linedavygrvy2003-09-081-2/+4
* | * win/tclWinLoad.c (TclpDlopen): Changed the error message for ERROR_PROC_NOT...davygrvy2003-09-081-2/+2
|/
* load fixes for Bug 611108vincentdarley2002-10-101-6/+20
* Tcl_LoadHandle usagevincentdarley2002-07-181-5/+5
* load comments and clientData replacementvincentdarley2002-07-181-8/+22
* load internals refactoringvincentdarley2002-07-171-24/+24
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-2/+2
* 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
* minor fs, vfs fixesvincentdarley2001-09-041-4/+10
* filesystemvincentdarley2001-08-301-3/+4
* * win/tclWinLoad.c (TclpLoadFile): added special message forhobbs2000-09-061-3/+7
* * doc/load.n: added notes about dll load errors on Windowshobbs2000-02-101-2/+2
* * win/tclWinLoad.c (TclpLoadFile): improved error message for loadhobbs2000-02-101-4/+44
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-20/+57
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+114