comparison packages/kernel/current/ChangeLog @ 1539:57cebf53b527

* include/kapi.h: Add throw specifications throughout. * src/kapi.cxx: Ditto. * include/sched.inl: Move include of thread.inl further down to allow Cyg_Scheduler inlines to be defined first. * include/thread.inl: Reorder destructors section and include sched.inl right before it to solve mutual header dependency problems.
author jlarmour
date Mon, 15 Mar 2004 15:20:53 +0000
parents 382e69fac9e0
children 956d016d5e0e
comparison
equal deleted inserted replaced
1538:a7550c330045 1539:57cebf53b527
1 2004-03-12 Jonathan Larmour <jifl@eCosCentric.com>
2
3 * include/kapi.h: Add throw specifications throughout.
4 * src/kapi.cxx: Ditto.
5 * include/sched.inl: Move include of thread.inl further down to
6 allow Cyg_Scheduler inlines to be defined first.
7 * include/thread.inl: Reorder destructors section and include
8 sched.inl right before it to solve mutual header dependency
9 problems.
10
1 2004-03-04 Jonathan Larmour <jifl@eCosCentric.com> 11 2004-03-04 Jonathan Larmour <jifl@eCosCentric.com>
2 12
3 * doc/kernel.sgml: Document cyg_thread_delete return value. 13 * doc/kernel.sgml: Document cyg_thread_delete return value.
4 14
5 2004-02-19 Jonathan Larmour <jifl@eCosCentric.com> 15 2004-02-19 Jonathan Larmour <jifl@eCosCentric.com>