summaryrefslogtreecommitdiffstats
path: root/hack
Commit message (Collapse)AuthorAgeFilesLines
* POSIX.2: Ignore a null PAGER as well.kleink2000-03-021-3/+5
|
* update after change to return value of tputs() third argumentlukem1999-10-042-6/+6
|
* Use ${INSTPRIV} with ${INSTALL}.simonb1999-08-211-3/+3
|
* Adapt to change in "termcap.h".tron1999-08-141-3/+2
|
* Fix Y2K buffer overflow (from OpenBSD).kristerw1999-04-251-8/+4
|
* tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.confdbj1998-12-061-1/+3
| | | but is not in the environment.
* Make the helper programs compile right in a cross-compiling environment.wrstuden1998-09-121-1/+4
|
* Add braces to make the new egcs happy.veego1998-08-302-6/+8
|
* install games files with the correct permissions.mrg1997-11-201-3/+3
|
* install games that need it setgid.mrg1997-11-201-1/+2
|
* Initialize pointers to NULL to avoid gcc/sparc compiler errorfair1997-10-231-4/+4
| | | | | | hack.invent.c: In function `dolook': hack.invent.c:800: warning: `otmp0' might be used uninitialized in this function hack.invent.c:801: warning: `gold' might be used uninitialized in this function (this is awfully tiresome - can't we fix gcc?)
* use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compilelukem1997-10-221-4/+16
|
* WARNsify...christos1997-10-1977-9505/+12351
|
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* Use afterinstall, not proginstall, to run post-installation crap.mycroft1997-05-071-2/+2
|
* Allow this to be cross-compiled.thorpej1997-04-191-2/+2
|
* Make these compile on the PowerPC (an unsigned char system).thorpej1997-03-291-2/+6
|
* Install the help file again.mycroft1997-03-271-2/+2
|
* - Makefile cleanupschristos1997-03-241-4/+8
|
* Sync to 4.4BSD-Lite2tls1997-01-071-2/+2
|
* Use ${INSTALL}.thorpej1996-10-181-4/+4
|
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-3/+2
|
* fix path of mail readerjtc1995-07-031-2/+2
|
* Oops. Adjust delay by 10x.mycroft1995-04-291-2/+2
|
* Fix usages of ospeed.mycroft1995-04-292-11/+7
|
* Use POSIX tty semantics.mycroft1995-04-282-88/+24
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-243-4/+6
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* merge with Lite, new RCS id conventions, etc.cgd1995-03-2385-89/+105
|
* change <sys/signal.h> to <signal.h>jtc1995-02-281-3/+4
|
* Don't #include inside a function definition.mycroft1995-01-071-2/+2
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* need -lcompatcgd1994-05-231-3/+3
|
* oopscgd1994-03-281-2/+2
|
* bogus lseek externcgd1994-03-281-2/+1
|
* kiil bogus install -d'scgd1994-02-101-3/+1
|
* Use .OBJDIR for auxiliary programs.pk1994-01-041-2/+2
|
* From: Havard Eidnes <Havard.Eidnes@runit.sintef.no>mycroft1993-12-021-11/+5
| | | Fix various permissions problems in /var/games/hackdir, and use `install -d'.
* Don't try to write into a string constant.mycroft1993-12-021-2/+2
| | | Reported by Dan Muntz <dmuntz@eecs.umich.edu>.
* use LDSTATICcgd1993-11-081-2/+2
|
* Make hack.onames.h be built first.mycroft1993-08-141-1/+3
|
* Add -I. to deal with hack.onames.h, and tweak for cross-compilation.mycroft1993-08-101-4/+5
|
* Remove makedefs when cleaning.mycroft1993-08-061-2/+2
|
* Use `./makedefs'.mycroft1993-08-061-2/+2
|
* update to -mandoc macrosjtc1993-08-051-111/+102
|
* Clean up deleted files.mycroft1993-08-041-229/+0
|
* Add hack.onames.h to CLEANFILES so it gets removed when cleaning, and to SRCSmycroft1993-08-041-3/+5
| | | so it gets build for depending.
* Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft1993-08-0229-57/+196
| | | headers, and a few other insignificant changes.
* alloc.cmycroft1993-08-0248-90/+283
|
* Add RCS identifiers.mycroft1993-08-012-2/+4
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|