2009-05-27 |
dholland | Rearrange where the alternate definition of __dead... |
tree | commitdiff |
2009-05-26 |
dholland | Edit some. |
tree | commitdiff |
2009-05-26 |
dholland | Assorted fixes (mostly grammar, some markup) from OpenBSD. |
tree | commitdiff |
2009-05-26 |
dholland | Paranoia about lengths of login names. From pjanzen... |
tree | commitdiff |
2009-05-26 |
dholland | Avoid SIGSEGV on users not in password file. From pjanz... |
tree | commitdiff |
2009-05-25 |
dholland | sprintf -> snprintf |
tree | commitdiff |
2009-05-25 |
dholland | ANSIfy function declarations. Object file diffs cross... |
tree | commitdiff |
2009-05-25 |
dholland | attribute noreturn -> __dead |
tree | commitdiff |
2008-08-08 |
drochner | if initscr() fails, exit with a message rather than... |
tree | commitdiff |
2008-01-28 |
dholland | Make this build with WARNS=4 by not reusing names from... |
tree | commitdiff |
2008-01-16 |
lukem | Only pull in <sys/cdefs.h> on NetBSD, to fix build... |
tree | commitdiff |
2007-12-18 |
dogcow | more __dead fallout: these two files are built for... |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2007-12-15 |
perry | include sys/cdefs.h so that __attribute__ can be fixed... |
tree | commitdiff |
2006-05-13 |
christos | Coverity CID 3508: Fix file leak. |
tree | commitdiff |
2005-02-15 |
jsm | Don't presume phantasia's internal bool (char) is the... |
tree | commitdiff |
2005-02-15 |
jsm | Cast last argument of execl to (char *). |
tree | commitdiff |
2004-12-09 |
jmc | Redo how void gets init'd. |
tree | commitdiff |
2004-04-11 |
he | Undef bool before including <curses.h>, since it tries... |
tree | commitdiff |
2004-04-07 |
ross | Rework to use curses.h only on the target, not on the... |
tree | commitdiff |
2004-02-08 |
lukem | Fix race in parallel make when creating multiple target... |
tree | commitdiff |
2004-02-08 |
jsm | Mark variables changed between setjmp and longjmp as... |
tree | commitdiff |
2004-01-03 |
wiz | Move AUTHORS section directly before BUGS section. |
tree | commitdiff |
2004-01-01 |
jsm | When cleaning up, only close files that have been opene... |
tree | commitdiff |
2003-11-16 |
lukem | Improve how various "simple" host tools are built and... |
tree | commitdiff |
2003-10-21 |
lukem | Rework how MAKEVERBOSE operates: |
tree | commitdiff |
2003-10-19 |
lukem | rework to use the newer _MKMSGCREATE (et al) macros |
tree | commitdiff |
2003-10-19 |
lukem | Support MAKEVERBOSE. (Some host tools still generate... |
tree | commitdiff |
2003-10-18 |
lukem | rework to use BUILDSYMLINKS and the <bsd.sys.mk> rule... |
tree | commitdiff |
2003-09-30 |
lukem | remove unnecessary / |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-05-18 |
wiz | Use standard section header; add nokeep to table to... |
tree | commitdiff |
2003-05-08 |
wiz | de-__P(). |
tree | commitdiff |
2003-01-20 |
simonb | The Double-Semi-Colon Police. |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | Mdoc nits -- unneeded ". |
tree | commitdiff |
2002-09-26 |
wiz | Ispell. |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-03-05 |
thorpej | No need to reference .OBJDIR here. |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-12-19 |
gmcgarry | .include <bsd.own.mk> early |
tree | commitdiff |
2001-12-06 |
blymn | Change deprecated curses function calls to new equivalents. |
tree | commitdiff |
2001-11-19 |
perry | remove a spurious .include <bsd.own.mk> |
tree | commitdiff |
2001-09-16 |
wiz | Spell 'occurred' with two 'r's. |
tree | commitdiff |
2001-06-06 |
lukem | fix building of phantasia ($FILES dependency on $PROG... |
tree | commitdiff |
2001-04-02 |
wiz | Convert to mdoc. Still needs tbl for two tables that... |
tree | commitdiff |
2001-03-27 |
simonb | Build the data files in the obj/compile directory and... |
tree | commitdiff |
2001-02-05 |
christos | remove redundant decls |
tree | commitdiff |
2000-06-20 |
matt | Make this produce local objects with .lo suffix. |
tree | commitdiff |
2000-04-27 |
jdc | Fix arguments to *printw(). |
tree | commitdiff |
2000-04-24 |
pk | HOST_CC -> HOST_LINK.c |
tree | commitdiff |
2000-03-30 |
jdolecek | Fix two ubiquitous operator precedence error of type |
tree | commitdiff |
2000-01-23 |
mycroft | More .mk file fallout. *sigh* |
tree | commitdiff |
1999-09-30 |
jsm | Fix uses of namespaces reserved by ISO C or POSIX.1. |
tree | commitdiff |
1999-09-19 |
jsm | Cleanup and warning fixes for phantasia/setup.c. |
tree | commitdiff |
1999-09-18 |
jsm | Fix -Wsign-compare warnings. |
tree | commitdiff |
1999-09-13 |
jsm | A couple more checks for file descriptor < 3 missed... |
tree | commitdiff |
1999-09-08 |
jsm | Use the symbolic names `SEEK_SET' and `O_RDONLY' where... |
tree | commitdiff |
1999-09-08 |
jsm | Add `__noreturn__' and `__unused__' attributes where... |
tree | commitdiff |
1999-09-08 |
jsm | Add use of `const' where appropriate to the games. |
tree | commitdiff |
1999-08-21 |
simonb | Don't chown installed files or directories if UNPRIVILE... |
tree | commitdiff |
1999-08-18 |
hubertf | Make phrase to enter password again clearer |
tree | commitdiff |
1999-01-02 |
tron | Remove obsolete header file. Fixes PR bin/6700 by Josep... |
tree | commitdiff |
1998-12-06 |
dbj | tweaks to pass DESTDIR to subprograms when it is define... |
tree | commitdiff |
1998-08-30 |
veego | Add braces to make the new egcs happy. |
tree | commitdiff |
1998-07-27 |
mycroft | const poisoning. |
tree | commitdiff |
1998-02-18 |
jtc | Simply include -lcurses instead of -lcurses -ltermcap |
tree | commitdiff |
1998-02-04 |
christos | Remove -lcompat; not needed |
tree | commitdiff |
1997-11-24 |
mrg | don't clobber the score file! |
tree | commitdiff |
1997-11-20 |
mrg | install games files with the correct permissions. |
tree | commitdiff |
1997-11-20 |
mrg | install games that need it setgid. |
tree | commitdiff |
1997-10-13 |
lukem | WARNSify, KNFify (inc. removing extremely verbose ... |
tree | commitdiff |
1997-10-12 |
lukem | enable WARNS?=1 by default, & temporarily disable for... |
tree | commitdiff |
1997-10-12 |
lukem | getopt returns -1 not EOF |
tree | commitdiff |
1997-06-30 |
phil | Use tbl support from bsd.man.mk instead of having a... |
tree | commitdiff |
1997-05-31 |
cjs | Back out BUILDDIR and NOINSTALL changes. |
tree | commitdiff |
1997-05-26 |
cjs | These updates to the build allow building against inclu... |
tree | commitdiff |
1997-05-09 |
mycroft | Use afterinstall, not beforeinstall. |
tree | commitdiff |
1997-04-19 |
thorpej | Allow this to be cross-compiled. |
tree | commitdiff |
1997-01-07 |
tls | Sync to 4.4BSD-Lite2, not that you'd know because none... |
tree | commitdiff |
1996-06-01 |
jtk | use posix-style : for chown uid/group separator |
tree | commitdiff |
1995-04-24 |
cgd | Various changes to make games compile w/o warnings... |
tree | commitdiff |
1995-03-24 |
cgd | rcs id conventions |
tree | commitdiff |
1995-03-08 |
pk | Use ${DESTDIR}. |
tree | commitdiff |
1994-12-22 |
cgd | specify man pages the new way. |
tree | commitdiff |
1994-10-21 |
jtc | phantasia(6), from 44lite |
tree | commitdiff |
|