History log of /openbsd/games/trek/getpar.c (Results 1 – 15 of 15)
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 ...


# 70ef01f6 10-Jul-2003 david <david@openbsd.org>

add missing includes
ok deraadt@ tedu@


# 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


# a3628896 25-Feb-2002 pvalchev <pvalchev@openbsd.org>

fix buffer overflow in scanf; found by pjanzen


# 8632d7e4 25-Feb-2002 pvalchev <pvalchev@openbsd.org>

handle EOF gracefully; ok pjanzen


# c8b82792 24-Feb-2002 pvalchev <pvalchev@openbsd.org>

getchar fixes; ok pjanzen


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


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

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


# 5c4c4ba9 12-Mar-1999 pjanzen <pjanzen@openbsd.org>

Correct documentation, remove useless code, remove duplicate documentation,
don't compile with xTRACE defined, and trim things.


# 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