This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Added Kazuhiro's new wchar functions to cygwin.din


>>> On Sun, 01 Sep 2002 08:50:39 -0400
>>> Earnie Boyd <earnie_boyd@yahoo.com> said:

> So, instead of Corinna fixing the cygwin.din to/not to export them,
> could you submit the patch?

Here it is.
2002-09-02  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>

	* cygwin.din: Revert exporting new wchar functions.
	* include/cygwin/version.h: Revert bumping API minor number.
Index: cygwin.din
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/cygwin.din,v
retrieving revision 1.62
retrieving revision 1.59
diff -u -p -r1.62 -r1.59
--- cygwin.din	30 Aug 2002 13:30:26 -0000	1.62
+++ cygwin.din	28 Aug 2002 10:50:26 -0000	1.59
@@ -1031,58 +1031,6 @@ wcscmp
 _wcscmp = wcscmp
 wcslen
 _wcslen = wcslen
-wcscat
-_wcscat = wcscat
-wcschr
-_wcschr = wcschr
-wcscpy
-_wcscpy = wcscpy
-wcscspn
-_wcscspn = wcscspn
-wcslcat
-_wcslcat = wcslcat
-wcslcpy
-_wcslcpy = wcslcpy
-wcsncat
-_wcsncat = wcsncat
-wcsncmp
-_wcsncmp = wcsncmp
-wcsncpy
-_wcsncpy = wcsncpy
-wcspbrk
-_wcspbrk = wcspbrk
-wcsrchr
-_wcsrchr = wcsrchr
-wcsspn
-_wcsspn = wcsspn
-wcsstr
-_wcsstr = wcsstr
-wmemchr
-_wmemchr = wmemchr
-wmemcmp
-_wmemcmp = wmemcmp
-wmemcpy
-_wmemcpy = wmemcpy
-wmemmove
-_wmemmove = wmemmove
-wmemset
-_wmemset = wmemset
-btowc
-_btowc = btowc
-wctob
-_wctob = wctob
-mbsinit
-_mbsinit = mbsinit
-mbrlen
-_mbrlen = mbrlen
-mbrtowc
-_mbrtowc = mbrtowc
-mbsrtowcs
-_mbsrtowcs = mbsrtowcs
-wcrtomb
-_wcrtomb = wcrtomb
-wcsrtombs
-_wcsrtombs = wcsrtombs
 wprintf
 _wprintf = wprintf
 memccpy
Index: include/cygwin/version.h
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/include/cygwin/version.h,v
retrieving revision 1.75
retrieving revision 1.74
diff -u -p -r1.75 -r1.74
--- include/cygwin/version.h	30 Aug 2002 12:18:56 -0000	1.75
+++ include/cygwin/version.h	28 Aug 2002 10:50:27 -0000	1.74
@@ -161,15 +161,12 @@ details. */
        60: MSG_NOSIGNAL
        61: Export getc_unlocked, getchar_unlocked, putc_unlocked,
 	   putchar_unlocked
-       62: Export wcscat, wcschr, wcscpy, wcscspn, wcslcat, wcslcpy, wcsncat,
-           wcsncmp, wcsncpy, wcspbrk, wcsrchr, wcsspn, wcsstr, wmemchr,
-	   wmemcmp, wmemcpy, wmemmove, wmemset
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 62
+#define CYGWIN_VERSION_API_MINOR 61
 
      /* There is also a compatibity version number associated with the
 	shared memory regions.  It is incremented when incompatible
____
  | AIST      Kazuhiro Fujieda <fujieda@jaist.ac.jp>
  | HOKURIKU  Center for Information Science
o_/ 1990      Japan Advanced Institute of Science and Technology

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]