Module Name: src Committed By: kre Date: Wed Oct 30 11:37:00 UTC 2024
Modified Files: src/usr.bin/ctags: ctags.c Log Message: PR bin/58786 More ctags error handling Inspired by RVP's patch in PR bin/58786 add handling of write errors, and failures to build or execute commands used in implementing the -u option but implemented a little differently (and avoiding adding yet more 80 column violations to this mess). The processing of -u needs to be completely redone sometime, I mean, no-one would really ever want to keep a file named OTAGS in "." would they? Really??? XXX - pullups? Probably not, no-one has ever cared about this before. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/ctags/ctags.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.