summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-09-16 03:49:03 +0000
committerChristopher Faylor <me@cgf.cx>2004-09-16 03:49:03 +0000
commit22a1a24f10203d4a361cb6b1742d2b04f524e221 (patch)
tree9d0a715e2bdfd4cff5da512290a67cead977cd90 /winsup/cygwin/ChangeLog
parent181cb05147a5590048f29f246f4b146e6f3b8112 (diff)
downloadcygnal-22a1a24f10203d4a361cb6b1742d2b04f524e221.tar.gz
cygnal-22a1a24f10203d4a361cb6b1742d2b04f524e221.tar.bz2
cygnal-22a1a24f10203d4a361cb6b1742d2b04f524e221.zip
* cygwin.din (_impure_ptr): Export.
(reent_data): Don't export. * dcrt0.cc (reent_data): Drop. (__cygwin_user_data): Initialize impure_ptr as GLOBAL_REENT. (_dll_crt0): Initialize _impure_ptr as GLOBAL_REENT. * lib/_cygwin_crt0_common.cc (_impure_ptr): Drop. Declare extern as dllimport instead.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b02d817f8..54dcedca6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2004-09-15 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygwin.din (_impure_ptr): Export.
+ (reent_data): Don't export.
+ * dcrt0.cc (reent_data): Drop.
+ (__cygwin_user_data): Initialize impure_ptr as GLOBAL_REENT.
+ (_dll_crt0): Initialize _impure_ptr as GLOBAL_REENT.
+ * lib/_cygwin_crt0_common.cc (_impure_ptr): Drop. Declare extern as
+ dllimport instead.
+
2004-09-14 Christopher Faylor <cgf@timesys.com>
* cygtls.h: Add alignment kludge to fix disparity between compilers.