* cygwin.din: Export nl_langinfo().
* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
parent
b263d1d8d3
commit
05c728c45b
|
@ -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>
|
2002-11-26 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a
|
* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a
|
||||||
|
|
|
@ -597,6 +597,8 @@ nextafter
|
||||||
_nextafter = nextafter
|
_nextafter = nextafter
|
||||||
nextafterf
|
nextafterf
|
||||||
_nextafterf = nextafterf
|
_nextafterf = nextafterf
|
||||||
|
nl_langinfo
|
||||||
|
_nl_langinfo = nl_langinfo
|
||||||
open
|
open
|
||||||
_open = open
|
_open = open
|
||||||
opendir
|
opendir
|
||||||
|
|
|
@ -163,12 +163,13 @@ details. */
|
||||||
63: Export pututline
|
63: Export pututline
|
||||||
64: Export fseeko, ftello
|
64: Export fseeko, ftello
|
||||||
65: Export siginterrupt
|
65: Export siginterrupt
|
||||||
|
66: Export nl_langinfo
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#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
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
Loading…
Reference in New Issue