| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix pasto. From FreeBSD. | wiz | 2001-08-09 | 1 | -2/+2 |
| | | |||||
| * | Fix for FreeBSD/13278, from FreeBSD: | wiz | 2001-08-09 | 1 | -3/+3 |
| | | | | | | | | When a game ends that makes the top 10, the function insert_score in score.c is called to make the new score file. But the case for KFIRE (killed by fire) incorrectly uses strcpy instead of strcat (all the other cases use strcat). This puts the string in the wrong place and corrupts the score file. | ||||
| * | seperate -> separate | wiz | 2001-07-22 | 5 | -13/+13 |
| | | |||||
| * | Formatting improvements (from OpenBSD) | wiz | 2001-07-11 | 1 | -4/+7 |
| | | |||||
| * | Typo fixes. From OpenBSD. | wiz | 2001-07-10 | 2 | -4/+4 |
| | | |||||
| * | s/Upon you knees if you appear/Upon your knees if you appear/ | mason | 2001-06-24 | 2 | -2/+2 |
| | | | | Confirmed against <http://www.alcyone.com/max/lit/devils/>. | ||||
| * | `existent', not `existant' | wiz | 2001-06-19 | 2 | -6/+6 |
| | | |||||
| * | receive, not recieve | wiz | 2001-06-12 | 4 | -9/+9 |
| | | |||||
| * | fix building of phantasia ($FILES dependency on $PROG broke things) | lukem | 2001-06-06 | 1 | -2/+2 |
| | | |||||
| * | fix building of cards.pck | lukem | 2001-06-06 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecessary quotes in Dt. | wiz | 2001-06-05 | 1 | -2/+2 |
| | | |||||
| * | No argument for .Os. | wiz | 2001-06-05 | 1 | -2/+2 |
| | | |||||
| * | Overhaul error handling and reporting for regular expressions. | christos | 2001-06-04 | 1 | -15/+22 |
| | | | | | | Provide a RE_OK() macro that tests if the current compiled pattern works and a RE_ERROR() macro that prints what went wrong as well as the particular RE implementation can handle. | ||||
| * | Bail out when regex pattern is invalid if using regcomp or regcmp. | aymeric | 2001-06-04 | 1 | -7/+7 |
| | | | | | | Remove trailing \n's also. Addresses PR#13109 | ||||
| * | don't deref -1. | christos | 2001-06-02 | 1 | -3/+3 |
| | | |||||
| * | Its is Dr. Elizabeth Dehner, not Dehaver. | abs | 2001-05-02 | 1 | -1/+1 |
| | | | | From the vast and bewildering trek trivia of norm@sandbox.org.uk | ||||
| * | Spell occurred correctly. | simonb | 2001-04-25 | 1 | -3/+3 |
| | | |||||
| * | NetBSD: You choose the hardware, we'll bring the OS. | pooka | 2001-04-21 | 1 | -33/+35 |
| | | | | | | | from David Brownlee on netbsd-advocacy While I'm in here, sort the file using tools/do_sort to get the recently added fortunes into order. | ||||
| * | Some entries from Richard Rauch, posted on netbsd-advocacy. | hubertf | 2001-04-21 | 1 | -0/+8 |
| | | |||||
| * | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz | 2001-04-06 | 2 | -6/+6 |
| | | | | As seen on tech-userlevel. | ||||
| * | mdoc'ify. | wiz | 2001-04-04 | 2 | -276/+301 |
| | | |||||
| * | Whitespace and/or punctuation fixes. | wiz | 2001-04-02 | 4 | -26/+26 |
| | | |||||
| * | mdoc'ify, and clean up in the process. | wiz | 2001-04-02 | 1 | -51/+62 |
| | | |||||
| * | Whitespace and/or punctuation fixes. | wiz | 2001-04-02 | 16 | -162/+162 |
| | | |||||
| * | Convert to mdoc. Still needs tbl for two tables that have more than 6 | wiz | 2001-04-02 | 1 | -640/+570 |
| | | | | columns, but looks much nicer now. | ||||
| * | Build the data files in the obj/compile directory and install them with | simonb | 2001-03-27 | 2 | -34/+29 |
| | | | | | FILES and FILESDIR. "Problem" reported by David Querbach on current-users. | ||||
| * | Make mostly gcc -W clean, and other cleanup: | jsm | 2001-03-25 | 52 | -330/+339 |
| | | | | | | | | | | | | | 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 problem noted in PR 6649 (trailing whitespace on .Nm) | garbled | 2001-03-07 | 1 | -2/+2 |
| | | |||||
| * | convert to use getprogname() | cgd | 2001-02-19 | 2 | -10/+7 |
| | | |||||
| * | kill dupe | pooka | 2001-02-10 | 1 | -4/+0 |
| | | |||||
| * | Fix simple typo. From bdc@world.std.com in PR misc/12150. | simonb | 2001-02-07 | 1 | -1/+1 |
| | | |||||
| * | fix redundant decls and nested externs | christos | 2001-02-05 | 4 | -14/+14 |
| | | |||||
| * | remove redundant decls. | christos | 2001-02-05 | 20 | -132/+40 |
| | | |||||
| * | remove duplicate decls | christos | 2001-02-05 | 1 | -5/+1 |
| | | |||||
| * | fix nested externs | christos | 2001-02-05 | 1 | -4/+5 |
| | | |||||
| * | remove redundant decls | christos | 2001-02-05 | 1 | -2/+1 |
| | | |||||
| * | - rename getchar to lgetchar to avoid conflicts with the stdio getchar | christos | 2001-02-05 | 13 | -100/+104 |
| | | | | | - fix redundant decls and nested externs - use snprintf instead of sprintf | ||||
| * | remove redundant decls | christos | 2001-02-05 | 2 | -9/+5 |
| | | |||||
| * | eliminate nested externs | christos | 2001-02-05 | 2 | -6/+7 |
| | | |||||
| * | fix redundant decls and nested externs. while I am here change my copyright | christos | 2001-02-05 | 6 | -45/+36 |
| | | | | to TNF. | ||||
| * | fix nested externs | christos | 2001-02-05 | 1 | -4/+5 |
| | | |||||
| * | fix nested extern and usage message | christos | 2001-02-05 | 1 | -4/+5 |
| | | |||||
| * | remove redundant decl | christos | 2001-02-05 | 1 | -4/+2 |
| | | |||||
| * | fix nested extern | christos | 2001-02-05 | 4 | -21/+20 |
| | | |||||
| * | remove redundant decl | christos | 2001-02-05 | 1 | -4/+2 |
| | | |||||
| * | fix redundant decls and nested externs | christos | 2001-02-05 | 2 | -4/+6 |
| | | |||||
| * | fix nested extern | christos | 2001-02-05 | 1 | -5/+5 |
| | | |||||
| * | eliminate redundant decls | christos | 2001-02-05 | 2 | -5/+5 |
| | | |||||
| * | Tyop: foresight, not forsight (FreeBSD PR/24637) | mjl | 2001-01-30 | 3 | -3/+3 |
| | | |||||
| * | play(): use snprintf() instead of hard-to-parse strncpy() calls | jdolecek | 2001-01-25 | 1 | -6/+3 |
| | | |||||
