index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mg
/
cscope.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-05-24
fix some dobeep_msgs calls
op
2021-03-01
Put the hardcoded '\n' character which is found throughout mg into a
Mark Lumsden
2021-02-28
Add dobeep functions that take messages to buffer.c and cscope.c
Mark Lumsden
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2017-10-12
Replace fgetln(3) with getline(3) which is portable and less error prone.
Florian Obser
2016-01-19
Bounds check while stripping trailing slashes. From max at
Sunil Nimmagadda
2016-01-19
Update my mail address.
Sunil Nimmagadda
2016-01-19
Fix bad indents. From max at max-fillinger.net
Sunil Nimmagadda
2016-01-19
Check snprintf(3) return value for overflow instead of manual length
Sunil Nimmagadda
2016-01-19
Skip empty entries in $PATH instead of erroneously interpreting
Sunil Nimmagadda
2015-09-29
Mark eread(), veread(), and eformat() as printf-like and
Philip Guenther
2015-09-26
whitespace
Jasper Lievisse Adriaanse
2015-03-19
Clean up the includes in mg.
Brian Callahan
2014-11-16
Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),
Philip Guenther
2014-11-16
ctype macros/functions expect unsigned char values. Note that the lgetc()
Philip Guenther
2014-04-10
fix fd leaks in error paths missed last time around
Jonathan Gray
2014-03-20
Add some missing dobeeps.
Mark Lumsden
2014-01-22
fix fd leaks in error paths
Jonathan Gray
2012-07-02
Maintain mg's Public Domain license heritage.
lum
2012-06-26
add missing rcs ids
Jasper Lievisse Adriaanse
2012-06-07
Add some cscope support to mg. From Sunil Nimmagadda. Due to some
lum