summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-09-11 06:22:31 +0000
committerChristopher Faylor <me@cgf.cx>2008-09-11 06:22:31 +0000
commitc4ca0e800af73f81465603c97484982df0f51b0d (patch)
treebd3d908658a6e3f0f1bb5d7774caeb78f65a2012 /winsup/cygwin/ChangeLog
parentcb7e1879ee3a55c91b8c85e6d2f879f392a2c995 (diff)
downloadcygnal-c4ca0e800af73f81465603c97484982df0f51b0d.tar.gz
cygnal-c4ca0e800af73f81465603c97484982df0f51b0d.tar.bz2
cygnal-c4ca0e800af73f81465603c97484982df0f51b0d.zip
* cygwin.din (sys_sigabbrev): Add this here.
* dcrt0.cc (__argc,__argv,_check_for_executable): Remove dllexport decoration since it is already handled in cygwin.din. * errno.cc (_sys_errlist): Ditto. * strsig.cc (sys_sigabbrev): Ditto. * include/cygwin/signal.h: Protect use of dllimport when __INSIDE_CYGWIN__. * libc/getopt.c: Revert previous changes. Define __INSIDE_CYGWIN__.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fbd17fad3..5b22e7085 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
2008-09-11 Christopher Faylor <me+cygwin@cgf.cx>
+ * cygwin.din (sys_sigabbrev): Add this here.
+ * dcrt0.cc (__argc,__argv,_check_for_executable): Remove dllexport
+ decoration since it is already handled in cygwin.din.
+ * errno.cc (_sys_errlist): Ditto.
+ * strsig.cc (sys_sigabbrev): Ditto.
+ * include/cygwin/signal.h: Protect use of dllimport when
+ __INSIDE_CYGWIN__.
+ * libc/getopt.c: Revert previous changes. Define __INSIDE_CYGWIN__.
+
+2008-09-11 Christopher Faylor <me+cygwin@cgf.cx>
+
* localtime.cc (increment_overflow): Mark as non-inline to prevent
compiler from complaining about the very thing we're trying to test.
* ntea.cc (read_ea): Reorganize to avoid a new compiler warning/error.