* cygwin.din: Export all appropriate newlib functions.

* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Christopher Faylor 2003-02-15 21:45:09 +00:00
parent 462b729762
commit f655eadfb4
3 changed files with 82 additions and 3 deletions
winsup/cygwin

View File

@ -1,3 +1,8 @@
2003-02-15 Christopher Faylor <cgf@redhat.com>
* cygwin.din: Export all appropriate newlib functions.
* include/cygwin/version.h: Bump API minor number.
2003-02-14 Jason Tishler <jason@tishler.net> 2003-02-14 Jason Tishler <jason@tishler.net>
* mmap.cc (mprotect): Add missing break. * mmap.cc (mprotect): Add missing break.

View File

@ -426,6 +426,12 @@ gmtime
_gmtime = gmtime _gmtime = gmtime
gmtime_r gmtime_r
_gmtime_r = gmtime_r _gmtime_r = gmtime_r
hcreate
hcreate_r
hdestroy
hdestroy_r
hsearch
hsearch_r
h_errno DATA h_errno DATA
hypot hypot
_hypot = hypot _hypot = hypot
@ -455,6 +461,7 @@ isascii
_isascii = isascii _isascii = isascii
isatty isatty
_isatty = isatty _isatty = isatty
isblank
iscntrl iscntrl
_iscntrl = iscntrl _iscntrl = iscntrl
isdigit isdigit
@ -479,6 +486,19 @@ isspace
_isspace = isspace _isspace = isspace
isupper isupper
_isupper = isupper _isupper = isupper
iswalnum
iswalpha
iswblank
iswcntrl
iswctype
iswdigit
iswgraph
iswlower
iswprint
iswpunct
iswspace
iswupper
iswxdigit
isxdigit isxdigit
_isxdigit = isxdigit _isxdigit = isxdigit
j0 j0
@ -495,6 +515,7 @@ jnf
_jnf = jnf _jnf = jnf
kill kill
_kill = kill _kill = kill
l64a
labs labs
_labs = labs _labs = labs
lchown lchown
@ -558,6 +579,9 @@ matherr
_matherr = matherr _matherr = matherr
mblen mblen
_mblen = mblen _mblen = mblen
mbrlen
mbrtowc
mbsinit
mbstowcs mbstowcs
_mbstowcs = mbstowcs _mbstowcs = mbstowcs
mbtowc mbtowc
@ -571,6 +595,7 @@ memcpy
_memcpy = memcpy _memcpy = memcpy
memmove memmove
_memmove = memmove _memmove = memmove
mempcpy
memset memset
_memset = memset _memset = memset
mkdir mkdir
@ -605,6 +630,7 @@ nextafterf
_nextafterf = nextafterf _nextafterf = nextafterf
nl_langinfo nl_langinfo
_nl_langinfo = nl_langinfo _nl_langinfo = nl_langinfo
on_exit
open open
_open = open _open = open
opendir opendir
@ -848,6 +874,8 @@ strncmp
_strncmp = strncmp _strncmp = strncmp
strncpy strncpy
_strncpy = strncpy _strncpy = strncpy
strndup
strnlen
strpbrk strpbrk
_strpbrk = strpbrk _strpbrk = strpbrk
strrchr strrchr
@ -867,6 +895,7 @@ strtok_r
_strtok_r = strtok_r _strtok_r = strtok_r
strtol strtol
_strtol = strtol _strtol = strtol
_strtold
strtoll strtoll
_strtoll = strtoll _strtoll = strtoll
strtoul strtoul
@ -911,11 +940,14 @@ tcsetattr
_tcsetattr = tcsetattr _tcsetattr = tcsetattr
tcsetpgrp tcsetpgrp
_tcsetpgrp = tcsetpgrp _tcsetpgrp = tcsetpgrp
tdelete
tdestroy
telldir telldir
_telldir = telldir _telldir = telldir
telldir64 telldir64
tempnam tempnam
_tempnam = tempnam _tempnam = tempnam
tfind
time time
_time = time _time = time
times times
@ -931,11 +963,16 @@ tolower
_tolower = tolower _tolower = tolower
toupper toupper
_toupper = toupper _toupper = toupper
towctrans
towlower
towupper
truncate truncate
_truncate = truncate _truncate = truncate
truncate64 truncate64
tsearch
ttyname ttyname
_ttyname = ttyname _ttyname = ttyname
twalk
tzset tzset
_tzset = tzset _tzset = tzset
ualarm ualarm
@ -991,10 +1028,35 @@ waitpid
_waitpid = waitpid _waitpid = waitpid
wait3 wait3
wait4 wait4
wcstombs mbsrtowcs
_wcstombs = wcstombs wcrtomb
wctob
wcscat
wcschr
wcscpy
wcscspn
wcslcat
wcslcpy
wcsncat
wcsncmp
wcsncpy
wcspbrk
wcsrtombs
wcsrchr
wcsspn
wcsstr
wctob
wctomb wctomb
_wctomb = wctomb _wctomb = wctomb
wcstombs
_wcstombs = wcstombs
wctrans
wctype
wmemchr
wmemcmp
wmemcpy
wmemmove
wmemset
write write
_write = write _write = write
writev writev
@ -1023,6 +1085,8 @@ seed48
_seed48 = seed48 _seed48 = seed48
srand48 srand48
_srand48 = srand48 _srand48 = srand48
setbuffer
setlinebuf
setmode setmode
_setmode = setmode _setmode = setmode
__assertfail __assertfail
@ -1093,6 +1157,7 @@ htons
_htons = htons _htons = htons
ntohs ntohs
_ntohs = ntohs _ntohs = ntohs
a64l
accept = cygwin_accept accept = cygwin_accept
bind = cygwin_bind bind = cygwin_bind
connect = cygwin_connect connect = cygwin_connect

View File

@ -171,12 +171,21 @@ details. */
71: Export strerror_r 71: Export strerror_r
72: Export nanosleep 72: Export nanosleep
73: Export setreuid32, setreuid, setregid32, setregid 73: Export setreuid32, setreuid, setregid32, setregid
74: Export _strtold a64l hcreate hcreate_r hdestroy hdestroy_r hsearch
hsearch_r isblank iswalnum iswalpha iswblank iswcntrl iswctype
iswdigit iswgraph iswlower iswprint iswpunct iswspace iswupper
iswxdigit l64a mbrlen mbrtowc mbsinit mbsrtowcs mempcpy
on_exit setbuffer setlinebuf strndup strnlen tdelete tdestroy
tfind towctrans towlower towupper tsearch twalk wcrtomb wcscat
wcschr wcscpy wcscspn wcslcat wcslcpy wcsncat wcsncmp wcsncpy
wcspbrk wcsrchr wcsrtombs wcsspn wcsstr wctob wctob wctrans
wctype wmemchr wmemcmp wmemcpy wmemmove wmemset
*/ */
/* 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 73 #define CYGWIN_VERSION_API_MINOR 74
/* 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