--- - branch: MAIN date: Thu May 4 10:15:53 UTC 2023 files: - new: '1.46' old: '1.45' path: pkgsrc/shells/mksh/Makefile pathrev: pkgsrc/shells/mksh/Makefile@1.46 type: modified - new: '1.2' old: '1.1' path: pkgsrc/shells/mksh/files/funcs.c pathrev: pkgsrc/shells/mksh/files/funcs.c@1.2 type: modified id: 20230504T101553Z.66871c41aaa4eda9baf861008ef01760bc8000e2 log: | mksh: Remove defer-always flag from printf. Previously this deferred to a printf binary if one was found in $PATH, which completely defeats the point of using the builtin for performance reasons. We always create a printf wrapper so one was always found. A nasty side-effect of this was that with TOOLS_PLATFORM.printf=printf we would end up in a recursive loop. Now printf will always use the builtin. Bump PKGREVISION. module: pkgsrc subject: 'CVS commit: pkgsrc/shells/mksh' unixtime: '1683195353' user: jperkin