]> granicus.if.org Git - fortune-mod/log
fortune-mod
7 years agoUpdate the changelog and bump ver to 1.99.5. fortune-mod-1.99.5
Shlomi Fish [Sat, 25 Mar 2017 13:00:59 +0000 (16:00 +0300)]
Update the changelog and bump ver to 1.99.5.

7 years agoCorrect a misphrasing in the readme
Shlomi Fish [Sat, 25 Mar 2017 12:42:22 +0000 (15:42 +0300)]
Correct a misphrasing in the readme

7 years agoAdd support for installing the offensive forts.
Shlomi Fish [Sat, 25 Mar 2017 12:39:30 +0000 (15:39 +0300)]
Add support for installing the offensive forts.

Using cmake.

7 years agoCorrect a repeated word.
Shlomi Fish [Mon, 13 Mar 2017 14:01:31 +0000 (16:01 +0200)]
Correct a repeated word.

7 years agoCorrect typos.
Shlomi Fish [Wed, 8 Mar 2017 15:17:32 +0000 (17:17 +0200)]
Correct typos.

7 years agoEnhance the README
Shlomi Fish [Thu, 16 Feb 2017 22:06:22 +0000 (00:06 +0200)]
Enhance the README

7 years agoGenerate the man page using a perl proggy.
Shlomi Fish [Thu, 9 Feb 2017 19:44:12 +0000 (21:44 +0200)]
Generate the man page using a perl proggy.

This way we can exclude the offensive stuff references.

7 years agoadd the NO_OFFENSIVE compile-time option.
Shlomi Fish [Thu, 9 Feb 2017 17:57:45 +0000 (19:57 +0200)]
add the NO_OFFENSIVE compile-time option.

Inspired by the Fedora patches. It's still somewhat incomplete.

7 years agoincorporate most of the patch from Gentoo.
Shlomi Fish [Tue, 10 Jan 2017 20:52:14 +0000 (22:52 +0200)]
incorporate most of the patch from Gentoo.

See:

* https://github.com/gentoo/gentoo/blob/1c79f4dc1b1a367ecfc9324bf50f2558efdb2c45/games-misc/fortune-mod/files/fortune-mod-1.99.1-gentoo.patch

* https://github.com/shlomif/fortune-mod/issues/7 .

7 years agoClean up many clang -Weverything warnings.
Shlomi Fish [Sun, 1 Jan 2017 16:58:16 +0000 (18:58 +0200)]
Clean up many clang -Weverything warnings.

7 years agoAdd more.
Shlomi Fish [Sun, 1 Jan 2017 15:56:46 +0000 (17:56 +0200)]
Add more.

7 years agoUpdate the README.
Shlomi Fish [Sun, 1 Jan 2017 15:48:21 +0000 (17:48 +0200)]
Update the README.

7 years agoAdd the link to the release tarballs.
Shlomi Fish [Sat, 31 Dec 2016 17:01:40 +0000 (19:01 +0200)]
Add the link to the release tarballs.

7 years agotravis add dep fortune-mod-1.99.4
Shlomi Fish [Sat, 31 Dec 2016 16:11:32 +0000 (18:11 +0200)]
travis add dep

7 years agoBump the version number.
Shlomi Fish [Sat, 31 Dec 2016 16:09:48 +0000 (18:09 +0200)]
Bump the version number.

7 years agoFix for a parallel build problem.
Shlomi Fish [Sat, 31 Dec 2016 16:03:30 +0000 (18:03 +0200)]
Fix for a parallel build problem.

Caught by the Mageia build-system. See:

http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20161229200524.akien.duvel.34187/log/fortune-mod-1.99.3-1.mga6/build.0.20161229201316.log

Thanks for David Geiger for the report.

7 years agoConvert trailing space test to TAP/prove.
Shlomi Fish [Sat, 31 Dec 2016 10:08:37 +0000 (12:08 +0200)]
Convert trailing space test to TAP/prove.

7 years agoutil/strfile.*: use uint_* instead of u_int_* doughdemon-master
Felix Janda [Fri, 30 Dec 2016 22:23:38 +0000 (23:23 +0100)]
util/strfile.*: use uint_* instead of u_int_*

Fixes compilation on Solaris and Linux using musl libc.

7 years agoGet rid of some GCC warnings.
Shlomi Fish [Fri, 30 Dec 2016 19:38:14 +0000 (21:38 +0200)]
Get rid of some GCC warnings.

By inspiration and motivation from
https://github.com/shlomif/fortune-mod/issues/7 .

7 years agoPatch from Gentoo candrews-patch-1
Craig Andrews [Fri, 30 Dec 2016 16:25:09 +0000 (11:25 -0500)]
Patch from Gentoo

