]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/error/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / error / v2_0 / ChangeLog
1 2003-06-24  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * include/codes.h (ENOTEMPTY): Needed by the sysctl call in the
4         freeBSD stack.
5
6 2001-11-29  Jonathan Larmour  <jlarmour@redhat.com>
7
8         * include/errno.h: Don't use 'const' type qualifier any more. It
9         gives warnings in new compilers now.
10         * src/errno.cxx (cyg_error_get_errno_p): Ditto.
11
12 2000-06-19  Nick Garnett  <nickg@cygnus.co.uk>
13
14         * include/errno.h (errno): Added extern modifier to non-per-thread
15         instance of errno.
16
17 2000-06-07  Nick Garnett  <nickg@cygnus.co.uk>
18
19         * src/strerror.cxx: 
20         * include/codes.h: Added ESPIPE.
21
22 2000-06-02  Nick Garnett  <nickg@cygnus.co.uk>
23
24         * include/codes.h:
25         * src/strerror.cxx: Added some more codes.
26         
27 2000-05-31  Nick Garnett  <nickg@cygnus.co.uk>
28
29         * src/strerror.cxx: 
30         * include/codes.h:  Added EXDEV.
31
32 2000-05-20  Jonathan Larmour  <jlarmour@redhat.co.uk>
33
34         * include/codes.h: Add EDEADLOCK synonym for EDEADLK
35         Add ENFILE
36         * src/strerror.cxx: Add blurb for ENFILE, ENOSPC, EDEADLK and ENOTSUP
37
38 2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>
39
40         * include/codes.h: No need to conditionalize codes on CYGPKG_NET
41         Tidy a bit.
42         * src/errno.cxx: Move here from libc. Use kernel constant
43         per-thread data slot, not a dynamic one. Generally tidy.
44         * src/strerror.cxx: No need to conditionalize codes on CYGPKG_NET.
45         Tidy a bit.     
46
47 2000-03-31  Nick Garnett  <nickg@cygnus.co.uk>
48
49         * include/codes.h: Added some further codes.
50
51 2000-01-11  Gary Thomas  <gthomas@cygnus.co.uk>
52
53         * src/strerror.cxx (_strerror): 
54         * include/codes.h: Add in additional errors require to support
55         networking.
56
57 1999-04-14  John Dallaway  <jld@cygnus.co.uk>
58
59         * include/pkgconf/error.h: Add cdl_package doc attribute.
60
61 1998-09-11  Bart Veer  <bartv@cygnus.co.uk>
62
63         * include/pkgconf/error.h:
64         Sorting out dependencies for error package.
65
66 Mon Aug 24 17:51:08 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>
67
68         * include/pkgconf/error.h: 
69         Add CDL for this package, for the configuration system.
70
71 Wed Aug 12 11:04:27 BST 1998  Chris Provenzano  <proven@cygnus.com>
72
73         * Changelog: Initial ChangeLog entry.
74         * include/codes.h: #include <cyg/infra/cyg_type.h> for define
75         of externC.
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 //===========================================================================
111