]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/language/c/libc/startup/v2_0/ChangeLog
ecd0c6fbfa9d107a73fc0d538ebc566295f2496f
[karo-tx-redboot.git] / packages / language / c / libc / startup / v2_0 / ChangeLog
1 2003-03-07  Jonathan Larmour  <jifl@eCosCentric.com>
2
3         * src/mainthread.cxx: Align stack to relevant architecture alignment.
4
5 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
6
7         * cdl/startup.cdl: Fix doc link.
8
9 2002-04-09  Jonathan Larmour  <jlarmour@redhat.com>
10
11         * src/_exit.cxx (_exit): Assert on non-zero error.
12
13 2001-10-09  Jonathan Larmour  <jlarmour@redhat.com>
14
15         * src/invokemain.cxx (cyg_libc_invoke_main): CYGINT_ISO_PTHREAD_IMPL
16         needs #ifdef not #if now.
17
18 2000-12-22  Jonathan Larmour  <jlarmour@redhat.com>
19
20         * cdl/startup.cdl: Allow others to say whether main() can be invoked
21         elsewhere.
22         Use defaults for startup context implementor using above interface
23         rather than POSIX pthread package.
24         Allow main() stack to be visible for other implementors, except
25         when called from the init context since the stack size isn't used
26         there, or when the implementation says it doesn't use it.
27         Define an interface to express that the stack size option
28         isn't used in such cases.
29         
30 2000-10-12  Jonathan Larmour  <jlarmour@redhat.com>
31
32         * cdl/startup.cdl (CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS):
33         Special case for POSIX package startup since we know it calls
34         cyg_libc_invoke_main() rather than main directly.
35
36 2000-08-07  Jonathan Larmour  <jlarmour@redhat.co.uk>
37
38         * src/invokemain.cxx: Declare cyg_hal_stop_constructors
39
40 2000-07-31  Jonathan Larmour  <jlarmour@redhat.co.uk>
41
42         * src/cstartup.cxx: Fix typo
43
44 2000-07-19  Jonathan Larmour  <jlarmour@redhat.co.uk>
45
46         * cdl/startup.cdl:
47         Make a "radio button" choice between how main() gets invoked (eCos
48         thread vs. cyg_user_start vs. someone else doing it)
49
50         * src/mainthread.cxx: Move cyg_libc_dummy_constructor_class to
51         src/invokemain.cxx
52
53         * src/invokemain.cxx: Invoke pthread_exit() instead of exit() if
54         relevant
55
56         * src/cstartup.cxx:
57         Only fiddle with cyg_user_start() if
58         CYGSEM_LIBC_STARTUP_MAIN_INITCONTEXT defined
59
60 2000-07-04  Jonathan Larmour  <jlarmour@redhat.co.uk>
61
62         * src/abort.cxx: Fix configuration dependency on CYGINT_ISO_SIGNAL_IMPL
63
64 2000-05-20  Jonathan Larmour  <jlarmour@redhat.co.uk>
65
66         * cdl/startup.cdl (CYGSEM_LIBC_EXIT_STOPS_SYSTEM): 
67         default to 0 always
68
69 2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>
70
71         * New package
72         Separated original libc out into separate packages on functional
73         boundaries.
74         Header files are now managed by isoinfra package
75         Plenty of cleanups done, but no major functionality changes
76
77 //===========================================================================
78 //####ECOSGPLCOPYRIGHTBEGIN####
79 // -------------------------------------------
80 // This file is part of eCos, the Embedded Configurable Operating System.
81 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
82 //
83 // eCos is free software; you can redistribute it and/or modify it under
84 // the terms of the GNU General Public License as published by the Free
85 // Software Foundation; either version 2 or (at your option) any later version.
86 //
87 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
88 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
89 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90 // for more details.
91 //
92 // You should have received a copy of the GNU General Public License along
93 // with eCos; if not, write to the Free Software Foundation, Inc.,
94 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
95 //
96 // As a special exception, if other files instantiate templates or use macros
97 // or inline functions from this file, or you compile this file and link it
98 // with other works to produce a work based on this file, this file does not
99 // by itself cause the resulting work to be covered by the GNU General Public
100 // License. However the source code for this file must still be made available
101 // in accordance with section (3) of the GNU General Public License.
102 //
103 // This exception does not invalidate any other reasons why a work based on
104 // this file might be covered by the GNU General Public License.
105 //
106 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
107 // at http://sources.redhat.com/ecos/ecos-license/
108 // -------------------------------------------
109 //####ECOSGPLCOPYRIGHTEND####
110 //===========================================================================