summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/cscope.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace fgetln(3) with getline(3) which is portable and less error prone.florian2017-10-121-11/+27
* Bounds check while stripping trailing slashes. From max atsunil2016-01-191-2/+2
* Update my mail address.sunil2016-01-191-2/+2
* Fix bad indents. From max at max-fillinger.netsunil2016-01-191-35/+35
* Check snprintf(3) return value for overflow instead of manual lengthsunil2016-01-191-5/+4
* Skip empty entries in $PATH instead of erroneously interpretingsunil2016-01-191-2/+2
* Mark eread(), veread(), and eformat() as printf-like andguenther2015-09-291-2/+2
* whitespacejasper2015-09-261-27/+26
* Clean up the includes in mg.bcallah2015-03-191-4/+6
* Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),guenther2014-11-161-1/+2
* ctype macros/functions expect unsigned char values. Note that the lgetc()guenther2014-11-161-2/+2
* fix fd leaks in error paths missed last time aroundjsg2014-04-101-3/+7
* Add some missing dobeeps.lum2014-03-201-1/+17
* fix fd leaks in error pathsjsg2014-01-221-3/+7
* Maintain mg's Public Domain license heritage.lum2012-07-021-13/+3
* add missing rcs idsjasper2012-06-261-0/+2
* Add some cscope support to mg. From Sunil Nimmagadda. Due to somelum2012-06-071-0/+617