summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use proginstall:: to disable installing PROG.mycroft1997-05-073-6/+9
|
* Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.mycroft1997-05-072-8/+5
|
* Use .PATH.c: ...gwr1997-05-063-6/+6
|
* PR/3557: Dave Huang: use web2 not web2achristos1997-04-301-2/+2
|
* Allow this to be cross-compiled (in a manner consistent with boggle'sthorpej1997-04-281-1/+10
| | | host-only helper programs).
* Go into the "strfile" subdirectory unconditionally; we let that Makefilethorpej1997-04-281-8/+2
| | | make it's own decisions.
* Allow boggle to be cross-compiled; the mkdict and mkindex programsthorpej1997-04-282-4/+24
| | | are used only by the hosting system.
* be safe with buffers.mrg1997-04-211-4/+6
|
* Change the riggings to ints, so that comparisons against negativethorpej1997-04-191-5/+5
| | | values works as expected on systems with unsigned chars.
* Allow this to be cross-compiled.thorpej1997-04-193-8/+14
|
* Yow, cvs commit in the wrong directory... Bad, Jason, no biscuit!thorpej1997-04-191-6/+6
|
* Allow this to be cross-compiled.thorpej1997-04-192-8/+8
|
* Make sure that the dictionary and indexing programs are made.christos1997-04-011-6/+12
|
* - Don't depend on installed ${DESTDIR}/usr/share/dict/words; pick up thechristos1997-04-011-4/+4
| | | | dictionary from the sources. - Don't depend on the locally built indexing programs to build the dictionaries.
* Make these compile on the PowerPC (an unsigned char system).thorpej1997-03-2911-34/+49
|
* Install the help file again.mycroft1997-03-271-2/+2
|
* Do the symlink for HIDEGAME here, via SYMLINKS.mycroft1997-03-271-1/+2
|
* - Makefile cleanupschristos1997-03-2414-86/+66
|
* eliminate mismatched quote charmikel1997-03-141-1/+1
|
* alternate -> alternative, per PR 2643mouse1997-03-083-7/+7
|
* eliminate redundant SCCS id; from Enami Tsugutomo in PR bin/3283.mikel1997-03-041-4/+3
|
* fix typo in Napoleon's namemikel1997-01-232-2/+2
|
* bfunctions -> memfunctionstls1997-01-134-18/+18
|
* Sync to 4.4BSD-Lite2tls1997-01-0716-366/+58
|
* sigh, fix RCS ID againtls1997-01-071-1/+1
|
* RCS ID Policetls1997-01-071-0/+2
|