Gentoo has been carrying this patch for quite a while: https://github.com/gentoo/gentoo/blob/1c79f4dc1b1a367ecfc9324bf50f2558efdb2c45/games-misc/fortune-mod/files/01_all_fortune_all-fix.patch

7 years agoDeprecate the presence of some old gen files.
Shlomi Fish [Fri, 30 Dec 2016 11:14:49 +0000 (13:14 +0200)]
Deprecate the presence of some old gen files.

See https://github.com/shlomif/fortune-mod/issues/3 .

7 years agoFix a typo. atsampson-master
Adam Sampson [Thu, 29 Dec 2016 21:05:27 +0000 (21:05 +0000)]
Fix a typo.

7 years agoThe .u8 symlinks for off fortunes are in rotated/.
Adam Sampson [Thu, 29 Dec 2016 21:04:06 +0000 (21:04 +0000)]
The .u8 symlinks for off fortunes are in rotated/.

The code above to create the symlinks is correct, but the install rule
looked in the wrong place.

7 years agoPass the -f flag to ln.
Adam Sampson [Thu, 29 Dec 2016 21:03:27 +0000 (21:03 +0000)]
Pass the -f flag to ln.

This prevents it from failing if the symlink already exists.

7 years agoUpdate the INSTALL file. fortune-mod-1.99.3
Shlomi Fish [Thu, 29 Dec 2016 17:01:07 +0000 (19:01 +0200)]
Update the INSTALL file.

7 years agoUpdate the README.
Shlomi Fish [Thu, 29 Dec 2016 13:06:33 +0000 (15:06 +0200)]
Update the README.

7 years agoTry to fix - #2
Shlomi Fish [Thu, 29 Dec 2016 12:45:55 +0000 (14:45 +0200)]
Try to fix - #2

7 years agoFix a bug with "cmake ."
Shlomi Fish [Thu, 29 Dec 2016 12:39:02 +0000 (14:39 +0200)]
Fix a bug with "cmake ."

Caused by relative pathname.

7 years agoFix the -m flag on Linux/etc.
Shlomi Fish [Thu, 29 Dec 2016 12:32:46 +0000 (14:32 +0200)]
Fix the -m flag on Linux/etc.

7 years agoRefactor and correct rot.c.
Shlomi Fish [Wed, 14 Dec 2016 15:34:30 +0000 (17:34 +0200)]
Refactor and correct rot.c.

7 years agoGot the modified mageia src.rpm to build
Shlomi Fish [Tue, 13 Dec 2016 19:48:27 +0000 (21:48 +0200)]
Got the modified mageia src.rpm to build

after installing the man pages.

7 years agoProgress w the install target.
Shlomi Fish [Tue, 13 Dec 2016 19:30:37 +0000 (21:30 +0200)]
Progress w the install target.

Now we need to build and install the man pages.

7 years agoAdd install targets.
Shlomi Fish [Tue, 13 Dec 2016 19:22:08 +0000 (21:22 +0200)]
Add install targets.

7 years agoCorrect a typo.
Shlomi Fish [Tue, 13 Dec 2016 18:20:41 +0000 (20:20 +0200)]
Correct a typo.

7 years agoImport Shlomif_Common
Shlomi Fish [Thu, 8 Dec 2016 15:19:04 +0000 (17:19 +0200)]
Import Shlomif_Common

7 years agorevise the cmake version
Shlomi Fish [Thu, 8 Dec 2016 15:13:55 +0000 (17:13 +0200)]
revise the cmake version

7 years agoAdd cmake build to travis.
Shlomi Fish [Thu, 8 Dec 2016 15:08:00 +0000 (17:08 +0200)]
Add cmake build to travis.

7 years agoConvert from shell to perl.
Shlomi Fish [Thu, 8 Dec 2016 14:56:15 +0000 (16:56 +0200)]
Convert from shell to perl.

7 years agoConvert another test to cmake.
Shlomi Fish [Thu, 8 Dec 2016 14:36:14 +0000 (16:36 +0200)]
Convert another test to cmake.

7 years agoAdd another test.
Shlomi Fish [Thu, 8 Dec 2016 14:06:07 +0000 (16:06 +0200)]
Add another test.

7 years agoStart porting the tests to cmake.
Shlomi Fish [Thu, 8 Dec 2016 13:51:57 +0000 (15:51 +0200)]
Start porting the tests to cmake.

7 years agoTypo: add missing right parens.
Shlomi Fish [Wed, 14 Sep 2016 08:39:23 +0000 (11:39 +0300)]
Typo: add missing right parens.

7 years agoCorrect a misspelling of "non-sequitur".
Shlomi Fish [Wed, 14 Sep 2016 08:34:26 +0000 (11:34 +0300)]
Correct a misspelling of "non-sequitur".

