summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 1fc90c13c..77d86bfe2 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,13 @@
2003-07-03 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/search.h: New file.
+ * include/stdlib.h: Add comment about qsort, bsearch in
+ search.h.
+ * test_headers.c: Include search.h.
+ * moldname.def.in (lfind, lsearch): Add.
+
+2003-07-03 Danny Smith <dannysmith@users.sourceforge.net>
+
* include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve,
_execvpe, _spawnve, _spawnvpe, execv, execvp, spawnv, spawnvp,
execve, execvpe, spawnve, spawnvpe): Const-ify all the char params.