]> sourceware.org Git - newlib-cygwin.git/commit
* localtime.cc (localtime_r): Call tzset.
authorChristopher Faylor <me@cgf.cx>
Sun, 8 Feb 2004 19:59:27 +0000 (19:59 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 8 Feb 2004 19:59:27 +0000 (19:59 +0000)
commit6946073e784471e1fc51fffd705b0cbc4d58e730
tree76e1a45c0d78871721c0c1c807bc89e343cd1454
parentf5133f95b085c4fbe92fc5ca8fee9d5016257e4e
* 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
This page took 0.027695 seconds and 5 git commands to generate.