aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/ldd.cc
AgeCommit message (Expand)AuthorFilesLines
2015-07-20Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen1-4/+6
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-7/+11
2012-01-24 * ldd.cc (start_process): Handle .oct and .so as DLLs.Yaakov Selkowitz1-1/+5
2011-12-17Clean up whitespace.Christopher Faylor1-10/+10
2011-10-10 * ldd.cc (VERSION): Remove.Corinna Vinschen1-2/+0
2011-10-10* ldd.cc: Update copyright.Christopher Faylor1-1/+1
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-30/+51
2010-08-23 * ldd.cc (report): Drop long pathname considerations which result inCorinna Vinschen1-9/+2
2010-07-05* ldd.cc: Clean up formatting throughout.Christopher Faylor1-46/+41
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen1-1/+5
2009-03-24 * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.Corinna Vinschen1-1/+0
2009-03-22 * ldd.cc: Fix compiler warning.Corinna Vinschen1-1/+0
2009-03-18* ldd.cc (load_dll): Start helper program rather than ldd.exe.Christopher Faylor1-73/+90
2009-03-14* ldd.cc (longopts): Add --dll option.Christopher Faylor1-13/+87
2009-03-14* ldd.cc: Rework to detect missing DLLs.Christopher Faylor1-30/+329
2009-01-09* ldd.cc: New file. First stab at implementing ldd-like functionality forChristopher Faylor1-0/+265