Mercurial > flash_v2
diff packages/language/c/libc/current/ChangeLog @ 44:41bd4f3a90de ecos-sw-1999-10-08
Merge from eCos master repository on 1999-10-08-07:47:04-BST
| author | jlarmour |
|---|---|
| date | Fri, 08 Oct 1999 13:16:25 +0000 |
| parents | 94fd8fbfe8fe |
| children | 797268ecc331 |
line wrap: on
line diff
--- a/packages/language/c/libc/current/ChangeLog +++ b/packages/language/c/libc/current/ChangeLog @@ -1,3 +1,18 @@ +1999-10-05 Jonathan Larmour <jlarmour@cygnus.co.uk> + + * include/libc.h: Add CYGSEM_LIBC_MAIN_STACK_FROM_SYSTEM to allow + the user to supply their own stack. + Rename CYGNUM_LIBC_MAIN_STACK_SIZE to + CYGNUM_LIBC_MAIN_DEFAULT_STACK_SIZE and reparent under + CYGSEM_LIBC_MAIN_STACK_FROM_SYSTEM + Add CYGNUM_LIBC_MAIN_THREAD_PRIORITY to provide main() thread + priority + + * src/support/mainthread.cxx: Add support for user-supplied stack + Allow user to specify thread priority + + These changes fix CR 101069 + 1999-10-01 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/libc.h (CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE): Change
