History log of /openbsd/usr.bin/mg/version.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 5b133f3f 08-Mar-2023 guenther <guenther@openbsd.org>

Delete obsolete /* ARGSUSED */ lint comments.

ok miod@ millert@


# cc6738c5 19-Mar-2015 bcallah <bcallah@openbsd.org>

Clean up the includes in mg.
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly so

Clean up the includes in mg.
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly sorted.
Moves the remainder of sysdef.h to other files (mostly def.h) and deletes
sysdef.h now that it's no longer contains anything.
Tweak a comment that references sysdef.h so that it no longer does that.
ok florian@

show more ...


# 00e5ac59 14-Jun-2005 kjell <kjell@openbsd.org>

Add explicit public domain notices to all public domain files.
ok millert@, deraadt@


# f66aba3d 03-Apr-2005 db <db@openbsd.org>

This is a no binary change which does:

- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beau

This is a no binary change which does:

- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beautification

ok henning@

show more ...


# 8971e639 01-Jun-2003 art <art@openbsd.org>

some string formats.
vincent@ ok


# 444cb8bc 20-May-2003 cloder <cloder@openbsd.org>

Finish KNF of prototypes. That should be all of them.
OK vincent@


# f4552981 23-May-2001 mickey <mickey@openbsd.org>

version string is constant


# d4e7c603 29-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# 8cad3a2c 01-Sep-2000 millert <millert@openbsd.org>

More -Wall anmd KNF, from op2@tomahawk.SQUiSH.org


# 371f5030 13-Apr-2000 millert <millert@openbsd.org>

The start of KNF + -Wall. The code has been run through indent but
needs hand fixup. I stopped at keymap.c...


# be803e14 25-Feb-2000 deraadt <deraadt@openbsd.org>

initial import of mg2a