diff 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
line wrap: on
line diff
--- a/packages/error/current/ChangeLog
+++ b/packages/error/current/ChangeLog
@@ -1,3 +1,38 @@
+2000-06-19  Nick Garnett  <nickg@cygnus.co.uk>
+
+	* include/errno.h (errno): Added extern modifier to non-per-thread
+	instance of errno.
+
+2000-06-07  Nick Garnett  <nickg@cygnus.co.uk>
+
+	* src/strerror.cxx: 
+	* include/codes.h: Added ESPIPE.
+
+2000-06-02  Nick Garnett  <nickg@cygnus.co.uk>
+
+	* include/codes.h:
+	* src/strerror.cxx: Added some more codes.
+	
+2000-05-31  Nick Garnett  <nickg@cygnus.co.uk>
+
+	* src/strerror.cxx: 
+	* include/codes.h:  Added EXDEV.
+
+2000-05-20  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+	* include/codes.h: Add EDEADLOCK synonym for EDEADLK
+	Add ENFILE
+	* src/strerror.cxx: Add blurb for ENFILE, ENOSPC, EDEADLK and ENOTSUP
+
+2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+	* include/codes.h: No need to conditionalize codes on CYGPKG_NET
+	Tidy a bit.
+	* src/errno.cxx: Move here from libc. Use kernel constant
+	per-thread data slot, not a dynamic one. Generally tidy.
+	* src/strerror.cxx: No need to conditionalize codes on CYGPKG_NET.
+	Tidy a bit.	
+
 2000-03-31  Nick Garnett  <nickg@cygnus.co.uk>
 
 	* include/codes.h: Added some further codes.