Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-05-30 19:01:33 +0400
committerChristopher Faylor <me@cgf.cx>2003-05-30 19:01:33 +0400
commitcbe537543738595591484dacafcafabcad673005 (patch)
tree324fcd5794051570e36748a9b9acb1b2208e47ce /winsup/cygwin/ChangeLog
parent1698ff392ad8abc4320ddd9dd13609e5cef94030 (diff)
* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's have
problems with. * path.cc (path_conv::check): Rework has_acls logic slightly. Uncouple exec tests away from filesystem tests.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 11382e862..03f4eb7f8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2003-05-30 Christopher Faylor <cgf@redhat.com>
+
+ * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's
+ have problems with.
+
+ * path.cc (path_conv::check): Rework has_acls logic slightly. Uncouple
+ exec tests away from filesystem tests.
+
2003-05-30 Corinna Vinschen <corinna@vinschen.de>
* include/sys/param.h: Add DEV_BSIZE.