--- - branch: MAIN date: Wed Jun 14 16:14:30 UTC 2023 files: - new: '1.60' old: '1.59' path: src/usr.bin/indent/debug.c pathrev: src/usr.bin/indent/debug.c@1.60 type: modified - new: '1.365' old: '1.364' path: src/usr.bin/indent/indent.c pathrev: src/usr.bin/indent/indent.c@1.365 type: modified - new: '1.195' old: '1.194' path: src/usr.bin/indent/indent.h pathrev: src/usr.bin/indent/indent.h@1.195 type: modified - new: '1.221' old: '1.220' path: src/usr.bin/indent/io.c pathrev: src/usr.bin/indent/io.c@1.221 type: modified - new: '1.229' old: '1.228' path: src/usr.bin/indent/lexi.c pathrev: src/usr.bin/indent/lexi.c@1.229 type: modified - new: '1.74' old: '1.73' path: src/usr.bin/indent/parse.c pathrev: src/usr.bin/indent/parse.c@1.74 type: modified id: 20230614T161430Z.62c2d5d7b898cf40ebccf40323a3b88e5ac366f0 log: | indent: clean up array indexing for parser symbols With 'top' pointing to the actual top element, the array was indexed in the closed range from 0 to top. All other arrays are indexed by the usual half-open interval from 0 to len. No functional change. module: src subject: 'CVS commit: src/usr.bin/indent' unixtime: '1686759270' user: rillig