summaryrefslogtreecommitdiffstats
path: root/generic/tclPkg.c
Commit message (Expand)AuthorAgeFilesLines
* More generation of error codes (namespace creation, path normalization,dkf2011-04-031-14/+30
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
* 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/tclPkg.c: Backport fix for [1573844] to thedgp2007-09-191-802/+484
| | * * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp2007-03-191-3/+3
| | * Backport to 8.4 (Don Porter's work).andreas_kupries2006-12-051-1/+3
| | * * generic/tclPkg.c (Tcl_PkgRequireEx): Corrected crash whenandreas_kupries2006-10-111-8/+12
| | * * generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of theandreas_kupries2006-09-221-2/+59
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-86/+1288
| | * * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-301-4/+5
| | * * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08dgp2006-04-051-4/+10
| | * * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08dgp2005-11-181-7/+51
| | * * generic/tclPkg.c: Corrected inconsistencies in the value returneddgp2005-11-081-14/+76
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All backport...nijtmans2010-01-061-2/+2
| * | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-011-1/+3
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-4/+4
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-301-7/+8
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-051-12/+12
* | | 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