]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/language/c/libc/signals/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / language / c / libc / signals / v2_0 / ChangeLog
1 2007-09-27  Jonathan Larmour  <jifl@eCosCentric.com>
2
3         * src/siginit.cxx (cyg_libc_signals_default_handler): Handle case where
4         CYGINT_ISO_EXIT not available.
5
6 2003-06-26  Jonathan Larmour  <jifl@eCosCentric.com>
7
8         * include/signal.h: Remove unused definitions that had been used
9         for embryonic POSIX signals support.
10
11 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
12
13         * cdl/signals.cdl: Fix doc link.
14
15 2003-02-13  Jonathan Larmour  <jifl@eCosCentric.com>
16
17         * include/signal.inl (raise): Use if/else rather than switch to
18         avoid GCC 3.2 bug.
19
20 2002-05-23  Jesper Skov  <jskov@redhat.com>
21
22         * cdl/signals.cdl: Don't build signal2 test when it'll N/A
23         anyway.
24
25 2002-04-30  Jesper Skov  <jskov@redhat.com>
26
27         * cdl/signals.cdl: Added
28         CYGPKG_LIBC_SIGNALS_TESTS_SIGNAL2_TEST3_SKIP.
29         Removed again.
30
31         * tests/signal2.c: Instead check for
32         CYGNUM_HAL_EXCEPTION_FPU_DIV_BY_ZERO to decide if test3 is
33         appropriate.
34
35 2001-05-02  Nick Garnett  <nickg@cygnus.co.uk>
36
37         [x86 branch]
38         * tests/signal2.c (cause_memerror): Added code for I386
39         architecture to provoke General Protection Fault.
40
41 2001-04-27  Bart Veer  <bartv@redhat.com>
42
43         * tests/signal2.c (main):
44         The FPE test is applicable to the updated synthetic target. 
45
46 2001-04-17  Bart Veer  <bartv@redhat.com>
47
48         * cdl/signals.cdl:
49         Synthetic target now supports exceptions
50
51 2000-09-14  Jesper Skov  <jskov@redhat.com>
52
53         * tests/signal/signal2.c: Prevent that GCC optimizes away the
54         cause_fpe call.
55
56 2000-09-07  Jesper Skov  <jskov@redhat.com>
57
58         * tests/signal2.c: Fix compiler warning. Also reset FPU exception
59         vectors. Check for SH7708, not EDK7708 in test3 skip code.
60         * tests/signal1.c: Fix compiler warning.
61
62 2000-05-16  Jesper Skov  <jskov@redhat.com>
63
64         * tests/signal2.c: Also reset DIV_BY_ZERO vector.
65
66 2000-05-08  Jesper Skov  <jskov@redhat.com>
67
68         * tests/signal2.c: Skip test3 on SH7709A.
69
70 2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>
71
72         * New package
73         Separated original libc out into separate packages on functional
74         boundaries.
75         Header files are now managed by isoinfra package
76         Plenty of cleanups done, but no major functionality changes
77
78 //===========================================================================
79 //####ECOSGPLCOPYRIGHTBEGIN####
80 // -------------------------------------------
81 // This file is part of eCos, the Embedded Configurable Operating System.
82 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
83 //
84 // eCos is free software; you can redistribute it and/or modify it under
85 // the terms of the GNU General Public License as published by the Free
86 // Software Foundation; either version 2 or (at your option) any later version.
87 //
88 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
89 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
90 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
91 // for more details.
92 //
93 // You should have received a copy of the GNU General Public License along
94 // with eCos; if not, write to the Free Software Foundation, Inc.,
95 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
96 //
97 // As a special exception, if other files instantiate templates or use macros
98 // or inline functions from this file, or you compile this file and link it
99 // with other works to produce a work based on this file, this file does not
100 // by itself cause the resulting work to be covered by the GNU General Public
101 // License. However the source code for this file must still be made available
102 // in accordance with section (3) of the GNU General Public License.
103 //
104 // This exception does not invalidate any other reasons why a work based on
105 // this file might be covered by the GNU General Public License.
106 //
107 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
108 // at http://sources.redhat.com/ecos/ecos-license/
109 // -------------------------------------------
110 //####ECOSGPLCOPYRIGHTEND####
111 //===========================================================================