OSDN Git Service

* include/tchar.h (_tfdopen): Correct typo.
authordannysmith <dannysmith>
Mon, 29 Jul 2002 03:05:56 +0000 (03:05 +0000)
committerdannysmith <dannysmith>
Mon, 29 Jul 2002 03:05:56 +0000 (03:05 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/tchar.h

index 27900f0..9ba0b3f 100644 (file)
@@ -1,5 +1,9 @@
 2002-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * include/tchar.h (_tfdopen): Correct typo.
+
+2002-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * moldname.def.in (chgsign,scalb,finite,fpclass,logb,
        nextafter): Add non-underscored stubs.
        * moldname-msvcrt.def: Regenerate.
        * mingwex/math/tanl.S: New file.
        * mingwex/Makefile.in: Adjust VPATH for source files in
        mingwex/math.
+       Adjust MATH_OBJS.
+       Add MATH_DISTFILES and use it to build source distro.
        * include/ math.h: Add protypes for new functions and
        reorganise to reflect ANSI,C99 status.
 
index 6684d6b..3b6fbd6 100644 (file)
@@ -187,7 +187,7 @@ typedef wchar_t _TCHAR;
 #define _tcreat     _wcreat
 #define _tfindfirst _wfindfirst
 #define _tfindnext  _wfindnext
-#define _tfopen     _wfdopen
+#define _tfdopen    _wfdopen
 #define _tfopen     _wfopen
 #define _tgetenv    _wgetenv
 #define _tputenv    _wputenv