diff options
author | Christopher Faylor <me@cgf.cx> | 2005-12-13 02:02:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-12-13 02:02:51 +0000 |
commit | d090ee8081cd382c495d3ffffda6190d4f3aa5bf (patch) | |
tree | 8d0ce5f1449520b7e839f23664fa2277765c1546 /winsup/cygwin/ChangeLog | |
parent | becfe4e93e81d6fd9811a16aa2490c15511c2947 (diff) | |
download | cygnal-d090ee8081cd382c495d3ffffda6190d4f3aa5bf.tar.gz cygnal-d090ee8081cd382c495d3ffffda6190d4f3aa5bf.tar.bz2 cygnal-d090ee8081cd382c495d3ffffda6190d4f3aa5bf.zip |
* times.cc (systime): Correct precision referenced in comment.
* fhandler_tty.cc (fhandler_tty_slave::open): Don't free original windows
station since that will cause strange problems displaying fonts. Reset windows
station to original station after creating console.
* times.cc (hires_ms::usecs): Only reprime when calculated time is less than
system time.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a471df098..6111d7f82 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,16 @@ +2005-12-12 Nick Duffek <nick@duffek.com> + + * times.cc (systime): Correct precision referenced in comment. + +2005-12-12 Christopher Faylor <cgf@timesys.com> + + * fhandler_tty.cc (fhandler_tty_slave::open): Don't free original + windows station since that will cause strange problems displaying + fonts. Reset windows station to original station after creating + console. + * times.cc (hires_ms::usecs): Only reprime when calculated time is less + than system time. + 2005-12-12 Christopher Faylor <cgf@timesys.com> * pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin |