summaryrefslogtreecommitdiffstats
path: root/games/fortune (follow)
Commit message (Expand)AuthorAgeFilesLines
* add the missing EXIT STATUS and HISTORY sectionsschwarze2021-01-031-2/+15
* Obvious bugfix: requesting a long dictum from a file containing shortschwarze2021-01-031-2/+2
* fix inverted exit status of fortune -m;schwarze2021-01-021-2/+2
* Avoid NULL dereference after returning from copy().zhuk2020-12-151-2/+2
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-141-3/+1
* fix gary zukav's "acceptance without proof" quote, which just appeared onjmc2019-09-272-2/+2
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-3/+3
* spelling fix and zap a stray line while here;jmc2019-08-222-3/+2
* give the fake latin proverb "per aspera ad astra" in the moreschwarze2019-02-031-1/+1
* Fix fortune underlines and use the right number of underscores in Notes.bentley2018-09-152-4/+4
* apostrophe fix;jmc2018-01-121-1/+1
* than -> thentb2017-11-251-1/+1
* typo: on -> oftb2017-08-151-1/+1
* Treat backspace as printable in sanitize() for non-UTF8 locales.millert2017-08-101-2/+2
* Use an umlaut in Mobius and uppercase one instance of möbius visible intb2017-07-134-4/+4
* Convert fortunes to UTF-8 from the old "backspace punctuation" method.bentley2017-07-133-18/+17
* Inspect LC_CTYPE and if it isn't UTF-8, weed out bytes that are notschwarze2017-07-122-3/+30
* Remove old junk. From Matthew Martintb2017-07-095-79/+0
* Add missing rot13 function prototypemestre2017-06-301-1/+2
* /usr/games/lib doesn't exist any more, use the new path.akfaew2017-06-121-2/+2
* Use proper bool types in fortune(6).fcambus2017-06-042-50/+48
* Fix an infinite loop in fortune(6).fcambus2017-06-021-2/+2
* spelling fix from eric van gyzen, freebsd r308293;jmc2016-11-051-1/+1
* Make build deterministic by not randomizing the datfiles themselves,tb2016-09-021-3/+3
* the quotes in "unkempt thoughts" were authored by stanislaw lec,jmc2016-08-271-4/+4
* eliminate do_malloc() and do_free().tb2016-03-071-39/+9
* Remove unused fields posfile and was_pos_file from FILEDESC andtb2016-03-071-13/+9
* - General changes:mestre2016-03-073-10/+10
* Convert a hand-rolled strtonum to a call to strtonum(3). This preventstb2016-03-051-28/+26
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-102-4/+2
* Some basic code maintenance in games/tb2016-01-073-9/+24
* More headers removal and sorted the remaining alphabetically.mestre2016-01-043-22/+25
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+2
* update the us army democracy excerpt to more closelyjmc2015-12-281-8/+11
* andy finkel confimed himself as the originator of the rigged demo quote;jmc2015-12-281-0/+1
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-252-4/+4
* fix a double space issue in the following, rather wonderful, fortune:jmc2015-11-151-1/+1
* another open(path, 0)...deraadt2015-11-101-2/+2
* pledge "stdio rpath" at the top. (Ricardo's 2nd chunk which reducesderaadt2015-11-101-1/+6
* replace open(path, 0) with open(path, O_RDONLY). amazing to still findderaadt2015-11-101-4/+4
* Cast ctype functions' argument to unsigned char.mmcc2015-10-241-6/+6
* Cast isdigit()'s argument to unsigned char.mmcc2015-10-241-3/+3
* use | rather than / for alternatives and some macro fixesschwarze2015-09-251-13/+18
* big blocks need braces for supporttedu2015-09-161-9/+8
* remove #ifdef OK_TO_WRITE_DISK which isn't used by default.semarie2015-08-261-55/+7
* from snj, netbsd -r1.56: "properly pluralize"jmc2015-04-041-1/+1
* Fix double word in quote from Ken Olsen.jca2015-03-251-1/+1
* Fix small typo found when testing tedu@'s fortune -o -m change.kspillner2015-02-061-1/+1
* unsigned char is the correct type for ctype functionstedu2015-02-061-2/+2
* no space after #tedu2015-02-061-36/+36