Changes since 7.4.27
- Add
-C cmd
startup option; similar to-c
but always runscmd
; closes GitHub Issue #37 - Remove duplicate include statements from
xinstall.c
- Add
showfilename
set option to just display file name; OK millert@ otto@ - Avoid use after free of
frp
andfrp->tname
; found by smatch, ok miod@ millert@ - Fix fd leaks in error paths; ok miod@