summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-04-05 04:23:50 +0000
committerChristopher Faylor <me@cgf.cx>2009-04-05 04:23:50 +0000
commit66eaf280ac52dbda8c75fb326a36b24fb02ca008 (patch)
treefa39a91608057b5535e234cca1bcb70a5c07c9e3 /winsup/cygwin/ChangeLog
parent80317fe50fac71de0a1afec48d0b7936ac2c022e (diff)
downloadcygnal-66eaf280ac52dbda8c75fb326a36b24fb02ca008.tar.gz
cygnal-66eaf280ac52dbda8c75fb326a36b24fb02ca008.tar.bz2
cygnal-66eaf280ac52dbda8c75fb326a36b24fb02ca008.zip
* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.
* shared_info.h (CURR_SHARED_MAGIC): Update. * spawn.cc (spawn_guts): Avoid copying one line command line argument if it hasn't been filled out.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f3f77e566..e05d959fc 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-05 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.
+ * shared_info.h (CURR_SHARED_MAGIC): Update.
+ * spawn.cc (spawn_guts): Avoid copying one line command line argument
+ if it hasn't been filled out.
+
2009-04-04 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Corinna Vinschen <corinna@vinschen.de>