History log of /openbsd/games/trek/shield.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 11da2480 07-Jan-2016 mestre <mestre@openbsd.org>

ANSIfy trek(6)

Note: Binary change is introduced due to function schedule() where its args are
(int,double,char,char,char), but on trek.h are (int,double,int,int,int). Changed
to the latter since th

ANSIfy trek(6)

Note: Binary change is introduced due to function schedule() where its args are
(int,double,char,char,char), but on trek.h are (int,double,int,int,int). Changed
to the latter since the 3 last args are coordinates.

OK tb@

show more ...


# 48b4d137 07-Jan-2016 mestre <mestre@openbsd.org>

Remove unnecessary headers and sort the remaining alphabetically

OK tb@


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# 7a09557b 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 42ceebb3 06-Apr-2003 deraadt <deraadt@openbsd.org>

2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen
already, but he may have later changes to make still.


# 97419aa0 31-May-2002 pjanzen <pjanzen@openbsd.org>

de-register


# 4c24da34 31-Jul-1999 pjanzen <pjanzen@openbsd.org>

Use const where appropriate: jsm28@cam.ac.uk


# 1ed0e75d 19-Aug-1998 pjanzen <pjanzen@openbsd.org>

tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional
initialization, removal of unused variable, or other minor fix. Most
changes are from or inspired by NetBSD.


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree