summaryrefslogtreecommitdiffstats
path: root/generic/tclLoadNone.c
Commit message (Expand)AuthorAgeFilesLines
* Where "interp" is only used for error-reporting, it can be allowed to be NULL...jan.nijtmans2015-10-071-5/+9
* Fix part of [d19aef1487] (broken --disable-load on MacOSX), broken by [4d4177...jan.nijtmans2014-07-311-1/+3
* Eliminate last use of Tcl_SetResult (except the use in the Test suite)jan.nijtmans2013-02-151-2/+2
* [3433012]: Added dummy version of TclpLoadMemory to use in the event that adkf2013-02-051-0/+33
|\
| * [Bug 3433012]: Added dummy version of TclpLoadMemory to use in the event that adkf2013-02-051-0/+33
* | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-1/+2
|\ \ | |/
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-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
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-55/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
|/ /
* | More bits of ANSIfyingdkf2005-11-111-48/+57
|/
* Tcl_LoadHandle usagevincentdarley2002-07-181-4/+4
* load comments and clientData replacementvincentdarley2002-07-181-7/+22
* load internals refactoringvincentdarley2002-07-171-11/+18
* TclpLoadFile() didn't match proto of typedef Tcl_FSLoadFileProc. [Patch #502...davygrvy2002-01-211-2/+3
* 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
* filesystemvincentdarley2001-08-301-3/+3
* * generic/tclLoadNone.c: Updated to use current interfaces, addedstanton1999-05-071-3/+33
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+3
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+82