comparison 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
comparison
equal deleted inserted replaced
43:3e1bfbe59ff6 44:41bd4f3a90de
1 1999-10-05 Jonathan Larmour <jlarmour@cygnus.co.uk>
2
3 * include/libc.h: Add CYGSEM_LIBC_MAIN_STACK_FROM_SYSTEM to allow
4 the user to supply their own stack.
5 Rename CYGNUM_LIBC_MAIN_STACK_SIZE to
6 CYGNUM_LIBC_MAIN_DEFAULT_STACK_SIZE and reparent under
7 CYGSEM_LIBC_MAIN_STACK_FROM_SYSTEM
8 Add CYGNUM_LIBC_MAIN_THREAD_PRIORITY to provide main() thread
9 priority
10
11 * src/support/mainthread.cxx: Add support for user-supplied stack
12 Allow user to specify thread priority
13
14 These changes fix CR 101069
15
1 1999-10-01 Jonathan Larmour <jlarmour@cygnus.co.uk> 16 1999-10-01 Jonathan Larmour <jlarmour@cygnus.co.uk>
2 17
3 * include/pkgconf/libc.h (CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE): Change 18 * include/pkgconf/libc.h (CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE): Change
4 default to /dev/ttydiag to get correct console-like behaviour 19 default to /dev/ttydiag to get correct console-like behaviour
5 Also don't preclude use if haldiag package isn't included 20 Also don't preclude use if haldiag package isn't included