Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-09Cygwin: Define PSAPI_VERSION as 1 before including psapi.hJon Turney
2021-05-26Cygwin: utils: set _WIN32_WINNT and NTDDI_VERSION via MakefileCorinna Vinschen
2021-05-22Cygwin: Ensure PSAPI_VERSION is 1 when building lddJon Turney
2021-05-21Cygwin: utils: ldd: use GetFinalPathNameByHandleWCorinna Vinschen
2020-09-11Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen
2019-08-15Cygwin: ldd: Try harder to get dll namesMark Geisert
2017-04-04Make ldd stop after any non-continuable exceptionJon Turney
2016-07-02ldd: Handle executable relocation when setting breakpointCorinna Vinschen
2016-07-02ldd: terminate process on hitting breakpointCorinna Vinschen
2016-06-27Set supported Windows release to Windows 10Corinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-07-20Fix potential hang in ldd if DLL encounters missing entry pointCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2012-01-24 * ldd.cc (start_process): Handle .oct and .so as DLLs.Yaakov Selkowitz
2011-12-18Clean up whitespace.Christopher Faylor
2011-10-10 * ldd.cc (VERSION): Remove.Corinna Vinschen
2011-10-10* ldd.cc: Update copyright.Christopher Faylor
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen
2010-08-23 * ldd.cc (report): Drop long pathname considerations which result inCorinna Vinschen
2010-07-05* ldd.cc: Clean up formatting throughout.Christopher Faylor
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen
2009-03-24 * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.Corinna Vinschen
2009-03-22 * ldd.cc: Fix compiler warning.Corinna Vinschen
2009-03-18* ldd.cc (load_dll): Start helper program rather than ldd.exe.Christopher Faylor
2009-03-14* ldd.cc (longopts): Add --dll option.Christopher Faylor
2009-03-14* ldd.cc: Rework to detect missing DLLs.Christopher Faylor
2009-01-09* ldd.cc: New file. First stab at implementing ldd-like functionality forChristopher Faylor