~supertux-dev/supertux/+git/external-physfs:stable-2.0

Last commit made on 2016-01-01
Get this branch:
git clone -b stable-2.0 https://git.launchpad.net/~supertux-dev/supertux/+git/external-physfs

Branch merges

Branch information

Name:
stable-2.0
Repository:
lp:~supertux-dev/supertux/+git/external-physfs

Recent commits

424f611... by Ryan C. Gordon

Updated copyright.

fb61701... by Ryan C. Gordon

Backport from default branch: corrected PHYSFS_enumerateFiles() documentation.

2a52f05... by Ryan C. Gordon

Static analysis fixes backported to the stable-2.0 branch.

223ab0a... by Ryan C. Gordon

Backport to stable-2.0: don't fsync read-only files.

d6a544e... by Ryan C. Gordon

Disable CD-ROM support on Android for stable-2.0 branch.

db668d5... by Ryan C. Gordon

Explicitly check for pthread library, and link against it.

fb3a2fa... by Ryan C. Gordon

Tagging 2.0.3 release

6b8aa9c... by Ryan C. Gordon

Use .tar.bz2 for "make dist" instead of .tar.gz

Mercurial's tgz archiver is writing the full output path into the archive,
 causing things like 7-zip to uncompress it to
 "Users/icculus/projects/physfs-2.0.2.tar" instead of just "physfs-2.0.2.tar".

It seems reasonable to believe everyone has .tar.bz2 support by now anyhow.

32cfe8c... by Ryan C. Gordon

Added Lauri Kasanen to the CREDITS for a last-minute 2.0.3 patch.

9ff81f8... by Curaga

Constify the archivers pointers.

These were writable for no reason, taking up .data space.