comparison packages/error/current/ChangeLog @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents ced4577552cd
children 51b34619b677
comparison
equal deleted inserted replaced
114:5ad2b71d525e 115:6ed91473a1cd
1 2000-06-19 Nick Garnett <nickg@cygnus.co.uk>
2
3 * include/errno.h (errno): Added extern modifier to non-per-thread
4 instance of errno.
5
6 2000-06-07 Nick Garnett <nickg@cygnus.co.uk>
7
8 * src/strerror.cxx:
9 * include/codes.h: Added ESPIPE.
10
11 2000-06-02 Nick Garnett <nickg@cygnus.co.uk>
12
13 * include/codes.h:
14 * src/strerror.cxx: Added some more codes.
15
16 2000-05-31 Nick Garnett <nickg@cygnus.co.uk>
17
18 * src/strerror.cxx:
19 * include/codes.h: Added EXDEV.
20
21 2000-05-20 Jonathan Larmour <jlarmour@redhat.co.uk>
22
23 * include/codes.h: Add EDEADLOCK synonym for EDEADLK
24 Add ENFILE
25 * src/strerror.cxx: Add blurb for ENFILE, ENOSPC, EDEADLK and ENOTSUP
26
27 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk>
28
29 * include/codes.h: No need to conditionalize codes on CYGPKG_NET
30 Tidy a bit.
31 * src/errno.cxx: Move here from libc. Use kernel constant
32 per-thread data slot, not a dynamic one. Generally tidy.
33 * src/strerror.cxx: No need to conditionalize codes on CYGPKG_NET.
34 Tidy a bit.
35
1 2000-03-31 Nick Garnett <nickg@cygnus.co.uk> 36 2000-03-31 Nick Garnett <nickg@cygnus.co.uk>
2 37
3 * include/codes.h: Added some further codes. 38 * include/codes.h: Added some further codes.
4 39
5 2000-01-11 Gary Thomas <gthomas@cygnus.co.uk> 40 2000-01-11 Gary Thomas <gthomas@cygnus.co.uk>