summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygwin.din (basename): Export.Corinna Vinschen2005-02-221-0/+85
* * path.cc (path_conv::check): Set fs flag when a unix-domain socket isChristopher Faylor2005-02-171-0/+1
* white spaceChristopher Faylor2005-02-131-3/+3
* * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen2005-02-061-0/+5
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-011-1/+1
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-7/+23
* * path.h (path_conv::set_name): Declare new function.Christopher Faylor2005-01-311-0/+9
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-14/+2
* * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen2005-01-291-1/+42
* 2005-01-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-01-261-15/+5
* * path.cc (realpath): Allow to expand with .exe suffix.Corinna Vinschen2005-01-251-1/+2
* * autoload.cc (CoInitialize): Remove.Corinna Vinschen2005-01-181-72/+142
* update copyrightChristopher Faylor2005-01-061-1/+1
* * fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor2004-12-261-1/+1
* * path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor2004-12-231-17/+20
* * path.cc (path_conv::check): Don't strip the trailing slash from a pathChristopher Faylor2004-12-231-1/+1
* * path.cc (set_normalized_path): Allow empty pathnames.Corinna Vinschen2004-12-221-1/+1
* * path.cc (normalize_win32_path): Remove unneeded check for dots.Christopher Faylor2004-12-201-8/+3
* * path.cc (normalize_posix_path): Remove unneeded check for dots.Christopher Faylor2004-12-201-13/+14
* * path.cc (normalize_win32_path): Make third arg pass-by reference. ReorganizeChristopher Faylor2004-12-191-60/+52
* * child_info.h (CURR_CHILD_INFO_MAGIC): Use updated value.Christopher Faylor2004-12-191-16/+29
* revert erroneous checkinChristopher Faylor2004-12-181-99/+93
* * fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor2004-12-181-93/+99
* 2004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-12-031-149/+89
* 2004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-281-4/+6
* 2004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-061-1/+1
* 2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-10-021-1/+0
* Sergey Ivanov <seriv@parkheights.dyndns.org>Christopher Faylor2004-09-241-4/+4
* 2004-09-22 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-09-231-7/+5
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-8/+8
* 2004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-09-071-23/+26
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-1/+1
* 2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-06-171-8/+8
* * path.cc (fchdir): Pass the Posix path to chdir.Corinna Vinschen2004-06-081-1/+1
* * spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor2004-06-021-5/+5
* 2004-05-30 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-311-24/+25
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-23/+23
* * cygheap.h (cwdstuff::set): Modify return value and arguments.Christopher Faylor2004-05-151-35/+57
* * path.cc (path_conv::check): Don't bail out with error if path is "//".Corinna Vinschen2004-05-121-1/+1
* Christopher Faylor <cgf@timesys.com>Christopher Faylor2004-05-071-3/+4
* 2004-05-06 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-061-74/+43
* * path.cc (normalize_win32_path): Detect components with only dots. Remove aChristopher Faylor2004-05-041-36/+24
* * path.cc (is_unc_share): Remove redundant tests.Christopher Faylor2004-05-041-8/+6
* * path.cc (check_sysfile): Don't scan string twice.Corinna Vinschen2004-05-041-2/+3
* * fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_pathCorinna Vinschen2004-04-301-0/+28
* fix commentChristopher Faylor2004-04-201-1/+1
* * path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.Christopher Faylor2004-04-201-40/+25
* * autoload.cc (NtCreateFile): Add.Corinna Vinschen2004-04-161-2/+1
* 2004-04-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-04-141-1/+1
* * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen2004-04-131-1/+1