CVSROOT: /cvs Module name: src Changes by: z...@cvs.openbsd.org 2015/07/24 00:36:42
Modified files: usr.bin/doas : doas.c doas.h parse.y Log message: Further improve syntax error reporting in doas: - teach parser to recover after error, allowing to report many errors instead of the first one only; - fix remaining error printouts without exact position. Some ideas were taken from diff sent by dlg@ earlier, thanks! okay tedu@, dlg@