diff options
author | Christopher Faylor <me@cgf.cx> | 2009-03-28 04:55:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-03-28 04:55:36 +0000 |
commit | 03905921408556757f61119cfc4464fd74488f60 (patch) | |
tree | aee027323613b41e1654a888410d066b29a3a4cc /winsup/cygwin/ChangeLog | |
parent | 6f0c3cc88a2818a14b222c7e0abdfb1f944ef863 (diff) | |
download | cygnal-03905921408556757f61119cfc4464fd74488f60.tar.gz cygnal-03905921408556757f61119cfc4464fd74488f60.tar.bz2 cygnal-03905921408556757f61119cfc4464fd74488f60.zip |
* Makefile.in: Perform some minor cleanup. Revamp speclib handling.
* speclib: Rewrite to create libraries with dlltool rather than attempting
surgery on libcygwin.a.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 47525aea8..74d6fd353 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2009-03-28 Christopher Faylor <me+cygwin@cgf.cx> + + * Makefile.in: Perform some minor cleanup. Revamp speclib handling. + * speclib: Rewrite to create libraries with dlltool rather than + attempting surgery on libcygwin.a. + 2009-03-27 Corinna Vinschen <corinna@vinschen.de> * net.cc (inet_ntop6): Convert to lowercase hex digits on the fly. |