History log of /src/games/hack/hack.pager.c |
Revision | | Date | Author | Comments |
1.21 |
| 01-Sep-2011 |
plunky | reinstate NULL cast by request, where the NULL was being passed as a vararg
|
1.20 |
| 31-Aug-2011 |
plunky | NULL does not need a cast
|
1.19 |
| 06-Aug-2011 |
dholland | Fix up still more casts; use NULL instead of (char *)0.
|
1.18 |
| 06-Aug-2011 |
dholland | Remove more silly casts.
|
1.17 |
| 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.16 |
| 06-Aug-2011 |
dholland | <sys/wait.h> is standard, so just use it instead of fiddling about with ifdefs for long-dead systems. While here, remove union wait.
|
1.15 |
| 23-May-2011 |
joerg | Correctly print variables as strings, not as format string.
|
1.14 |
| 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
1.13 |
| 12-Aug-2009 |
dholland | sprinkle static
|
1.12 |
| 07-Jun-2009 |
dholland | ANSIfy function declarations. All object file diffs inspected.
|
1.11 |
| 15-Dec-2007 |
perry | convert __attribute__s to applicable cdefs.h macros
|
1.10 |
| 24-Apr-2006 |
christos | branches: 1.10.10; Coverity CID 3032: Prevent double free: Next to the call of page_more() there is a comment saying /* does fclose */, but the next line calls fclose(fp);. Go figure.
|
1.9 |
| 02-Apr-2006 |
christos | Coverity CID 2791: Fix file pointer leak.
|
1.8 |
| 29-Mar-2006 |
jnemeth | Fix Coverity issue 891 -- FORWARD_NULL. Approved by christos@.
|
1.7 |
| 02-Apr-2003 |
jsm | Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason and CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
|
1.6 |
| 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.5 |
| 19-Oct-1997 |
christos | WARNsify...
|
1.4 |
| 23-Mar-1995 |
cgd | merge with Lite, new RCS id conventions, etc.
|
1.3 |
| 28-Feb-1995 |
jtc | change <sys/signal.h> to <signal.h>
|
1.2 |
| 02-Aug-1993 |
mycroft | Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.10.10.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|