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:
authorChristopher Faylor <me@cgf.cx>2002-11-27 05:12:50 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-27 05:12:50 +0300
commit05c728c45b986cc43a8bebc8323e5eed00b93062 (patch)
treea1dd78161b29b6643a5501aeaa53eb60ee2bf780
parentb263d1d8d3d815c0c62423b0eba4cbd2c4670d94 (diff)
* cygwin.din: Export nl_langinfo().
* include/cygwin/version.h: Bump API minor version.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygwin.din2
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 9 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 196ade15c..c5978facf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-26 Jason Tishler <jason@tishler.net>
+
+ * cygwin.din: Export nl_langinfo().
+ * include/cygwin/version.h: Bump API minor version.
+
2002-11-26 Christopher Faylor <cgf@redhat.com>
* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 85418191b..d275d2878 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -597,6 +597,8 @@ nextafter
_nextafter = nextafter
nextafterf
_nextafterf = nextafterf
+nl_langinfo
+_nl_langinfo = nl_langinfo
open
_open = open
opendir
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 2de93cb15..17baa6a02 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -163,12 +163,13 @@ details. */
63: Export pututline
64: Export fseeko, ftello
65: Export siginterrupt
+ 66: Export nl_langinfo
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 65
+#define CYGWIN_VERSION_API_MINOR 66
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible