OSDN Git Service

* localtime.cc (localtime_r): Call tzset.
authorcgf <cgf>
Sun, 8 Feb 2004 19:59:26 +0000 (19:59 +0000)
committercgf <cgf>
Sun, 8 Feb 2004 19:59:26 +0000 (19:59 +0000)
commit48c2921d7bc5702957a7e71068989ec4352dcb34
treeecdcb0e2543a300e374c7160e93cd0a7d5deb8ce
parentd39fd8bff88fe10208a64a2273dc7a1a957ebf38
* localtime.cc (localtime_r): Call tzset.
* Makefile.in: Make version.h/cygwin.din version check a warning since it is
not foolproof.
* cygheap.h (CYGHEAPSIZE): Bump size down.
* cygtls.h (_threadinfo::stacklock): New element.
(_threadinfo::pop): Make regparm.
(_threadinfo::lock): New function.
(_threadinfo::unlock): New function.
* cygtls.cc (_threadinfo::push): Wait for a lock on the stack before performing
the operation.
(_threadinfo::pop): Move to another file.
* cygwin.din: More SIGFE changes.
* exceptions.cc (try_to_debug): Always display messages on console.
(handle_exceptions): Unwind stack only when actually about to call sig_send.
(setup_handler): Lock stack prior to performing any operations.
* gendef (_sigfe): Ditto.
(_sigbe): Ditto.
(_threadinfo::pop): Ditto.  Move here.
* gen_tlsoffsets: Generate positive offsets.
* tlsoffsets.h: Regenerate.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/cygheap.h
winsup/cygwin/cygtls.cc
winsup/cygwin/cygtls.h
winsup/cygwin/cygwin.din
winsup/cygwin/exceptions.cc
winsup/cygwin/gendef
winsup/cygwin/gentls_offsets
winsup/cygwin/localtime.cc
winsup/cygwin/tlsoffsets.h