autoupdates
[pspp] / lib / utimens.c
2010-04-28 Andreas Gruenbacherutimens: avoid compiler warning
2010-01-06 Aurelien Jarnoutimens (fdutimens): ignore a negative FD, per contract
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2010-01-01 Eric Blakeutimens: avoid shadowing warning
2009-12-30 Eric Blakefutimens, utimensat: work around ntfs-3g bug
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-19 Eric Blakeutimens: work around Linux ctime bug
2009-12-15 Eric Blakeutimens: one more try at avoiding compiler warning
2009-11-30 Eric Blakeutimens: fix compilation error
2009-11-25 Eric Blakeutimens: work around older Linux failure with symlinks
2009-11-18 Eric Blakeutimens: fix regression on Solaris 20100219093019/gnulib 20100220040512/gnulib 20100221040520/gnulib 20100222040508/gnulib 20100223040526/gnulib 20100224040512/gnulib 20100225040506/gnulib 20100226040508/gnulib 20100227040506/gnulib 20100228040509/gnulib 20100301040511/gnulib 20100302040526/gnulib 20100303040503/gnulib 20100304040503/gnulib 20100305040503/gnulib 20100306040503/gnulib 20100307040504/gnulib 20100308040506/gnulib 20100309040527/gnulib 20100310040505/gnulib 20100311040503/gnulib 20100312040506/gnulib 20100313040505/gnulib 20100314040516/gnulib 20100315040510/gnulib 20100316040524/gnulib 20100317040506/gnulib 20100318040503/gnulib 20100319040503/gnulib 20100320040502/gnulib 20100321040506/gnulib 20100322040515/gnulib 20100323040521/gnulib 20100324040506/gnulib
2009-11-08 Jim Meyeringutimens: remove invalid futimesat call
2009-11-04 Eric Blakeutimens: fix use of futimens on older Linux
2009-10-21 Eric Blakeutimensat: work around Solaris 9 bug
2009-10-16 Eric Blakeutimensat: new module
2009-10-16 Eric Blakeutimens: let lutimens work on non-symlinks
2009-10-16 Eric Blakeutimens: cache whether utimensat syscall works
2009-10-10 Eric Blakefutimens: new module
2009-10-10 Eric Blakeutimens: introduce fdutimens
2009-10-10 Eric Blakeutimens: add UTIME_NOW and UTIME_OMIT support
2009-10-10 Eric Blakeutimens: add lutimens interface
2009-10-10 Eric Blakeutimens: validate futimens usage
2009-10-08 Eric Blakemaint: minor cleanups
2009-10-08 Eric Blakeopenat, utimens: whitespace cleanup
2009-09-03 Eric Blakeerrno: use consistently
2008-06-09 Jim Meyeringutimens.c: correct kernel bug work-around
2008-06-05 Jim Meyeringutimens.c: work around a probable Linux kernel bug
2008-06-03 Eric BlakeProvide futimens/utimensat fallbacks for older kernels.
2008-05-29 Eric BlakePrefer new POSIX 200x interfaces over futimesat.
2008-01-13 Bruno HaibleDon't redefine __attribute__ without a need.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-05-19 Jim Meyering* lib/utimens.c (gl_futimens): Rename from futimens,
2007-01-18 Paul Eggert* MODULES.html.sh (Support for systems lacking POSIX...
2006-12-05 Paul EggertPrefer fd < 0 to ! (0 <= fd).
2006-12-05 Paul Eggert* lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS...
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-06-11 Paul Eggert* getdate.y (__attribute__): Don't define if already...
2006-04-15 Paul Eggert* utimens.c (futimens): glibc futimesat messes up if...
2005-10-30 Paul Eggert* lib/utimens.c (futimens) [HAVE_WORKING_UTIMES &&...
2005-10-02 Paul EggertSync from coreutils.
2005-09-25 Paul Eggert* utimens.c (ENOSYS): Define if not already defined.
2005-09-23 Paul Eggert* lib/utimens.c (futimens): Use futimesat if available.
2005-05-14 Paul Eggert*** empty log message ***
2005-01-18 Paul Eggert(futimens): Account for the fact that futimes
2004-11-23 Paul Eggert(__attribute__, ATTRIBUTE_UNUSED): New macros.
2004-08-06 Paul EggertImport from coreutils.