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