diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-07 04:13:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-07 04:13:41 +0000 |
commit | 1de8d16415fbcb0f608605e51a031d3e872353d9 (patch) | |
tree | c1296731b23a95f365ff78aea221f90950e493db /winsup/cygwin/ChangeLog | |
parent | 45b314b1ade5a71ec784d5ba5b3c041ccebd478f (diff) | |
download | newlib-1de8d16415fbcb0f608605e51a031d3e872353d9.zip newlib-1de8d16415fbcb0f608605e51a031d3e872353d9.tar.gz newlib-1de8d16415fbcb0f608605e51a031d3e872353d9.tar.bz2 |
* heap.cc (heap_init): Remove debugging code.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 908ed31..6665920 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,11 @@ +2003-02-06 Christopher Faylor <cgf@redhat.com> + + * heap.cc (heap_init): Remove debugging code. + 2003-02-06 Pierre Humblet <pierre.humblet@ieee.org> * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete - declaration of is_grp_member. + declaration of is_grp_member. * uinfo.cc (internal_getlogin): Use UNKNOWN_GID. * passwd.cc (pwdgrp::read_passwd): Use UNKNOWN_UID. * grp.cc (pwdgrp::read_group): Change group name to provide better |