diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 20 |
2 files changed, 19 insertions, 2 deletions
@@ -43,6 +43,7 @@ Mark Kettenis: kettenis@phys.uva.nl Marty Leisner: leisner@sdsp.mc.xerox.com Masami Takikawa: takikawm@CS.ORST.EDU Matthew S. Levine: mslevine@theory.lcs.mit.edu +Michiel Bacchiani: bacchian@raven.bu.edu Miles Bader: miles@gnu.ai.mit.edu Noel Cragg: noel@red-bean.com Olav Morkrid: olav@funcom.com diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 19e26474e..9b8f61c53 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,21 @@ +1998-12-18 Jim Meyering <meyering@ascend.com> + + * Version 4.1-b1. + + * src/copy.c (copy_internal): Remove errnoeous `%s: ' prefix + from format string. From Michiel Bacchiani. + + * src/chgrp.c (MAXGID): Define. + Use gid_t (not int) as the type for `group' variables. + (parse_group): Use MAXGID, not INT_MAX. + + * src/install.c (UID_T_MAX, GID_T_MAX): Remove definitions. + * src/sys2.h (UID_T_MAX, GID_T_MAX): Define them here instead. + +1998-12-13 Jim Meyering <meyering@ascend.com> + + * lib/Makefile.am (EXTRA_DIST): Add xstat.in. + 1998-12-12 Jim Meyering <meyering@ascend.com> 1998-10-15 Akim Demaille <demaille@inf.enst.fr> @@ -15,8 +33,6 @@ 1998-12-11 Jim Meyering <meyering@ascend.com> - * Version 4.1-b1. - * lib/Makefile.am (lstat.c): Add rule to generate this from xstat.in. (stat.c): Likewise. * lib/stat.c: Remove file. |