summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 19c0779ca..2d70f3592 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2003-01-17 Christopher Faylor <cgf@redhat.com>
+ * cygheap.cc: Change most 'int's to 'unsigned's.
+ (_cmalloc): Only check for size of malloced region when calculating
+ budget. Add overhead when performing the sbrk. Previous change broke
+ _crealloc.
+
+2003-01-17 Christopher Faylor <cgf@redhat.com>
+
* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.
* grp.cc: Change most statics to NO_COPY throughout.
* passwd.cc: Ditto.