- 29 Mar, 2014 1 commit
-
-
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.
-
- 19 Mar, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 13 Feb, 2014 2 commits
-
-
Martin Szulecki authored
-
Nikias Bassen authored
-
- 06 Feb, 2014 1 commit
-
-
Nikias Bassen authored
-
- 13 Dec, 2013 6 commits
-
-
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
-
- 12 Nov, 2013 2 commits
-
-
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.
-
Nikias Bassen authored
this is a temporary fix, we'll replace strtok_r with a custom implementation soon.
-
- 29 Oct, 2013 1 commit
-
-
Jim Koning authored
-
- 17 Oct, 2013 1 commit
-
-
shane authored
Handle UTF-16 surrogate pair conversion to/from UTF-8
-
- 09 Oct, 2013 1 commit
-
-
Nikias Bassen authored
-
- 30 May, 2013 1 commit
-
-
Nikias Bassen authored
-
- 19 Mar, 2013 1 commit
-
-
Nikias Bassen authored
-
- 06 Mar, 2013 1 commit
-
-
Nikias Bassen authored
-
- 13 Nov, 2012 1 commit
-
-
Nikias Bassen authored
-
- 08 Nov, 2012 1 commit
-
-
Nikias Bassen authored
Thanks to free2000fly for pointing this out. The issue was that XML plists with comments converted to binary plists would result in invalid binary nodes, thus converting back these binary plists resulted in a crash.
-
- 16 Sep, 2012 3 commits
-
-
Nicolás Alvarez authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 23 Apr, 2012 1 commit
-
-
Nikias Bassen authored
-
- 11 Feb, 2012 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 11 Jan, 2012 1 commit
-
-
Nikias Bassen authored
-
- 26 Sep, 2011 1 commit
-
-
Nikias Bassen authored
-
- 10 Sep, 2011 1 commit
-
-
Nikias Bassen authored
-
- 31 May, 2011 1 commit
-
-
Nikias Bassen authored
-
- 29 May, 2011 4 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 28 May, 2011 1 commit
-
-
Nikias Bassen authored
-