summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ldd.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen2015-07-201-4/+6
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-7/+11
* * ldd.cc (start_process): Handle .oct and .so as DLLs.Yaakov Selkowitz2012-01-241-1/+5
* Clean up whitespace.Christopher Faylor2011-12-171-10/+10
* * ldd.cc (VERSION): Remove.Corinna Vinschen2011-10-101-2/+0
* * ldd.cc: Update copyright.Christopher Faylor2011-10-101-1/+1
* * Align usage output, version output, as well as usage and versionCorinna Vinschen2011-10-101-30/+51
* * ldd.cc (report): Drop long pathname considerations which result inCorinna Vinschen2010-08-231-9/+2
* * ldd.cc: Clean up formatting throughout.Christopher Faylor2010-07-051-46/+41
* * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen2009-05-151-1/+5
* * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.Corinna Vinschen2009-03-241-1/+0
* * ldd.cc: Fix compiler warning.Corinna Vinschen2009-03-221-1/+0
* * ldd.cc (load_dll): Start helper program rather than ldd.exe.Christopher Faylor2009-03-181-73/+90
* * ldd.cc (longopts): Add --dll option.Christopher Faylor2009-03-141-13/+87
* * ldd.cc: Rework to detect missing DLLs.Christopher Faylor2009-03-141-30/+329
* * ldd.cc: New file. First stab at implementing ldd-like functionality forChristopher Faylor2009-01-091-0/+265