summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-21 04:51:15 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-21 04:51:15 +0000
commit7c03f79971ed1e8ab3ad8818747444b60ed8cd38 (patch)
tree01a3302b4b3af940a5739a40c488f57ed4613e4a /winsup/utils/ChangeLog
parent3a0f12b5885fa877c3365ef0ff114346f21ce92c (diff)
downloadcygnal-7c03f79971ed1e8ab3ad8818747444b60ed8cd38.tar.gz
cygnal-7c03f79971ed1e8ab3ad8818747444b60ed8cd38.tar.bz2
cygnal-7c03f79971ed1e8ab3ad8818747444b60ed8cd38.zip
* Makefile.in (build_dumper): Detect missing iconv library.
* cygpath.cc (dowin): Report on filename conversion errors. (doit): Ditto. * strace.cc (main): Use symbolic constant for _STRACE_ALL when setting mask.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 18910f5ee..943666cee 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,13 @@
+2004-02-20 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in (build_dumper): Detect missing iconv library.
+
+ * cygpath.cc (dowin): Report on filename conversion errors.
+ (doit): Ditto.
+
+ * strace.cc (main): Use symbolic constant for _STRACE_ALL when setting
+ mask.
+
2004-02-14 Corinna Vinschen <corinna@vinschen.de>
* ssp.c (opts): Add leading '+' to force posixly correct behaviour.