aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>1993-09-10 00:04:38 +0000
committerJason Merrill <jason@redhat.com>1993-09-10 00:04:38 +0000
commit98e67c34eff03ab34a59506ab04c21d8f18a84ea (patch)
tree22c5441a2cb6bca0384474f03b13798f136d4524 /ChangeLog
parent241700396d3aedd7b40ae249e5ac5359d3108854 (diff)
downloadgdb-98e67c34eff03ab34a59506ab04c21d8f18a84ea.zip
gdb-98e67c34eff03ab34a59506ab04c21d8f18a84ea.tar.gz
gdb-98e67c34eff03ab34a59506ab04c21d8f18a84ea.tar.bz2
(chmodcmd): Set file to mode 755 by default (should also do default
chgrp and chown, but I don't feel like dealing with that now)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa5ebd3..c8d7378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
* install.sh: Support -d option (in the manner of SunOS 4 install,
as it is more deterministic than that of GNU install)
+ (chmodcmd): Set file to mode 755 by default (should also do default
+ chgrp and chown, but I don't feel like dealing with that now)
Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)