newlib-cygwin/winsup/mingw/include
Danny Smith e54e4d47f1 Add POSIX binary tree search API.
* mingwex/tfind.c: New file.
	* mingwex/tdelete.c: New file.
	* mingwex/tsearch.c: New file.
	* mingwex/twalk.c: New file.
	* mingwex/Makefile.in (DISTFILES): Add tsearch.c twalk.c tdelete.c tfind.c.
	* mingwex/Makefile.in (POSIX_OBJS): Add tsearch.o twalk.o tdelete.o tfind.o.
	* include/search.h (tfind): Declare.
	(tdelete): Declare.
	(tsearch): Declare.
	(twalk): Declare.
	(ENTRY): Define.
	(ACTION): Define.
	(VISIT): Define.
	(node_t): Define, on condition of _SEARCH_PRIVATE.
2007-06-22 10:09:20 +00:00
..
sys * include/sys/time.h (struct timezone): Define. 2006-06-22 21:57:44 +00:00
_mingw.h * include/_mingw.h (__MINGW_NOTHROW): Define. 2007-06-22 09:19:25 +00:00
assert.h * include/assert.h; Remove header guard. undef assert macro. 2005-02-11 07:17:00 +00:00
complex.h * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.c 2005-01-10 05:03:55 +00:00
conio.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
ctype.h 2006-08-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2006-08-27 12:14:58 +00:00
dir.h Merge MinGW CVS differences 2001-12-05 15:01:06 +00:00
direct.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
dirent.h * include/dirent.h (struct _wdirent): Remove obsolete comment. 2004-07-30 08:27:29 +00:00
dos.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
errno.h * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat, 2005-01-13 12:40:37 +00:00
excpt.h 2007-02-18 Aurimas Cernius <aurisc4@gmail.com> 2007-02-18 09:46:48 +00:00
fcntl.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
fenv.h Support SSE float environment in fenv.h functions. 2006-07-03 10:32:58 +00:00
float.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
getopt.h * mingwex/getopt.c: New file, copied from cygwin srcs. 2003-03-03 01:19:42 +00:00
inttypes.h * include/inttypes.h: Include _mingw.h. 2003-09-24 01:06:09 +00:00
io.h * include/io.h (lseek64) : Add prototype. 2007-06-14 03:05:08 +00:00
libgen.h * include/libgen.h: New file; required by... 2006-12-31 18:03:33 +00:00
limits.h * include/limits.h (SSIZE_MAX): Define. 2005-10-15 22:35:55 +00:00
locale.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
malloc.h 2005-03-15 Hans Leidekker <hans@it.vu.nl> 2005-03-15 03:10:01 +00:00
math.h * include/math.h (__INFF,__INFL): Remove '#'. 2006-07-06 07:36:58 +00:00
mbctype.h * include/_mingw.h (_CRTIMP): Define for __GNUC__ if 2003-02-10 21:13:34 +00:00
mbstring.h * include/_mingw.h (_CRTIMP): Define for __GNUC__ if 2003-02-10 21:13:34 +00:00
mem.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
memory.h * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header. 2004-03-11 09:41:08 +00:00
process.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
search.h Add POSIX binary tree search API. 2007-06-22 10:09:20 +00:00
setjmp.h * include/_mingw.h: Use only two underscores to uglify 2004-07-26 09:13:42 +00:00
share.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
signal.h * CONTRIBUTORS: New file. 2004-04-20 22:49:32 +00:00
stdint.h * include/stdint.h (intptr_t): Fix typo. 2007-05-08 03:19:28 +00:00
stdio.h * include/stdio.h (vsnprintf): Remove inline definition. 2007-06-18 09:50:01 +00:00
stdlib.h * include/stdlib.h: Don't include stdint.h. Conditionally define intptr_t. 2007-06-13 07:43:58 +00:00
string.h * include/string.h (strcasecmp): Fix typo in declaration prototype. 2007-06-17 00:37:00 +00:00
strings.h * include/strings.h: New file. 2001-12-05 13:55:19 +00:00
tchar.h 2005-10-13 Wu Yongwei <adah@users.sourceforge.net> 2005-10-13 20:31:50 +00:00
time.h * include/sys/time.h (struct timezone): Define. 2006-06-22 21:57:44 +00:00
unistd.h * include/stdio.h (SEEK_SET, SEEK_CUR, SEEK_END): Define 2007-01-19 03:21:09 +00:00
utime.h * include/utime.h: New file, forwarding to sys/utime.h. 2003-03-16 22:23:58 +00:00
values.h
varargs.h * include/_mingw.h: Increment version to 2.0. 2002-06-13 10:20:48 +00:00
wchar.h Import David Gay's gdtoa library. 2006-08-31 23:48:56 +00:00
wctype.h * include/ctype.h: Expose iswblank if __cplusplus. 2006-08-25 09:10:05 +00:00