summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Expand)AuthorAgeFilesLines
* various "const" additions, in line with TIP #27nijtmans2007-02-201-8/+9
* Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...dkf2005-10-311-93/+88
* Getting more systematic about styledkf2005-07-171-219/+220
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
* Missed a pointer dereference in check for NULL. D'oh! [904307]dkf2004-02-251-2/+2
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-241-15/+490
* Fix memory leak on error pathdkf2004-02-211-2/+3
* * generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage Kevin B Kenny2003-02-011-18/+40
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-8/+8
* Updated APIs in the files */tcl*Load*.c according to the guidelinesKevin B Kenny2002-01-091-2/+2
* fs updatevincentdarley2001-08-231-7/+10
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-13/+25
* * generic/tclLoad.c: #def'd out the unloading of DLLs at finalizehobbs1999-12-011-1/+9
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-117/+136
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+636