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