History log of /openbsd/games/gomoku/gomoku.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 2010f3c8 04-Jan-2016 mestre <mestre@openbsd.org>

More cleanup and sorting on header section

OK tb@ and he also pointed out that for consistency with rest of the tree we
should include termios.h instead of sys/ttydefaults.h, where applicable


# 7ad55f55 26-Dec-2015 mestre <mestre@openbsd.org>

Set as __dead a few more functions, that don't return, on games/

With precious tip, help and also OK from tb@


# f9bbbf45 04-Mar-2012 fgsch <fgsch@openbsd.org>

In preparation for getline and getdelim additions to libc, rename getline()
occurrences to get_line().
Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.


# 3fc386a2 16-Jan-2004 espie <espie@openbsd.org>

ISO C police: log and expl are reserved for the C library.
expl -> expl_string
log -> logit


# 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.


# f3c3a9c6 17-Feb-2002 millert <millert@openbsd.org>

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)


# 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 ...


# cffa7c16 26-Mar-1998 pjanzen <pjanzen@openbsd.org>

improved interactive input and minor tweaks


# 74471cb5 26-Jan-1997 downsj <downsj@openbsd.org>

Check malloc() return value.


# 40aa9d5f 21-Dec-1996 tholo <tholo@openbsd.org>

Clean up lint and -Wall output


# 02e92172 16-Dec-1996 downsj <downsj@openbsd.org>

Import of gomoku from 4.4BSD Lite2. Uses ocurses.