summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* When using -lcurses, you also need -lterminfo.he2010-02-0617-51/+51
| | | | This fixes the build for sun2, and also builds with LDSTATIC=-static, since archive libraries don't record inter-library dependencies.
* Userland now builds and uses terminfo instead of termcap.roy2010-02-0320-425/+241
| | | OK: core@, jdc@
* Close file when finished with it. Found by cppcheck.wiz2010-01-171-2/+3
|
* Simplify alloc() to avoid ifdef(LINT) workaround.wiz2010-01-171-26/+4
|
* Close two file descriptors after using them. Found by cppcheck.wiz2010-01-171-2/+4
|
* The default output file extension is '.dat', not '.out'.mbalmer2010-01-171-4/+4
| | | From Lars Nooden via OpenBSD.
* Use .%U instead of .%O for URLs.joerg2010-01-151-2/+2
|
* Christos points out that usage should not use errx, but should usedholland2010-01-031-3/+5
| | | getprogname.
* New sentence, new line.wiz2010-01-011-11/+13
|
* Adjust SYNOPSIS for cfscores to better match reality. Note in BUGSdholland2010-01-011-3/+6
| | | | that the score file isn't portable. Bump date (first time since 1993, and first in 2010...)
* Split struct betinfo into its own header file so it can be shareddholland2010-01-013-25/+50
| | | between canfield and cfscores, instead of copy-pasted.
* Use NULL instead of 0 for pointer tests. Remove an unnecessary cast.dholland2010-01-011-6/+6
|
* Send error messages to stderr. Use errx/warnx, not printf.dholland2010-01-011-9/+6
|
* Correct usage message.dholland2010-01-011-3/+3
|
* Fix math notation, from PR 41547. While here, fix some potential tabdholland2010-01-011-2/+3
| | | damage in the same fortune.
* Hide the cursor during the game.ahoka2009-12-191-2/+10
|
* Fix bad merge. (SUBDIR= != SUBDIR +=)matt2009-12-141-2/+2
|
* Conditionalize some build directories by ${MKCXX}.uebayasi2009-12-141-2/+8
|
* was disappointed that someone wrote disappointed with one 'p', so I fixed it.wiz2009-12-081-1/+1
|
* I was disappointed that someone wrote disappointed with two 's', so I fixed it.mbalmer2009-12-081-1/+1
|
* use %option noinput nounputchristos2009-10-292-4/+5
|
* Another spelling mistake.dholland2009-10-291-1/+1
|
* Whitespace.dholland2009-10-296-674/+674
|
* Fix a bunch of typos and spelling errors.snj2009-10-281-135/+135
|
* Kill two duplicates.snj2009-10-281-17/+1
|
* "Ghandi" -> "Gandhi"dholland2009-10-282-2/+1
|
* Remove 3rd and 4th clauses in christos' license. OK christos.snj2009-10-212-12/+2
|
* Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro in PR 42177.dholland2009-10-191-3/+3
|
* Disable writing scores when built for /rescue. PR 42009dholland2009-09-081-2/+18
|
* Dumping all system includes anything uses in one big header file is so 1986.dholland2009-08-319-48/+109
| | | | | XXX: Removing unused declarations (thus, unused headers can trigger XXX: it) sometimes causes gcc to generate substantially different XXX: code. Dunno why but it looks rather like a gcc bug.
* Don't need -DHAVE_REGCOMP any moredholland2009-08-271-2/+2
|
* Instead of trying to cons up a regexp that ignores case, use REG_ICASE.dholland2009-08-271-51/+13
| | | This makes fortune -im work; it's been broken since whenever.
* Tidy up regexp handling further.dholland2009-08-271-37/+62
|
* Prune conditional compilation for using obsolete regexp libraries.dholland2009-08-271-42/+24
|
* Whitespace.dholland2009-08-271-127/+128
|
* Prevent nasal demons in a case I spotted while preparing the previous.dholland2009-08-271-3/+3
|
* ANSIfy function definitions.dholland2009-08-271-78/+40
|
* Sprinkle some size_t in places where it's better than int.dholland2009-08-271-11/+11
| | | (Reduces casts.)
* remove more unnecessary castsdholland2009-08-271-5/+5
|
* Use correct type for malloc sizes (size_t, not unsigned)dholland2009-08-271-7/+6
|
* remove unnecessary castsdholland2009-08-271-5/+5
|
* u_int32_t -> uint32_tdholland2009-08-273-13/+13
|
* ANSIfy function definitionsdholland2009-08-272-41/+24
|
* Use standard C: 'unsigned', not 'u_int'dholland2009-08-271-6/+6
|
* remove unnecessary castdholland2009-08-271-3/+3
|
* remove unnecessary castsdholland2009-08-271-3/+3
|
* remove unnecessary castdholland2009-08-271-3/+3
|
* Use __dead.dholland2009-08-251-3/+3
|
* Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,dholland2009-08-2510-195/+196
| | | | | however, we have an ample vowel budget, and bit shortages are a thing of the past (even in a down economy) so spend a bit to improve readability.
* ANSIfy a leftover function.dholland2009-08-251-3/+9
| | | | Also note some unportable code with a comment. Can't change it because it'd break save files, though.