TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / cp-hash.c
2008-02-28 Jim MeyeringMake copyright comments consistent.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2004-09-22 Jim Meyering(remember_created): Declare as `extern'.
2004-07-30 Paul Eggert(remember_created): Use bool when appropriate.
2004-04-27 Jim Meyering(forget_created, remember_created)
2004-03-12 Jim Meyering(src_to_dest_lookup): New function.
2003-10-25 Jim Meyering(src_to_dest_hash): Adjust to reflect
2003-05-13 Jim Meyering(struct Src_to_dest) [name]: Remove const attribute.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-09-22 Jim MeyeringRemove all inclusions of inttypes.h,
2002-03-30 Jim Meyering(forget_created): New function.
2001-11-23 Jim MeyeringUse opaque type, Hash_table, not `struct hash_table'.
2001-10-24 Jim Meyering(forget_all): Use hash_free, not hash_clear.
2001-10-18 Jim Meyeringsplit a long line into two
2001-10-18 Jim MeyeringPlug a leak.
2001-10-07 Jim Meyering(remember_copied): Make a local copy of the file name.
2001-10-06 Jim Meyering(hash_init): Die if hash_initialize fails.
2001-10-06 Jim MeyeringRewrite to use the functions in lib/hash.c.
2001-01-10 Jim Meyering[struct entry] (node): Describe how it's used,
2000-07-30 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-07-09 Jim Meyeringupdate copyright date
1999-02-16 Jim Meyeringupdate copyright dates
1998-04-06 Jim Meyering(cph_hash_insert): Rename from now-conflicting hash_insert.
1998-01-04 Jim Meyeringcopyright
1997-11-30 Jim Meyering(<inttypes.h>): Include if HAVE_INTTYPES_H.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-02-02 Jim Meyering* src/cp-hash.c (struct entry): Move dcl to this file...
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-03-24 Jim MeyeringUpdate FSF's address.
1995-11-10 Jim MeyeringProtoize and add const attribute to parameters.
1995-05-13 Jim MeyeringUse stat (lstat), not safe_stat (safe_lstat).
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
1995-01-27 Jim MeyeringRename SAFE_STAT and SAFE_LSTAT to lower case names.
1994-10-02 Jim Meyering.
1994-07-30 Jim Meyering.
1992-10-31 Jim MeyeringInitial revision