Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2012-11-22 00:13:07 +0400
committerYaakov Selkowitz <yselkowi@redhat.com>2012-11-22 00:13:07 +0400
commitbeaf1df02c4666f53180847da8d214e25711b4dd (patch)
tree5ef6ef5f944af0f1a00d5ea7c459182518bcdb55 /winsup/cygwin/ChangeLog
parentc342c2eb57e339cc935e400dba2e4c30a9306715 (diff)
* termios.cc (cfsetspeed): New function.
* cygwin.din (cfsetspeed): Export. * posix.sgml (std-bsd): Add cfsetspeed. * include/sys/termios.h (cfsetspeed): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 18b110dda..3bca04222 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2012-11-21 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * termios.cc (cfsetspeed): New function.
+ * cygwin.din (cfsetspeed): Export.
+ * posix.sgml (std-bsd): Add cfsetspeed.
+ * include/sys/termios.h (cfsetspeed): Declare.
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+
2012-11-16 Corinna Vinschen <corinna@vinschen.de>
* include/mntent.h: Only include paths.h when building for Cygwin.