aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-03-28 20:16:57 +0000
committerCorinna Vinschen <corinna@vinschen.de>2011-03-28 20:16:57 +0000
commitd8a7d742cb77cb8c2e8ed8e8b22520097e02e9a4 (patch)
tree67ad7909e05e0ce5c2241dad94bad086c46d9fdf /winsup/cygwin/ChangeLog
parent1dd989c91c432c21edc6f5a063e3f642d1dacdee (diff)
downloadnewlib-d8a7d742cb77cb8c2e8ed8e8b22520097e02e9a4.zip
newlib-d8a7d742cb77cb8c2e8ed8e8b22520097e02e9a4.tar.gz
newlib-d8a7d742cb77cb8c2e8ed8e8b22520097e02e9a4.tar.bz2
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 96ef72c..3707532 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,28 @@
+2011-03-27 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * cygwin.din (strchrnul): Export.
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+ * posix.sgml (std-gnu): Add strchrnul.
+
+2011-03-27 Christopher Faylor <me.cygwin2011@cgf.cx>
+
+ * dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill
+ out p.envptr.
+
+2011-03-25 Corinna Vinschen <corinna@vinschen.de>
+
+ * mmap.cc (mmap64): Add a cheat to let a certain autoconf test succeed
+ on 64 bit systems. Explain why.
+
+2011-03-23 Christopher Faylor <me.cygwin2011@cgf.cx>
+
+ * wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.
+
+2011-03-23 Christopher Faylor <me.cygwin2011@cgf.cx>
+
+ * autoload.cc (dll_load): Change error message to make it clear if a
+ newer DLL is being run.
+
2011-03-20 Corinna Vinschen <corinna@vinschen.de>
* fenv.cc (_feinitialise): Don't use SSE instructions on systems not