diff options
author | Christopher Faylor <me@cgf.cx> | 2005-06-04 02:11:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-06-04 02:11:50 +0000 |
commit | 6e780c8bf5805e72414adad805f40ef4df1ebf57 (patch) | |
tree | b432d94f272dd9da96fd63d5602437f44aaff824 /winsup/cygwin/ChangeLog | |
parent | 15c04fd16e2f6a8725311eeff9f5093524c6cf4f (diff) | |
download | cygnal-6e780c8bf5805e72414adad805f40ef4df1ebf57.tar.gz cygnal-6e780c8bf5805e72414adad805f40ef4df1ebf57.tar.bz2 cygnal-6e780c8bf5805e72414adad805f40ef4df1ebf57.zip |
* dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. Comment
to explain the caveats of this method.
* how-cygtls-works.txt: New file.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index fc409bb92..2578bf37f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2005-06-03 Max Kaehn <slothman@electric-cloud.com> + + * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. + Comment to explain the caveats of this method. + * how-cygtls-works.txt: New file. + 2005-06-02 Christopher Faylor <cgf@timesys.com> * dlfcn.cc (get_full_path_of_dll): Use a relative path when converting |