History log of /src/games/hack/extern.h |
Revision | | Date | Author | Comments |
1.19 |
| 02-May-2021 |
rillig | games: remove trailing whitespace in *.c and *.h
|
1.18 |
| 27-Aug-2011 |
joerg | Mark error() as dead, so that validation for setclipped works correctly.
|
1.17 |
| 26-Aug-2011 |
dholland | Use __dead and __printflike instead of __attribute__.
|
1.16 |
| 06-Aug-2011 |
dholland | Use the right type for the malloc wrapper function, and don't cast the return value.
(XXX: Except for a pile of allocation macros that produce typed pointer results; there the typechecking of the result assignment is more valuable than the warning if the alloc function isn't declared properly. These macros should go away.)
|
1.15 |
| 06-Aug-2011 |
dholland | Remove silly casts.
|
1.14 |
| 30-May-2011 |
joerg | Use consistent sign in compare, the function is only called with constants as third argument anyway.
|
1.13 |
| 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
1.12 |
| 12-Aug-2009 |
dholland | sprinkle static
|
1.11 |
| 07-Jun-2009 |
dholland | sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate XXX: there's still one sprintf left which will take some hacking to expunge.
|
1.10 |
| 06-May-2009 |
ginsbach | Change getdate() to getdatestr() since the former maybe present on systems supporting X/Open System Interfaces Extension (XSI) getdate() in <time.h>. This prevents a function prototype conflict.
|
1.9 |
| 18-Jan-2009 |
lukem | branches: 1.9.2; fix -Wsign-compare issues
|
1.8 |
| 28-Apr-2008 |
martin | branches: 1.8.6; 1.8.8; Remove clause 3 and 4 from TNF licenses
|
1.7 |
| 28-Jan-2008 |
dholland | branches: 1.7.4; Make hack build with WARNS=4.
|
1.6 |
| 27-Jan-2004 |
jsm | branches: 1.6.16; 1.6.22; 1.6.26; Remove uses of __P.
|
1.5 |
| 26-May-2002 |
wiz | __STDC__ is always defined on NetBSD.
|
1.4 |
| 25-Mar-2001 |
jsm | Make mostly gcc -W clean, and other cleanup: Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare types of all function parameters; convert some function definitions to ISO C form. Ensure standard file descriptors are open on startup. Check for errors writing output of makedefs. Avoid duplicate definitions of variables.
|
1.3 |
| 05-Feb-2001 |
christos | fix redundant decls and nested externs. while I am here change my copyright to TNF.
|
1.2 |
| 04-Oct-1999 |
lukem | update after change to return value of tputs() third argument
|
1.1 |
| 19-Oct-1997 |
christos | branches: 1.1.6; WARNsify...
|
1.1.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.6.26.1 |
| 29-Jun-2009 |
snj | Pull up following revision(s) (requested by dholland in ticket #1331): games/hack/extern.h: revision 1.11 games/hack/hack.do_name.c: revision 1.9 games/hack/hack.eat.c: revision 1.8 games/hack/hack.end.c: revision 1.12 via patch games/hack/hack.fight.c: revision 1.10 via patch games/hack/hack.invent.c: revision 1.12 games/hack/hack.main.c: revision 1.12 games/hack/hack.objnam.c: revision 1.9 games/hack/hack.options.c: revision 1.9 games/hack/hack.pri.c: revision 1.11 games/hack/hack.rip.c: revision 1.10 games/hack/hack.shk.c: revision 1.10 games/hack/hack.topl.c: revision 1.10 games/hack/hack.unix.c: revision 1.12 sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate XXX: there's still one sprintf left which will take some hacking to expunge.
|
1.6.22.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.6.16.1 |
| 29-Jun-2009 |
snj | Pull up following revision(s) (requested by dholland in ticket #1331): games/hack/extern.h: revision 1.11 games/hack/hack.do_name.c: revision 1.9 games/hack/hack.eat.c: revision 1.8 games/hack/hack.end.c: revision 1.12 via patch games/hack/hack.fight.c: revision 1.10 via patch games/hack/hack.invent.c: revision 1.12 games/hack/hack.main.c: revision 1.12 games/hack/hack.objnam.c: revision 1.9 games/hack/hack.options.c: revision 1.9 games/hack/hack.pri.c: revision 1.11 games/hack/hack.rip.c: revision 1.10 games/hack/hack.shk.c: revision 1.10 games/hack/hack.topl.c: revision 1.10 games/hack/hack.unix.c: revision 1.12 sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate XXX: there's still one sprintf left which will take some hacking to expunge.
|
1.7.4.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.8.8.1 |
| 29-Jun-2009 |
snj | branches: 1.8.8.1.2; Pull up following revision(s) (requested by dholland in ticket #844): games/hack/extern.h: revision 1.11 games/hack/hack.pri.c: revision 1.11 games/hack/hack.do_name.c: revision 1.9 games/hack/hack.fight.c: revision 1.10 games/hack/hack.topl.c: revision 1.10 games/hack/hack.invent.c: revision 1.12 games/hack/hack.rip.c: revision 1.10 games/hack/hack.options.c: revision 1.9 games/hack/hack.main.c: revision 1.12 games/hack/hack.eat.c: revision 1.8 games/hack/hack.shk.c: revision 1.10 games/hack/hack.end.c: revision 1.12 games/hack/hack.objnam.c: revision 1.9 games/hack/hack.unix.c: revision 1.12 sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate XXX: there's still one sprintf left which will take some hacking to expunge.
|
1.8.8.1.2.1 |
| 21-Apr-2010 |
matt | sync to netbsd-5
|
1.8.6.1 |
| 29-Jun-2009 |
snj | Pull up following revision(s) (requested by dholland in ticket #844): games/hack/hack.fight.c: revision 1.10 games/hack/hack.topl.c: revision 1.10 games/hack/hack.invent.c: revision 1.12 games/hack/hack.rip.c: revision 1.10 games/hack/hack.options.c: revision 1.9 games/hack/hack.main.c: revision 1.12 games/hack/hack.eat.c: revision 1.8 games/hack/hack.do_name.c: revision 1.9 games/hack/hack.shk.c: revision 1.10 games/hack/hack.end.c: revision 1.12 games/hack/extern.h: revision 1.11 games/hack/hack.pri.c: revision 1.11 games/hack/hack.objnam.c: revision 1.9 games/hack/hack.unix.c: revision 1.12 sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate XXX: there's still one sprintf left which will take some hacking to expunge.
|
1.9.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|