summaryrefslogtreecommitdiffstats
path: root/generic/tkOption.c
Commit message (Expand)AuthorAgeFilesLines
* Use "(char *)NULL" sentinels in more places. Fix some indentingjan.nijtmans2024-06-191-5/+5
* Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-1/+1
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-5/+5
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-2/+2
* Change winPtr->optionLevel and winPtr->numTags from int to size_t, when compi...jan.nijtmans2022-01-311-5/+5
* (c) -> ©jan.nijtmans2020-12-091-2/+2
* Merge 8.6jan.nijtmans2020-09-141-6/+5
|\
| * Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-39/+39
* | Merge trunkjan.nijtmans2020-02-141-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2020-02-141-1/+1
| |\ \ | | |/
| | * A few missing (internal) "const" modifiers.jan.nijtmans2020-02-141-1/+1
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-35/+36
|/ /
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
| * Proposed fix for ticket [766ef52f31].Joe Mistachkin2018-10-191-1/+4
* | The 'option readfile' sub-command should maintain existing list structure for...Joe Mistachkin2018-11-101-1/+4
* | more size_t related code cleanupjan.nijtmans2018-10-041-2/+2
* | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro...jan.nijtmans2018-07-101-1/+0
* | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ...jan.nijtmans2018-07-091-2/+4
|/
* Re-implement tkoption readfile using Tcl_ReadCharsjan.nijtmans2016-02-021-32/+8
* Fixed bug [9e606527af] - && instead of & used in generic/tkOption.cfvogel2016-01-201-1/+1
* Fix [477949]: option readfile cannot use multibytes. jan.nijtmans2015-10-251-2/+11
|\
| * Fix [477949]: option readfile cannot use multibytes. jan.nijtmans2015-10-251-2/+11
* | Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesjan.nijtmans2013-11-111-7/+18
|\ \ | |/
| * Fix [0aa5e852dc]: Accept newline characters as value in Tk option filesjan.nijtmans2013-11-111-7/+18
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
* | more reorganization of error codes: safety is common failure modedkf2012-07-301-1/+1
* | Much more cleaning up of result handling.dkf2012-07-231-14/+16
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-17/+14
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkWindow.c (DeleteWindowsExitProc): added commentshobbs2006-03-301-2/+6
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+12
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-5/+7
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+3
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-3/+3
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | Use ckrealloc to resize arrays...dkf2008-08-211-11/+7
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-40/+37
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Tidy up some variable types.patthoyts2007-11-171-2/+3
* | header cleanupdgp2007-09-071-2/+1
* | Cleaning up whitespace, comments, declarations. No functional changes.dkf2007-06-241-30/+30
* | Tackle [Bug 1711985]dkf2007-05-031-6/+5
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-6/+6
* | * generic/tkOption.c (TkOptionDeadWindow): handlehobbs2006-03-301-2/+6
* | Lots of ANSIfying of function decls.dkf2005-11-171-74/+74
* | Getting more systematic about styledkf2005-08-101-395/+371
|/