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
2022-06-06Cygwin: Drop pointless loadlib.h includes in utilitiesJon Turney
2021-08-26Cygwin: C++17: register keyword is deprecatedCorinna Vinschen
2021-05-26Cygwin: utils: enable -idirafter to fetch Cygwin headers from mingw sourcesCorinna Vinschen
2021-05-20Cygwin: utils: avoid warning when building path_testsuite-path.oCorinna Vinschen
2021-05-10Unpick cygpath TESTSUITEJon Turney
2020-12-02Cygwin: Fix remaining warnings building path testsuiteCorinna Vinschen
2020-12-02Cygwin: Fix building of utils testsuiteJon Turney
2019-02-18Cygwin: utils: MOUNT_BINARY -> MOUNT_TEXTCorinna Vinschen
2019-01-06Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen
2018-08-08Cygwin: utils: change 3rd readlink param to size_tCorinna Vinschen
2018-02-16Cygwin: fix utils path handling in case cygdrive path is just '/'Corinna Vinschen
2016-10-22cygcheck: Fix broken test for invalid wcstombs conversion reading symlinksCorinna Vinschen
2016-10-22cygcheck: Fix check for Cygwin symlinkCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-06-08Bind mounts require POSIX pathsCorinna Vinschen
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-11-09 * path.cc (vcygpath): Handle cygdrive prefix.Corinna Vinschen
2012-10-24 * configure.in: Add check for MINGW_CXX. Remove libiconv check.Yaakov Selkowitz
2011-12-18Clean up whitespace.Christopher Faylor
2011-03-29 * cygcheck.cc (handle_unique_object_name): Avoid a compiler warning.Corinna Vinschen
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen
2010-04-29 * path.cc: Include sys/cygwin.h if built for mount(1).Corinna Vinschen
2009-11-04 * path.cc (read_mounts): Skip unnecessary test if path has beenCorinna Vinschen
2009-11-04 * cygcheck.cc (cygwin_dll_path): New global variable.Corinna Vinschen
2009-11-04 * path.cc (read_mounts): First get installation path from own path.Corinna Vinschen
2009-07-22 * mount.cc (do_mount): Replace --no-executable flag with notexecCorinna Vinschen
2009-07-22 * Makefile.in (path-mount.o): Add a rule to build stripped down versionCorinna Vinschen
2009-06-10 * path.cc (oopts): Sort alphabetically, add missing "auto" andCorinna Vinschen
2009-04-07 * path.cc (readlink): Accommodate new UTF-16 symlinks.Corinna Vinschen
2009-03-14 * path.cc (from_fstab): Use wcstombs/mbstowcs instead ofCorinna Vinschen
2008-09-13* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.Christopher Faylor
2008-07-22 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen
2008-07-17 * mount.cc (do_mount): Remove MOUNT_ENC code.Corinna Vinschen
2008-04-22 * cygcheck.cc (dump_sysinfo): Fix multiple Cygwin DLL test.Corinna Vinschen
2008-03-16 * path.cc: Include malloc.h for alloca.Brian Dessent
2008-03-11 * cygcheck.cc (dirname): New static function.Brian Dessent
2008-03-09 * Makefile.in: Add a 'check' target that builds and runsBrian Dessent
2007-06-04* cygcheck.cc (pathlike): New class.Christopher Faylor
2006-10-05 * cygcheck.cc (get_word, get_dword): Move to path.cc.Corinna Vinschen
2006-08-03 * path.cc (vconcat): Don't convert backslahes to slashes.Corinna Vinschen
2005-04-29* path.cc (getmntent): Add previously-omitted 'noexec' and 'managed'flags toDave Korn
2003-09-11* Makefile.in (MINGW_CXX): Define and use for mingw-compiled files.Christopher Faylor
2003-03-04* Makefile.in (strace.exe): Include mingw_getopt.o in link line.Christopher Faylor
2003-02-07* cygcheck.cc (common_apps): Add some more apps.Christopher Faylor
2002-06-09* path.cc (cygpath): Change MOUNT_AUTO to MOUNT_CYGDRIVE.Christopher Faylor
2001-11-22* path.cc (cygpath): Don't consider cygpath stuff when trying to derive nativeChristopher Faylor
2001-11-12* cygcheck.cc (scan_registry): Open registry with read-only access.Christopher Faylor
2001-11-11* dump_setup.cc: New file.Christopher Faylor