summaryrefslogtreecommitdiffstats
path: root/generic/tkFileFilter.c
Commit message (Expand)AuthorAgeFilesLines
* Much more cleaning up of result handling.dkf2012-07-231-6/+10
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkFileFilter.c (AddClause): fix warning.das2007-05-301-2/+2
| | * * generic/tkFileFilter.c (AddClause): OSType endianness fixes.das2007-05-091-2/+5
| * | Backported some fixes for uninitialized variables identified by das using cla...patthoyts2009-03-031-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-11/+10
* | | Some code consolidation (don't scatter deletion code where unnecessary).dkf2009-11-091-111/+43
* | | Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-28/+31
|/ /
* | * generic/tkFileFilter.c (AddClause): OSType endianness fixes.das2007-05-091-3/+5
* | ANSIfydkf2005-11-041-90/+114
* | * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/hobbs2005-05-231-2/+2
* | Parse all filters, not just the first one. [Bug 1206133]dkf2005-05-211-104/+92
* | Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-65/+103
|/
* * generic/tkFileFilter.c:das2002-01-271-10/+10
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-4/+4
* * Merged 8.1 branch into the main trunkstanton1999-04-161-2/+1
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+486