7 years agoCorrect a typo.
Shlomi Fish [Thu, 8 Sep 2016 20:21:26 +0000 (23:21 +0300)]
Correct a typo.

Thanks to someone on Freenode's ##programming .

8 years agoCorrect a typo - "underwear".
Shlomi Fish [Mon, 29 Aug 2016 15:31:37 +0000 (18:31 +0300)]
Correct a typo - "underwear".

8 years agoAdd a quote.
Shlomi Fish [Sat, 20 Aug 2016 12:17:18 +0000 (15:17 +0300)]
Add a quote.

Thanks to Bram Moolenaar.

8 years agoCopy the plain cookie files and the .u8 links.
Shlomi Fish [Thu, 21 Jul 2016 16:56:08 +0000 (19:56 +0300)]
Copy the plain cookie files and the .u8 links.

8 years agoBuild some of the cookies.
Shlomi Fish [Thu, 21 Jul 2016 15:41:40 +0000 (18:41 +0300)]
Build some of the cookies.

8 years agoFind the recode.h header.
Shlomi Fish [Thu, 21 Jul 2016 15:12:04 +0000 (18:12 +0300)]
Find the recode.h header.

8 years agoCorrect typos.
Shlomi Fish [Mon, 6 Jun 2016 11:49:51 +0000 (14:49 +0300)]
Correct typos.

Thanks to codespell.

8 years agoCorrect some typos
Shlomi Fish [Mon, 6 Jun 2016 10:28:10 +0000 (13:28 +0300)]
Correct some typos

8 years agoCorrect typos.
Shlomi Fish [Sun, 5 Jun 2016 18:33:31 +0000 (21:33 +0300)]
Correct typos.

8 years agofix the cmake paths in the cmake build.
Shlomi Fish [Mon, 23 May 2016 18:08:47 +0000 (21:08 +0300)]
fix the cmake paths in the cmake build.

8 years agoBuild more executables.
Shlomi Fish [Mon, 23 May 2016 17:14:05 +0000 (20:14 +0300)]
Build more executables.

8 years agoBuild the fortune target.
Shlomi Fish [Mon, 23 May 2016 17:10:14 +0000 (20:10 +0300)]
Build the fortune target.

8 years agoStart adding the cmake-based build system.
Shlomi Fish [Mon, 23 May 2016 16:55:18 +0000 (19:55 +0300)]
Start adding the cmake-based build system.

8 years agoFix a typo.
Shlomi Fish [Mon, 23 May 2016 16:26:19 +0000 (19:26 +0300)]
Fix a typo.

8 years agoCorrect a typo in "evidence".
Shlomi Fish [Sat, 7 May 2016 15:24:41 +0000 (18:24 +0300)]
Correct a typo in "evidence".

8 years agoHopefully fix the Travis-CI tests.
Shlomi Fish [Fri, 22 Apr 2016 13:02:58 +0000 (16:02 +0300)]
Hopefully fix the Travis-CI tests.

Missing deps.

8 years agoFix some memory leaks+skipped valgrind test.
Shlomi Fish [Fri, 22 Apr 2016 12:13:36 +0000 (15:13 +0300)]
Fix some memory leaks+skipped valgrind test.

We need to skip it because librecode has memory leaks.

8 years agoQuote an argument to a command.
Shlomi Fish [Fri, 22 Apr 2016 10:59:59 +0000 (13:59 +0300)]
Quote an argument to a command.

8 years agoRemove tabs from *.[ch]
Shlomi Fish [Mon, 4 Apr 2016 16:38:03 +0000 (19:38 +0300)]
Remove tabs from *.[ch]

8 years agoget rid of GCC warnings.
Shlomi Fish [Mon, 4 Apr 2016 16:09:18 +0000 (19:09 +0300)]
get rid of GCC warnings.

8 years agoretab
Shlomi Fish [Mon, 4 Apr 2016 16:03:51 +0000 (19:03 +0300)]
retab

8 years agoFix GCC warnings.
Shlomi Fish [Mon, 4 Apr 2016 16:00:57 +0000 (19:00 +0300)]
Fix GCC warnings.

8 years agoRetab to avoid mixed tabs/spaces.
Shlomi Fish [Mon, 4 Apr 2016 15:44:21 +0000 (18:44 +0300)]
Retab to avoid mixed tabs/spaces.

8 years agoREADME enhancements
Shlomi Fish [Mon, 4 Apr 2016 14:33:40 +0000 (17:33 +0300)]
README enhancements

8 years agoKierkegaard quote missorted due to the word seduce
Chas Owens [Mon, 4 Apr 2016 14:58:43 +0000 (10:58 -0400)]
Kierkegaard quote missorted due to the word seduce

