lib/rename.c


Log

Author Commit Date CI Message
Bruno Haible 590547f8 2003-01-31T15:47:03 Make this module usable in shared libraries.
Jim Meyering f90389a7 2002-03-08T08:23:47 Mention that this wrapper is needed also on mips-dec-ultrix4.4 systems.
Jim Meyering 94ce07b0 2001-05-12T15:40:47 Use "", not <> to include non-system header files.
Jim Meyering 7bf6449a 2001-05-12T10:05:15 Include dirname.h. (strip_trailing_slashes): Remove decl; now in dirname.h.
Jim Meyering 707c315d 2001-01-14T15:34:22 Include stdlib.h, string.h or strings.h, and xalloc.h. Use strip_trailing_slashes rather than open-coding it.
Jim Meyering acf23bc3 2001-01-14T11:08:35 from Volker Borchert
Jim Meyering 064b3c31 1999-08-17T07:46:10 .
Jim Meyering 6d18b595 1999-03-30T04:48:17 (rename): Use pid_t instead of int; check status against zero. This is to improve portability.
Jim Meyering cf42d3e5 1998-12-07T03:12:10 ansideclify
Jim Meyering 40f9bad1 1996-11-04T18:05:10 New version from François Pinard.
Jim Meyering 6d8337bf 1996-07-15T03:36:16 update FSF address in copyright
Jim Meyering 47a70ed9 1995-05-19T15:23:18 No longer include safe-l?stat.h.
Jim Meyering d33ed582 1995-05-13T13:19:07 (rename): Use stat, not safe_stat. (rename): Compare src and dest inode numbers rather than src inode and dest *dev* when determining whether src and dest refer to the same file. From marc@math.cornell.edu (Marc Parmet).
Jim Meyering 2d6883c9 1995-01-27T17:05:11 Rename SAFE_STAT to safe_stat.
Jim Meyering 2516905b 1994-10-20T16:16:54 merge with 3.9p
Jim Meyering 300424a2 1994-10-02T05:43:03 merge with 3.9h
Jim Meyering d2577763 1994-08-27T21:34:13 .
Jim Meyering bea3493f 1994-08-27T21:23:07 .
Jim Meyering 68eb0d90 1994-07-30T13:13:52 Use SAFE_STAT instead of stat to avoid unnecessary failure on systems for which stat can return EINTR.
Jim Meyering d87c3946 1992-10-31T20:42:48 Initial revision