summaryrefslogtreecommitdiffstats
path: root/hack/hack.tty.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up still more casts; use NULL instead of (char *)0.dholland2011-08-061-3/+3
|
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-8/+8
| | | OK: core@, jdc@
* sprinkle staticdholland2009-08-121-4/+6
|
* ANSIfy function declarations. All object file diffs inspected.dholland2009-06-071-17/+14
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm2003-04-021-3/+63
| | | | CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
* __STDC__ is always defined on NetBSD.wiz2002-05-261-13/+2
|
* Make mostly gcc -W clean, and other cleanup:jsm2001-03-251-5/+5
| | | | | | | | | | | | 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.
* fix redundant decls and nested externs. while I am here change my copyrightchristos2001-02-051-3/+3
| | | to TNF.
* printf() pedant - do not pass variable alone, use %s.itojun2000-07-101-3/+3
| | | idea from openbsd. after looking at freebsd commit msgs from kris@freebsd.
* WARNsify...christos1997-10-191-92/+142
|
* Fix usages of ospeed.mycroft1995-04-291-2/+2
|
* Use POSIX tty semantics.mycroft1995-04-281-69/+19
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+7
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+338