summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2009-02-21 22:23:05 +0000
committerJames Youngman <jay@gnu.org>2009-02-21 22:23:05 +0000
commitfa4c6418bb165c507f4f755d27d7ef9c34712f89 (patch)
tree8b6fa292f12dc2d3e538618808c42d1d849dd576
parent1d2fa6102e267f52198efa2d7ae9d7c20620d4c8 (diff)
downloadfindutils-fa4c6418bb165c507f4f755d27d7ef9c34712f89.tar.gz
Updated the email address for Eric B. Decker.
Updated the email address for Eric B. Decker. * ChangeLog: Updated Eric's address * find/find.c: Likewise * find/ftsfind.c: Likewise
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog47
-rw-r--r--find/find.c2
-rw-r--r--find/ftsfind.c2
4 files changed, 30 insertions, 23 deletions
diff --git a/AUTHORS b/AUTHORS
index dba6791..d46b3de 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,7 +15,7 @@ The locate program and its helper programs are derived (heavily
modified) from James Woods' public domain fast-find code, which is
also distributed with the 4.3BSD find.
-Eric B. Decker
+Eric B. Decker <cire@soe.ucsc.edu>, <cire831@gmail.com>
Michael Rendell
David J. MacKenzie
Jim Meyering
diff --git a/ChangeLog b/ChangeLog
index c7750b7..2fecfdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-21 James Youngman <jay@gnu.org>
+
+ Updated the email address for Eric B. Decker.
+ * ChangeLog: Updated Eric's address
+ * find/find.c: Likewise
+ * find/ftsfind.c: Likewise
+
2009-02-21 Jim Meyering <meyering@redhat.com>
find: take advantage of new gnulib/fts leaf-optimization
@@ -7596,95 +7603,95 @@
Global: Use xmalloc instead of malloc.
(usage): Revise message.
-1987-02-22 Eric B. Decker <cire@deckerstone.net>
+1987-02-22 Eric B. Decker <cire@soe.ucsc.edu>
* pred.c: added guts to pred_size
-1987-02-22 Eric B. Decker <cire@deckerstone.net>
+1987-02-22 Eric B. Decker <cire@soe.ucsc.edu>
* pred.c: added guts to perm and permmask.
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* pred.c: made pred_name only look at the last component of
the path.
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* pred.c: added guts to name. useds regex and regcmp to do
regular expression handling.
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* pred.c: added predicate newer
-1987-02-20 Eric B. Decker <cire@deckerstone.net>
+1987-02-20 Eric B. Decker <cire@soe.ucsc.edu>
* pred.c: added guts to pred_ok
-1987-02-19 Eric B. Decker <cire@deckerstone.net>
+1987-02-19 Eric B. Decker <cire@soe.ucsc.edu>
* pred.c: finished exec.
-1987-02-22 Eric B. Decker <cire@deckerstone.net>
+1987-02-22 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: added guts to parse_size
-1987-02-22 Eric B. Decker <cire@deckerstone.net>
+1987-02-22 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: added guts of perm and permmask. added getoct
routine for perm and permmask
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: added -fre, -fullregex predicate to turn off
globbing conversion
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: reworked name so the regexpr pattern includes $ at
the end to force globbing to work correctly. End of the
pattern refers to the end of the filename.
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: added guts to name. uses a conversion from
globbing to regexp format. uses regex and regcmp to actually
to the comparison.
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: added predicate newer
-1987-02-20 Eric B. Decker <cire@deckerstone.net>
+1987-02-20 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: added ok guts. consolidated exec and ok to using
insert_exec_ok
-1987-02-19 Eric B. Decker <cire@deckerstone.net>
+1987-02-19 Eric B. Decker <cire@soe.ucsc.edu>
* parser.c: minor bug in -fulldays predicate parser. It
should have set the flag full_days to true.
-1987-02-22 Eric B. Decker <cire@deckerstone.net>
+1987-02-22 Eric B. Decker <cire@soe.ucsc.edu>
* find.c: changed where we are setting perm_mask to -1. need
to make sure that this happens before every apply_predicate.
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* find.c: added error checking for no paths. better error
message if illegal ordering.
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* find.c: added global convert_glob
-1987-02-22 Eric B. Decker <cire@deckerstone.net>
+1987-02-22 Eric B. Decker <cire@soe.ucsc.edu>
* defs.h: added definition of BLKSIZE for size
-1987-02-21 Eric B. Decker <cire@deckerstone.net>
+1987-02-21 Eric B. Decker <cire@soe.ucsc.edu>
* defs.h: added global convert_glob for name
diff --git a/find/find.c b/find/find.c
index 171988f..c65434f 100644
--- a/find/find.c
+++ b/find/find.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* GNU find was written by Eric Decker <cire@cisco.com>,
+/* GNU find was written by Eric Decker <cire@soe.ucsc.edu>,
with enhancements by David MacKenzie <djm@gnu.org>,
Jay Plett <jay@silence.princeton.nj.us>,
and Tim Wood <axolotl!tim@toad.com>.
diff --git a/find/ftsfind.c b/find/ftsfind.c
index 765221b..5a69cc3 100644
--- a/find/ftsfind.c
+++ b/find/ftsfind.c
@@ -18,7 +18,7 @@
/* This file was written by James Youngman, based on find.c.
- GNU find was written by Eric Decker <cire@cisco.com>,
+ GNU find was written by Eric Decker <cire@soe.ucsc.edu>,
with enhancements by David MacKenzie <djm@gnu.org>,
Jay Plett <jay@silence.princeton.nj.us>,
and Tim Wood <axolotl!tim@toad.com>.