magic/windows
Darryl L. Miles 882d82a8ae Lookup() constify call-site with Tcl_SetResult()
ext2spice/ext2spice.c: Lookup() constify call-site
ext2sim/ext2sim.c: Lookup() constify call-site
windows/windCmdAM.c: Lookup() constify call-site

Tcl_SetResult() uses cast to remove 'const' from type, the pointer
is only used to take a copy of the data, the lack of 'const' is due
to Tcl heritage when supporting C89 era compilers.

TCL9 appears to fix this, in that the macro used ends up at
Tcl_NewStringObj() which has 'const' here.
2024-12-26 15:20:58 -05:00
..
Makefile Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
vfont.B.12 Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
vfont.I.12 Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
vfont.R.8 Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
windClient.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
windCmdAM.c Lookup() constify call-site with Tcl_SetResult() 2024-12-26 15:20:58 -05:00
windCmdNR.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
windCmdSZ.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
windDebug.c windows/windDebug.c: Wrong type of arguments to formatting function 2024-10-01 12:36:13 -04:00
windDisp.c GeoDisjoint() unify return type of callback to bool 2024-12-26 15:10:35 -05:00
windInt.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
windMain.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
windMove.c GeoDisjoint() unify return type of callback to bool 2024-12-26 15:10:35 -05:00
windSearch.c Removing extra `$Header$` 2020-05-27 20:35:27 -04:00
windSend.c Finally got around to fixing the "logcommands" command, which has 2023-06-28 21:31:24 -04:00
windTrans.c Removing extra `$Header$` 2020-05-27 20:35:27 -04:00
windView.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
windows.h Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
windows7.glyphs Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
windows11.glyphs Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
windows14.glyphs Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
windows22.glyphs Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00