summaryrefslogtreecommitdiff
path: root/usr.bin/mg/cscope.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2022-05-24fix some dobeep_msgs callsop
2021-03-01Put the hardcoded '\n' character which is found throughout mg into aMark Lumsden
2021-02-28Add dobeep functions that take messages to buffer.c and cscope.cMark Lumsden
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2017-10-12Replace fgetln(3) with getline(3) which is portable and less error prone.Florian Obser
2016-01-19Bounds check while stripping trailing slashes. From max atSunil Nimmagadda
2016-01-19Update my mail address.Sunil Nimmagadda
2016-01-19Fix bad indents. From max at max-fillinger.netSunil Nimmagadda
2016-01-19Check snprintf(3) return value for overflow instead of manual lengthSunil Nimmagadda
2016-01-19Skip empty entries in $PATH instead of erroneously interpretingSunil Nimmagadda
2015-09-29Mark eread(), veread(), and eformat() as printf-like andPhilip Guenther
2015-09-26whitespaceJasper Lievisse Adriaanse
2015-03-19Clean up the includes in mg.Brian Callahan
2014-11-16Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),Philip Guenther
2014-11-16ctype macros/functions expect unsigned char values. Note that the lgetc()Philip Guenther
2014-04-10fix fd leaks in error paths missed last time aroundJonathan Gray
2014-03-20Add some missing dobeeps.Mark Lumsden
2014-01-22fix fd leaks in error pathsJonathan Gray
2012-07-02Maintain mg's Public Domain license heritage.lum
2012-06-26add missing rcs idsJasper Lievisse Adriaanse
2012-06-07Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum