Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-01-28 19:40:19 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-01-28 19:40:19 +0300
commit4586200df3b7712fb7fda32a73bc7b8b4bd35cfd (patch)
tree6ba4e0da97f11db3577c946e47fe745bc0d863f3 /winsup/mingw/ChangeLog
parentd28fea6f4e50dda442a52774a15fed10b264c46d (diff)
*include/stdlib.h (__p__pgmptr): add prototype.
(__p__wpgmptr): likewise. (_pgmptr_dll): move declaration from dos.h. (_wpgmptr_dll): likewise. (_pgmptr): conditional define (MSVCT/CRTDLL). (_wpgmptr): likewise. *include/dos.h (_base*_dll variables): declare only for CRTDLL. (_os*_dll variables): likewise. (_pgmptr_dll): remove declaration and associated defines to stdlib.h. (_wpgmptr_dll): likewise.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 09a155294..1bdc35fa7 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,15 @@
+2001-01-28 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
+
+ *include/stdlib.h (__p__pgmptr): add prototype.
+ (__p__wpgmptr): likewise.
+ (_pgmptr_dll): move declaration from dos.h.
+ (_wpgmptr_dll): likewise.
+ (_pgmptr): conditional define (MSVCT/CRTDLL).
+ (_wpgmptr): likewise.
+ *include/dos.h (_base*_dll variables): declare only for CRTDLL.
+ (_os*_dll variables): likewise.
+ (_pgmptr_dll): remove declaration and associated defines to stdlib.h.
+ (_wpgmptr_dll): likewise.
2001-01-22 Danny Smith <danny_r_smith_2001@yahoo.co.nz>