8 years agoNow check the offensive fortunes as well.
Shlomi Fish [Mon, 4 Apr 2016 12:45:56 +0000 (15:45 +0300)]
Now check the offensive fortunes as well.

Fix some long lines in them.

8 years agoExtract an sh script to check a fortune file.
Shlomi Fish [Mon, 4 Apr 2016 12:35:38 +0000 (15:35 +0300)]
Extract an sh script to check a fortune file.

From the makefile and check it for errors.

8 years agoREADME improvements.
Shlomi Fish [Mon, 4 Apr 2016 08:25:56 +0000 (11:25 +0300)]
README improvements.

8 years agoAdd Travis-CI badge/status image
Shlomi Fish [Sun, 3 Apr 2016 15:38:42 +0000 (18:38 +0300)]
Add Travis-CI badge/status image

8 years agoAdd README
Shlomi Fish [Sun, 3 Apr 2016 15:31:43 +0000 (18:31 +0300)]
Add README

8 years agoAdd a LICENSE file to the repo's root dir.
Shlomi Fish [Sun, 3 Apr 2016 15:05:48 +0000 (18:05 +0300)]
Add a LICENSE file to the repo's root dir.

8 years agoTravis-CI: add missing dep
Shlomi Fish [Sun, 3 Apr 2016 13:34:56 +0000 (16:34 +0300)]
Travis-CI: add missing dep

8 years agoTravis-CI fix
Shlomi Fish [Sun, 3 Apr 2016 13:31:20 +0000 (16:31 +0300)]
Travis-CI fix

8 years agoAdd the Travis-CI .travis.yml.
Shlomi Fish [Sun, 3 Apr 2016 13:28:02 +0000 (16:28 +0300)]
Add the Travis-CI .travis.yml.

8 years agoAdd check-deps.
Shlomi Fish [Sun, 3 Apr 2016 13:22:59 +0000 (16:22 +0300)]
Add check-deps.

8 years agoCheck for and remove trailing whitespace.
Shlomi Fish [Sun, 3 Apr 2016 13:19:51 +0000 (16:19 +0300)]
Check for and remove trailing whitespace.

8 years agoStart adding trailing-space-and-CRs.pl .
Shlomi Fish [Sun, 3 Apr 2016 13:07:55 +0000 (16:07 +0300)]
Start adding trailing-space-and-CRs.pl .

It passes the tests.

8 years agoAdd check target to the main Makefile.
Shlomi Fish [Sat, 2 Apr 2016 21:29:51 +0000 (00:29 +0300)]
Add check target to the main Makefile.

8 years agoGet rid of trailing whitespace in the Makefile.
Shlomi Fish [Sat, 2 Apr 2016 21:23:51 +0000 (00:23 +0300)]
Get rid of trailing whitespace in the Makefile.

8 years agoCheck and get rid of trailing whitespace.
Shlomi Fish [Sat, 2 Apr 2016 21:22:22 +0000 (00:22 +0300)]
Check and get rid of trailing whitespace.

8 years agoAdd another sanity check.
Shlomi Fish [Sat, 2 Apr 2016 21:09:26 +0000 (00:09 +0300)]
Add another sanity check.

8 years agoGot "make check" under datfiles/ to pass.
Shlomi Fish [Sat, 2 Apr 2016 21:03:09 +0000 (00:03 +0300)]
Got "make check" under datfiles/ to pass.

Involved removing trailing empty lines and reformatting long lines.

8 years agoAdd .gitignore and clean up the makefile.
Shlomi Fish [Sat, 2 Apr 2016 20:37:34 +0000 (23:37 +0300)]
Add .gitignore and clean up the makefile.

We should probably convert the build system to CMake or whatever.

8 years agoConvert the cookies to UTF-8.
Shlomi Fish [Sat, 2 Apr 2016 20:17:56 +0000 (23:17 +0300)]
Convert the cookies to UTF-8.

8 years agoApply patch to fix typos from Mageia Cauldron.
Shlomi Fish [Sat, 2 Apr 2016 20:00:31 +0000 (23:00 +0300)]
Apply patch to fix typos from Mageia Cauldron.

The patch was written by me (= Shlomi Fish).

8 years agoFix a typo in "INDEX".
Shlomi Fish [Sat, 2 Apr 2016 19:52:16 +0000 (22:52 +0300)]
Fix a typo in "INDEX".

8 years agoAdd the files as of fortune-mod-1.99.1. fortune-mod-1.99.1
Shlomi Fish [Sat, 2 Apr 2016 19:50:53 +0000 (22:50 +0300)]
Add the files as of fortune-mod-1.99.1.

From the former redellipse.net and from the Mageia cauldron tarball.