summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ecc4de15d..bb6d29753 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2004-07-24 Corinna Vinschen <corinna@vinschen.de>
+ Christopher Faylor <cgf@timesys.com>
+
+ * autoload.cc (GetNativeSystemInfo): Add.
+ (IsWow64Process): Add.
+ * init.cc (respawn_wow64_process): New function.
+ (dll_entry): If process has been started from a 64 bit
+ process, call respawn_wow64_process.
+ * uname.cc (uname): On 64 bit systems, use GetNativeSystemInfo.
+ Show actual CPU type.
+
2004-07-23 Corinna Vinschen <corinna@vinschen.de>
* dtable.cc (dtable::get_debugger_info): Make stderr r/w according