summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* XXX: work around lex(1) vs termios lamenesslukem1997-10-101-2/+3
|
* WARNSifylukem1997-10-108-102/+192
|
* WARNSifylukem1997-10-105-96/+98
|
* WARNSifylukem1997-10-102-20/+53
|
* WARNSifylukem1997-10-104-78/+80
|
* WARNSifylukem1997-10-1011-115/+242
|
* WARNSifylukem1997-10-108-33/+56
|
* deprecate register, fixup .Nm usagelukem1997-10-1010-75/+75
|
* getopt returns -1 not EOFlukem1997-10-101-3/+3
|
* WARNSifylukem1997-10-1024-772/+942
|
* WARNSify, fixup .Nm usagelukem1997-10-102-16/+21
|
* WARNSify, fixup .Nm usagelukem1997-10-102-9/+12
|
* hunt isn't "Missing:" anymore ;-)lukem1997-10-101-2/+2
|
* KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)lukem1997-10-1030-3095/+2512
|
* remove advertising clause from all my licenses.mrg1997-10-101-5/+2
|
* WARNSifylukem1997-10-1013-104/+254
|
* KNFify, WARNSify, use errx(), clean up .Nm in manpagelukem1997-10-092-38/+49
|
* fix compiler warnings on the alpha.mrg1997-10-042-2/+2
|
* add hunt.mrg1997-10-041-4/+4
|
* note that huntd lives in /usr/games.mrg1997-10-042-5/+5
|
* build hunt.mrg1997-10-044-0/+93
|
* hunt version 1993-07-17mrg1997-10-0424-0/+7940
|
* add a man page for countmail(6)mrg1997-10-032-1/+62
|
* add countmail.mrg1997-10-031-2/+2
|
* add rcsidmrg1997-10-031-0/+2
|
* install countmail into /usr/gamesmrg1997-10-031-0/+8
|
* countmail -- be obnoxious about how much mail you have. this versionmrg1997-10-031-0/+150
| | | | | | | written by mycroft. original version by noah friedman. the original idea for this program came from lauren p. burka <exile@gnu.ai.mit.edu> "countmail is the work of someone in an altered state." --Ben A. Mesander <ben@piglet.cr.usgs.gov>
* - WARNSifylukem1997-09-203-45/+53
| | | | | | - deprecate register - getopts returns -1 not EOF - last character returned by fgetln() isn't always \n - cleanup .Nm use
* fix typo; from Hubert Feyrer in PR bin/4070mikel1997-09-011-2/+3
|
* PR/3964: Eric Fischer: Remove dependencies to traditional cpp...christos1997-08-1112-212/+447
| | | While I was there add WARNS?= too.
* don't xref obsolete regcmp(3)mikel1997-07-161-3/+2
|
* gtime -> gltime to avoid conflict in time.hchristos1997-07-1310-32/+32
|
* make explicit comparisons to NULL, s/rindex/strrchr/mikel1997-07-102-7/+7
|
* Clean up play, let player see play more often, improve display timing.phil1997-07-092-4/+18
| | | Preliminary work from PR 2055 (as reverse patches).
* Add missing space between play and act.mycroft1997-07-061-1/+1
|
* Fix parsing error with escaped colons.mycroft1997-07-061-3/+11
|
* Use tbl support from bsd.man.mk instead of having a special rule.phil1997-06-301-5/+2
|
* Back out BUILDDIR and NOINSTALL changes.cjs1997-05-311-3/+3
|
* Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:cgd1997-05-293-6/+6
| | | | | | | .Dd is supposed to be invoked like: .Dd month day, year e.g. ".Dd January 25, 1989", rather than: .Dd "month day, year" which is what these pages did.
* curses needs termcapmellon1997-05-291-3/+3
|
* These updates to the build allow building against include filescjs1997-05-261-3/+3
| | | | | | | | | and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
* Remove calls to flushok(). That function doesn't really do anything injtc1997-05-232-6/+4
| | | our curses implementation, and it doesn't even exist in others...
* Remove mvcur() after wrefresh() call, as the latter does not move thejtc1997-05-231-3/+2
| | | | cursor. The fact that we don't have to grovel in the curses internels for curx or cury is an added bonus.
* Remove unctrl.h, use public version.jtc1997-05-232-47/+3
|
* Change "reg" to "register"jtc1997-05-2311-95/+87
| | | Remove private implementation of erasechar() and killchar().
* NULL => 0 (Arne Juul; PR#3629)pk1997-05-174-29/+29
|
* Use afterinstall, not beforeinstall.mycroft1997-05-091-2/+2
|
* Eliminate bogus redefinitions of standard targets.mycroft1997-05-091-2/+1
|
* Back out the .PATH.c changes. The .depend problem (and others)gwr1997-05-083-6/+6
| | | will be fixed using the new .NOPATH make feature instead.
* Use afterinstall, not proginstall, to run post-installation crap.mycroft1997-05-071-2/+2
|