summaryrefslogtreecommitdiffstats
path: root/generic/tkFileFilter.c
Commit message (Expand)AuthorAgeFilesLines
* 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