Ryan C. Gordon <icculus@icculus.org> [Wed, 08 Jul 2009 17:47:05 -0400] rev 1002
Try to shrink returned buffer's allocation.
Ryan C. Gordon <icculus@icculus.org> [Wed, 08 Jul 2009 17:46:48 -0400] rev 1001
Fixed wrong readlink() usage (lstat() doesn't report dest link size!).
Thanks to Henk Boom for pointing this out.
Ryan C. Gordon <icculus@icculus.org> [Sun, 21 Jun 2009 17:42:20 -0400] rev 1000
Merge from 2.1 branch: lzma re-open workaround.
Ryan C. Gordon <icculus@icculus.org> [Sun, 21 Jun 2009 17:37:47 -0400] rev 999
Temporary fix for (re)opening files in lzma archives (thanks, Sam!)
Ryan C. Gordon <icculus@icculus.org> [Wed, 03 Jun 2009 18:44:15 -0400] rev 998
Fixed latin1 to UTF-8 conversion (sign conversion was broken).
Ryan C. Gordon <icculus@icculus.org> [Sun, 03 May 2009 01:36:18 -0700] rev 997
Merged 0410dc655d45 from the 2.0-stable branch: strict-aliasing fix.
Ryan C. Gordon <icculus@icculus.org> [Sun, 03 May 2009 01:24:41 -0700] rev 996
Fixed strict-aliasing issue that gcc 4.4 complains about.
Ryan C. Gordon <icculus@icculus.org> [Sat, 02 May 2009 23:25:41 -0700] rev 995
I think sys/mount.h is only needed in the ucred.h path.
Fixes building on hurd, I think.
Ryan C. Gordon <icculus@icculus.org> [Mon, 20 Apr 2009 23:48:16 -0400] rev 994
Corrected __EXPORT__ test for Solaris.
Ryan C. Gordon <icculus@icculus.org> [Mon, 20 Apr 2009 23:43:36 -0400] rev 993
Fixed a problem in some CMake versions.