Artifact c6c29a3de687ecabfa1912dc7dc6dd1df99fb1f7:
- File generic/tclCkalloc.c — part of check-in [7f1a6f68a7] at 2017-04-12 13:43:15 on branch trunk — If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot be used Tcl_ObjPrintf(), but only in sprintf(). That's unfortunate, clearly an oversight in TIP #237. Conclusion: new TIP must be written to correct this. I'll read a TIP and see what case you have, but TCL_LL_MODIFIER was never meant to play any role in [format] or in Tcl_ObjPrintf(). TCL_LL_MODIFIER exists to help deal with platform differences in sprintf() calls. Tcl_ObjPrintf() in contrast ought to be consistent in its behavior across platforms and should not need such things. If that's false, then fixes to Tcl_ObjPrintf() are in order. (user: jan.nijtmans size: 32975) [more...]
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.