fix changelog garbling
This commit is contained in:
parent
608b0ce960
commit
410b2bc211
|
@ -4,15 +4,14 @@
|
||||||
around LoadAddress to prevent loaded dlls (like msvcrt.dll) from
|
around LoadAddress to prevent loaded dlls (like msvcrt.dll) from
|
||||||
setting unwanted stuff.
|
setting unwanted stuff.
|
||||||
|
|
||||||
2005-03-02 Christopher Faylor <cgf@timesys.com>
|
|
||||||
|
|
||||||
* cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It
|
|
||||||
|
|
||||||
2005-03-02 Christopher Faylor <cgf@timesys.com>
|
2005-03-02 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* cygtls.cc (_cygtls::remove): Don't attempt any removal activities if
|
* cygtls.cc (_cygtls::remove): Don't attempt any removal activities if
|
||||||
exitsock is zero.
|
exitsock is zero.
|
||||||
|
|
||||||
|
2005-03-02 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* cygtls.cc (_cygtls::init_thread): Move exitsock setting later. It
|
||||||
should always be set.
|
should always be set.
|
||||||
(_cygtls::remove): Detect zero exitsock. Not quite sure why this is needed.
|
(_cygtls::remove): Detect zero exitsock. Not quite sure why this is needed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue