frexpl: Update autoconf test.
[gnulib.git] / lib / copy-acl.c
2011-06-13 Bruno Haibleacl: Add support for HP-UX >= 11.11 JFS ACLs.
2011-06-12 Bruno Haibleacl: Complete the 2010-08-10 fix.
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-19 Paul Eggertacl: port to Solaris 8 when copying from tmpfs to ufs
2010-10-03 Bruno Haibleacl: Add support for ACLs on NonStop Kernel.
2010-08-10 Pádraig Bradycopy-acl: ignore ENOTSUP on HP-UX
2010-03-02 Ben Waltoncopy-acl: enhance Solaris ACL error handling
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2008-10-11 Bruno HaibleFix test failure on Cygwin.
2008-06-11 Bruno HaibleInclude gettext.h only in those files that need it.
2008-06-08 Bruno HaibleAdd me as co-author.
2008-06-08 Bruno HaibleAdd support for AIX ACLs.
2008-06-08 Bruno HaibleAdd support for HP-UX ACLs.
2008-06-08 Bruno HaibleAdd support for Cygwin ACLs.
2008-06-08 Bruno HaibleAdd support for Solaris 7..10 ACLs.
2008-06-08 Bruno HaibleNew function acl_extended_nontrivial (MacOS X only).
2008-06-08 Bruno HaibleAdd support for MacOS X ACLs.
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-07 Bruno HaibleTrivial stylistic improvements.
2008-06-06 Eric BlakeAvoid gcc warning on cygwin.
2008-06-04 Bruno HaibleFix small mistake from 2008-06-01.
2008-06-04 Bruno HaibleNew function for testing triviality of ACL with POSIX...
2008-06-03 Bruno HaibleSimplify #ifs. Put Solaris code after POSIX-like code.
2008-06-03 Bruno HaibleMake acl_entries work reliably.
2008-06-02 Bruno HaibleSeparate the error handling into a different function.
2008-05-23 Bruno HaibleMake copy_acl work on MacOS X 10.5.
2008-05-22 Bruno HaibleSplit off copy_acl function to separate file.