diff options
author | Christopher Faylor <me@cgf.cx> | 2010-07-05 16:24:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-07-05 16:24:24 +0000 |
commit | c8fe6dc446e6e106514dcc8755c682e6d8455268 (patch) | |
tree | a9a3a2a1c252ef44dc4b599230e06c87d93bfaee /winsup/utils/ChangeLog | |
parent | 96f158297795ebcf6033875cb43144cd39e4e3a6 (diff) | |
download | cygnal-c8fe6dc446e6e106514dcc8755c682e6d8455268.tar.gz cygnal-c8fe6dc446e6e106514dcc8755c682e6d8455268.tar.bz2 cygnal-c8fe6dc446e6e106514dcc8755c682e6d8455268.zip |
* ldd.cc: Clean up formatting throughout.
(head): Move earlier.
(saw_file): Ditto.
(print_dlls): Reset head here. Record seen dll names so they will not
potentially be printed later.
(process_file): Remove clearing of head here.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index b72b39195..702465581 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,12 @@ +2010-07-05 Christopher Faylor <me+cygwin@cgf.cx> + + * ldd.cc: Clean up formatting throughout. + (head): Move earlier. + (saw_file): Ditto. + (print_dlls): Reset head here. Record seen dll names so they will + not potentially be printed later. + (process_file): Remove clearing of head here. + 2010-07-05 Corinna Vinschen <corinna@vinschen.de> * dump_setup.cc (dump_file): Read requested content from setup.rc |