Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | |
in comments or local variable names. | |||
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2003-09-11 | Include <stdlib.h>, <string.h> unconditionally. | Jim Meyering | |
(free): Remove decl. | |||
2003-06-06 | #undef rename before defining rpl_rename. | Jim Meyering | |
[HAVE_CONFIG_H]: Guard inclusion of config.h. | |||
2002-03-08 | Mention that this wrapper is needed also on mips-dec-ultrix4.4 systems. | Jim Meyering | |
2001-05-12 | Use "", not <> to include non-system header files. | Jim Meyering | |
2001-05-12 | Include dirname.h. | Jim Meyering | |
(strip_trailing_slashes): Remove decl; now in dirname.h. | |||
2001-01-14 | Include stdlib.h, string.h or strings.h, and xalloc.h. | Jim Meyering | |
Use strip_trailing_slashes rather than open-coding it. | |||
2001-01-14 | from Volker Borchert | Jim Meyering | |
1999-08-17 | . | Jim Meyering | |
1999-03-30 | (rename): Use pid_t instead of int; check status | Jim Meyering | |
against zero. This is to improve portability. | |||
1998-12-07 | ansideclify | Jim Meyering | |
1996-11-04 | New version from François Pinard. | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1995-05-19 | No longer include safe-l?stat.h. | Jim Meyering | |
1995-05-13 | (rename): Use stat, not safe_stat. | Jim Meyering | |
(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). | |||
1995-01-27 | Rename SAFE_STAT to safe_stat. | Jim Meyering | |
1994-10-20 | merge with 3.9p | Jim Meyering | |
1994-10-02 | merge with 3.9h | Jim Meyering | |
1994-08-27 | . | Jim Meyering | |
1994-08-27 | . | Jim Meyering | |
1994-07-30 | Use SAFE_STAT instead of stat to avoid unnecessary failure | Jim Meyering | |
on systems for which stat can return EINTR. | |||
1992-10-31 | Initial revision | Jim Meyering | |