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-05-10Move source files used in utils/mingw/ into that subdirectoryJon Turney
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen
2019-06-04cygcheck: expand common_apps listYaakov Selkowitz
2018-08-08Cygwin: utils: cygcheck: fix filesystem output formatCorinna Vinschen
2017-02-24Generate output with Unix line endings even from Mingw64 utilsCorinna Vinschen
2017-01-31Fix handling of '+' by 'cygcheck -p'Jon Turney
2016-10-23cygcheck: Use snprintf instead of multiple strcatCorinna Vinschen
2016-10-23cygcheck: Eenable output of Vista++ FS flagsCorinna Vinschen
2016-10-22cygcheck: Eliminate dead codeCorinna Vinschen
2016-10-22cygcheck: Close with pclose what has been opened with popenCorinna Vinschen
2016-06-27Set supported Windows release to Windows 10Corinna Vinschen
2016-06-27Remove pre-Vista considerations from utilitiesCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-19Remove ill-advised cygwin_propsCorinna Vinschen
2015-08-30cygcheck.cc: Fix missing commas in products arrayCorinna Vinschen
2015-08-30cygcheck.cc: Fix debugger problemCorinna Vinschen
2015-08-30cygcheck.cc: Handle W10/2016 sysinfoCorinna Vinschen
2015-08-30cygcheck.cc: Fix downlevel DLL handlingCorinna Vinschen
2014-11-10 * cygcheck.cc (dump_sysinfo): Handle Windows 10/Server 2014(?).Corinna Vinschen
2014-10-21 * cygcheck.cc (CYGLSA64_DLL): Remove unused macro.Corinna Vinschen
2013-11-20 * cygcheck.cc (RtlGetVersion): Declare.Corinna Vinschen
2013-11-20 * cygcheck.cc (dump_sysinfo): Revert Windows 8.1 hack. It's notCorinna Vinschen
2013-11-19 * cygcheck.cc (dump_sysinfo): Drop code trying to fetch OSVERSIONINFOCorinna Vinschen
2013-11-19 * Makefile.in (cygcheck.exe): Link against wininet.dll.Corinna Vinschen
2013-11-19 * cygcheck.cc (dump_sysinfo): Distinguish Windows 8 and 8.1, as wellCorinna Vinschen
2013-08-23* cygcheck.cc (package_grep): Accommodate arch-specific package layout.Christopher Faylor
2013-07-07* cygcheck.cc (dll_info): Detect and report on symlinks. Output wrongChristopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Update copyrightsChristopher Faylor
2012-10-24 * configure.in: Add check for MINGW_CXX. Remove libiconv check.Yaakov Selkowitz
2012-10-09 * cygcheck.cc (dump_sysinfo): Convert "if/else if" chain to a switchCorinna Vinschen
2012-09-02 * cygcheck.cc (dump_sysinfo): Drop "not yet supported" text fromCorinna Vinschen
2012-07-11 * Makefile.in (cygcheck.exe): Link against psapi.dll.Corinna Vinschen
2012-06-03 * cygcheck.cc (dump_sysinfo): Change "Server 8" to officialCorinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-10-13 * cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note asCorinna Vinschen
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen
2011-10-10 * cygcheck.cc (check_keys): Use UNICODE Win32 functions.Corinna Vinschen
2011-03-29 * cygcheck.cc (handle_unique_object_name): Avoid a compiler warning.Corinna Vinschen
2011-02-15 * cygcheck.cc: Fix copyright dates.Corinna Vinschen
2011-01-10 * cygcheck.cc (main): don't imply -d from -s option to cygcheckCorinna Vinschen
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen
2009-11-27 * cygcheck.cc (dump_sysinfo): Fix typo in products.Corinna Vinschen
2009-11-04 * cygcheck.cc (cygwin_dll_path): New global variable.Corinna Vinschen
2009-10-31 * cygcheck.cc: Include cygprops.h.Corinna Vinschen
2009-10-28 * cygcheck.cc (pretty_id): Drop arguments. Don't change CYGWINCorinna Vinschen
2009-10-20 * cygcheck.cc (dump_sysinfo): Update with latest NT 6.1 versions.Corinna Vinschen
2009-07-23 * cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" toCorinna Vinschen
2009-07-13 * cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.Corinna Vinschen
2009-05-04* cygcheck.cc (find_app_on_path): Avoid using NULL pointer if find_on_pathChristopher Faylor