Mercurial > ecos
comparison packages/compat/posix/current/ChangeLog @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 0c2b7be0d798 |
| children | 0ae0bc38e387 |
comparison
equal
deleted
inserted
replaced
| 129:605a0fc6f385 | 130:eb9fd8c04db3 |
|---|---|
| 1 2000-10-16 Jonathan Larmour <jlarmour@redhat.com> | |
| 2 | |
| 3 * include/sigsetjmp.h (sigsetjmp): Various fixes to make portable | |
| 4 across all HALs (by avoiding CYGARC_JMP_BUF_SIZE) and remove warnings. | |
| 5 * src/signal.cxx (siglongjmp): Likewise | |
| 6 | |
| 7 2000-10-12 Nick Garnett <nickg@cygnus.co.uk> | |
| 8 | |
| 9 * include/sigsetjmp.h: Added this header to define | |
| 10 sigjmp_buf,sigsetjmp() and siglongjmp(). | |
| 11 | |
| 12 * cdl/posix.cdl: | |
| 13 Added support for providing sigsetjmp implementation and header. | |
| 14 Added sigsetjmp test. | |
| 15 | |
| 16 * src/signal.cxx: Added siglongjmp(). | |
| 17 | |
| 18 * tests/sigsetjmp.c: Added this test for sigsetjmp(), siglongjmp() | |
| 19 functionality. This is also a test for longjmping out of signal | |
| 20 handlers. | |
| 21 | |
| 22 * tests/signal2.c: | |
| 23 Ifdeffed around cause_* functions to avoid compiler warnings when | |
| 24 they are not needed. | |
| 25 Changed CYG_TEST_NA() calls to CYG_TEST_INFO() and changed | |
| 26 CYG_TEST_FINISH() to CYG_TEST_PASS_FINISH(). With the _NA's there, | |
| 27 the first unsupported exception just terminates the program, and | |
| 28 does not give any subsequent supported ones a chance to run. | |
| 29 | |
| 30 2000-10-12 Jesper Skov <jskov@redhat.com> | |
| 31 | |
| 32 * tests/timer1.c (main): Fix exit check. | |
| 33 | |
| 1 2000-10-11 Nick Garnett <nickg@cygnus.co.uk> | 34 2000-10-11 Nick Garnett <nickg@cygnus.co.uk> |
| 2 | 35 |
| 3 * src/pthread.cxx: Fixed cyg_posix_pthread_release_thread() to | 36 * src/pthread.cxx: Fixed cyg_posix_pthread_release_thread() to |
| 4 work for _DETACHED threads as well as for _RUNNING ones. Also | 37 work for _DETACHED threads as well as for _RUNNING ones. Also |
| 5 fixed a bug in test to decrement counter in this routine. | 38 fixed a bug in test to decrement counter in this routine. |
