History log of /openbsd/games/phantasia/io.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 8a56d9bb 29-Apr-2021 millert <millert@openbsd.org>

Remove extraneous for() likely caused by copy & paste.
From trondd, OK pjanzen@


# 7e027cb7 10-Jan-2016 mestre <mestre@openbsd.org>

As per style(9), remove remaining lint-style comments from games/

OK tb@


# 010ae45b 06-Jan-2016 mestre <mestre@openbsd.org>

Remove unnecessary header files from phantasia(6)

Lesson learnt: don't include an header sorted alphabetically just because. The
external definition of variables was done on phantglobs.h but their d

Remove unnecessary header files from phantasia(6)

Lesson learnt: don't include an header sorted alphabetically just because. The
external definition of variables was done on phantglobs.h but their declaration
was on phantstruct.h and therefore the latter must be included before the
former. It's easier to just include phantstruct.h inside phantglobs.h since it
always need it.

With help and OK from tb@

show more ...


# f0d3161e 06-Jan-2016 tb <tb@openbsd.org>

Ansify the bulk of phantasia. No binary change on amd64. Based
on an older diff by mestre.

ok mestre@


# cb127fae 12-Jul-2014 deraadt <deraadt@openbsd.org>

Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42
code that catches lots of signals, and then re-enters curses... before
exiting.


# fc804817 16-Jan-2002 millert <millert@openbsd.org>

Use the volatile specifier to fix warnings about variables being
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack.


# c4b20be9 29-Nov-1998 pjanzen <pjanzen@openbsd.org>

NetBSD merge (mainly -Wall related)


# f8908df1 10-Jul-1998 downsj <downsj@openbsd.org>

Ok, so I was bored and couldn't sleep...

Make this sucker work with decent terminal settings.


# db690800 26-May-1996 fn <fn@openbsd.org>

fixed the "/* in comments" problem.


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

initial import of NetBSD tree