- 20 May, 2014 2 commits
-
-
Martin Szulecki authored
-
Aaron Burghardt authored
-
- 18 May, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 02 Apr, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 01 Apr, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 29 Mar, 2014 2 commits
-
-
Chow Loong Jin authored
AC_C_BIGENDIAN should do its job already.
-
Chow Loong Jin authored
On debian-mips, neither __LITTLE_ENDIAN__ nor __BIG_ENDIAN__ are defined anywhere, so PLIST_BYTE_ORDER defaults to PLIST_LITTLE_ENDIAN when it should really be PLIST_BIG_ENDIAN on this architecture. This fixes issue #13.
-
- 28 Mar, 2014 1 commit
-
-
Christophe Fergeau authored
On my machine, parallel builds fail with: make[2]: Entering directory `/home/teuf/hack/libplist/src' CCLD libplist.la make[2]: *** No rule to make target `../src/libplist.la', needed by `libplist++.la'. Stop. If $(top_builddir)/src/libplist.la does not exist yet when trying to link libplist++.la, automake/make will not realize the $(top_builddir)/src/libplist.la dependency is the same as the libplist.la target, and will thus be unable to generate $(top_builddir)/src/libplist.la. Using the libplist.la instead fixes this issue. I've checked that srcdir!=builddir and make distcheck still pass after this change.
-
- 22 Mar, 2014 3 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 19 Mar, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 13 Feb, 2014 2 commits
-
-
Martin Szulecki authored
-
Nikias Bassen authored
-
- 11 Feb, 2014 8 commits
-
-
Andrew Udvare authored
-
Andrew Udvare authored
-
Andrew Udvare authored
-
Andrew Udvare authored
Fixes for Python 3.x (mainly that print is a function in 3 and can generally be treated like one in version 2.x)
-
Andrew Udvare authored
-
Andrew Udvare authored
-
Andrew Udvare authored
-
Nikias Bassen authored
-
- 06 Feb, 2014 1 commit
-
-
Nikias Bassen authored
-
- 27 Dec, 2013 1 commit
-
-
Nikias Bassen authored
-
- 13 Dec, 2013 8 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 12 Dec, 2013 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 13 Nov, 2013 1 commit
-
-
Martin Szulecki authored
-
- 12 Nov, 2013 1 commit
-
-
Nikias Bassen authored
strtok_r is not available on win32 and the designated strtok_s function is reported to not work on windows xp. Hence we use an easier an non-destructive implementation with strspn and strcspn to strip out the whitespace.
-