summaryrefslogtreecommitdiffstats
path: root/generic/tkFileFilter.c
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-2/+1
* Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-031-2/+2
* More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers)jan.nijtmans2022-11-031-1/+2
* more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-3/+2
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-3/+3
* Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-2/+2
* Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-2/+2
* After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-3/+3
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-11/+11
* Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-3/+3
* More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-6/+6
* 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