summaryrefslogtreecommitdiffstats
path: root/generic/tclPkg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* - eliminate some unnessary type castsnijtmans2009-02-101-4/+5
* Add "const" to many internalnijtmans2008-10-161-3/+3
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-2/+2
* * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-011-1/+3
* merge stable branch onto HEADdgp2007-12-131-1/+1
* A little more errorCode goodnessdkf2007-11-211-4/+10
* More minor cleanupdkf2007-11-181-71/+77
* formattingdgp2007-09-191-9/+5
* * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4dgp2007-09-171-1/+45
* * doc/package.n: Restored the functioning ofdgp2007-09-111-188/+57
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-101-55/+35
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-4/+4
* * generic/tclPkg.c: When no requirements are supplied to adgp2006-12-051-1/+3
* TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* Rewrite for style and clarity (esp. tclPkg.c)dkf2006-11-081-393/+513
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-2/+2
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-3/+3
* * generic/tclPkg.c (ExactRequirement): Plugged memory leak. Alsodgp2006-10-161-4/+5
* * generic/tclPkg.c (Tcl_PackageRequireEx): Corrected crashdgp2006-10-111-8/+12
* * generic/tclPkg.c (CompareVersions): Bugfix. Check string lengthsandreas_kupries2006-09-281-9/+17
* * generic/tclPkg.c (CompareVersion): Flatten strcmp() results todgp2006-09-281-1/+2
* * tests/pkg.test: Added test for version comparison at the 32bitandreas_kupries2006-09-271-38/+89
* TIP#268 IMPLEMENTATIONandreas_kupries2006-09-221-130/+857
* * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-301-3/+4
* * generic/tclPkg.c: Corrected inconsistencies in the value returneddgp2005-11-081-14/+83
* ANSIfydkf2005-11-021-103/+95
* Getting more systematic about styledkf2005-07-191-427/+409
* * generic/tclBasic.c:dgp2004-10-061-4/+4
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
* * generic/tclInt.h:dgp2002-02-221-19/+63
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* * [package forget] now forgets all of thedgp2001-08-061-2/+2
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-041-27/+30
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-5/+8
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-218/+258
* Merged stubs changes into mainline for 8.0stanton1999-03-101-6/+208
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+734