diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b52ceefd3..1bc93e2ec 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,13 @@ +2005-08-06 Christopher Faylor <cgf@timesys.com> + + * include/endian.h: Move everything into this file and define things + more like linux. + * include/cygwin/types.h: Include endian.h. + * include/sys/dirent.h: Define DT_* types and conversion macros. + + * pinfo.cc (pinfo::init): Remove special handling for PID_ALLPIDS and + execed code, even though it probably still isn't quite right. + 2005-08-05 Michael Gorse <mgorse@alum.wpi.edu> * thread.cc (pthread::create(3 args)): Make bool. |