]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/error/v2_0/ChangeLog
Merge branch 'master' of git+ssh://git.kernelconcepts.de/karo-tx-redboot
[karo-tx-redboot.git] / packages / error / v2_0 / ChangeLog
1 2007-06-28  Gary Thomas  <gary@mlbassoc.com>
2
3         * src/strerror.cxx: Add (char *) casts to make GCC 4.2.x happy.
4
5 2003-06-24  Andrew Lunn  <andrew.lunn@ascom.ch>
6
7         * include/codes.h (ENOTEMPTY): Needed by the sysctl call in the
8         freeBSD stack.
9
10 2001-11-29  Jonathan Larmour  <jlarmour@redhat.com>
11
12         * include/errno.h: Don't use 'const' type qualifier any more. It
13         gives warnings in new compilers now.
14         * src/errno.cxx (cyg_error_get_errno_p): Ditto.
15
16 2000-06-19  Nick Garnett  <nickg@cygnus.co.uk>
17
18         * include/errno.h (errno): Added extern modifier to non-per-thread
19         instance of errno.
20
21 2000-06-07  Nick Garnett  <nickg@cygnus.co.uk>
22
23         * src/strerror.cxx: 
24         * include/codes.h: Added ESPIPE.
25
26 2000-06-02  Nick Garnett  <nickg@cygnus.co.uk>
27
28         * include/codes.h:
29         * src/strerror.cxx: Added some more codes.
30         
31 2000-05-31  Nick Garnett  <nickg@cygnus.co.uk>
32
33         * src/strerror.cxx: 
34         * include/codes.h:  Added EXDEV.
35
36 2000-05-20  Jonathan Larmour  <jlarmour@redhat.co.uk>
37
38         * include/codes.h: Add EDEADLOCK synonym for EDEADLK
39         Add ENFILE
40         * src/strerror.cxx: Add blurb for ENFILE, ENOSPC, EDEADLK and ENOTSUP
41
42 2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>
43
44         * include/codes.h: No need to conditionalize codes on CYGPKG_NET
45         Tidy a bit.
46         * src/errno.cxx: Move here from libc. Use kernel constant
47         per-thread data slot, not a dynamic one. Generally tidy.
48         * src/strerror.cxx: No need to conditionalize codes on CYGPKG_NET.
49         Tidy a bit.     
50
51 2000-03-31  Nick Garnett  <nickg@cygnus.co.uk>
52
53         * include/codes.h: Added some further codes.
54
55 2000-01-11  Gary Thomas  <gthomas@cygnus.co.uk>
56
57         * src/strerror.cxx (_strerror): 
58         * include/codes.h: Add in additional errors require to support
59         networking.
60
61 1999-04-14  John Dallaway  <jld@cygnus.co.uk>
62
63         * include/pkgconf/error.h: Add cdl_package doc attribute.
64
65 1998-09-11  Bart Veer  <bartv@cygnus.co.uk>
66
67         * include/pkgconf/error.h:
68         Sorting out dependencies for error package.
69
70 Mon Aug 24 17:51:08 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>
71
72         * include/pkgconf/error.h: 
73         Add CDL for this package, for the configuration system.
74
75 Wed Aug 12 11:04:27 BST 1998  Chris Provenzano  <proven@cygnus.com>
76
77         * Changelog: Initial ChangeLog entry.
78         * include/codes.h: #include <cyg/infra/cyg_type.h> for define
79         of externC.
80
81 //===========================================================================
82 //####ECOSGPLCOPYRIGHTBEGIN####
83 // -------------------------------------------
84 // This file is part of eCos, the Embedded Configurable Operating System.
85 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
86 //
87 // eCos is free software; you can redistribute it and/or modify it under
88 // the terms of the GNU General Public License as published by the Free
89 // Software Foundation; either version 2 or (at your option) any later version.
90 //
91 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
92 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
93 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
94 // for more details.
95 //
96 // You should have received a copy of the GNU General Public License along
97 // with eCos; if not, write to the Free Software Foundation, Inc.,
98 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
99 //
100 // As a special exception, if other files instantiate templates or use macros
101 // or inline functions from this file, or you compile this file and link it
102 // with other works to produce a work based on this file, this file does not
103 // by itself cause the resulting work to be covered by the GNU General Public
104 // License. However the source code for this file must still be made available
105 // in accordance with section (3) of the GNU General Public License.
106 //
107 // This exception does not invalidate any other reasons why a work based on
108 // this file might be covered by the GNU General Public License.
109 //
110 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
111 // at http://sources.redhat.com/ecos/ecos-license/
112 // -------------------------------------------
113 //####ECOSGPLCOPYRIGHTEND####
114 //===========================================================================
115