OSDN Git Service

The DLL name for winspool is actually winspool.drv.
[mingw/mingw-org-wsl.git] / ChangeLog
index 55ffc75..f868928 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,37 @@
+2013-09-14  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       The winspool DLL name is actually winspool.drv.
+
+       * Makefile.in: Conditionalize the DLL name specification for
+       libwinspool.a.
+
+2013-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Correct typo causing errors under some conditions.
+
+       * include/sdkddkver.h: Change OSDIR to OSVER.
+
+2013-07-28  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       Correction for issue #2007.
+
+       * Makefile.in: Corrected for missing libgmon.a objects and headers.
+       * misc/gpl/profile/profil.h: Move to ...
+       * misc/gpl/include/profil.h: Here.
+       * misc/src/libcrt/profile/gmon.h: Move to ...
+       * misc/src/include/gmon.h: Here.
+
+2013-06-28  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * include/tchar.h (_tcsclen): Add missing define.
+
 2013-06-27  Earnie Boyd  <earnie@users.sourceforge.net>
 
        * include/wchar.h: Resolve issue to define all components of
        _STAT_DEFINED
+       * Makefile.in (mingw.org-wsl): Change string to mingw_org_wsl for
+       package name consistency and to be repository name nescient.
+       * README (mingw.org-wsl): Ditto
 
 2013-06-25  Keith Marshall  <keithmarshall@users.sourceforge.net>