summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen2004-04-131-1/+0
* 2004-04-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-04-121-3/+3
* * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen2004-04-101-2/+1
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-54/+60
* * path.cc (path_conv::check): Optimize symlink replacements.Christopher Faylor2004-04-101-143/+88
* * path.cc (fsinfo): Global storage for file system information.Corinna Vinschen2004-04-091-2/+19
* * path.cc (hash_path_name): Replace hash algorithm with SDBM.Corinna Vinschen2004-04-081-2/+2
* * path.cc (path_prefix_p): Optimize test order.Christopher Faylor2004-04-081-3/+3
* * path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end ofChristopher Faylor2004-03-261-1/+1
* * path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor2004-03-251-8/+13
* update copyright. Minor reformatting.Christopher Faylor2004-03-241-4/+6
* * path.cc (conv_path_list): Return error condition.Christopher Faylor2004-02-211-43/+99
* * Makefile.in (clean): Clean libserver, too.Christopher Faylor2004-02-171-4/+9
* * path.cc (mount_item::build_win32): Backslashify paths in non-managed case.Christopher Faylor2003-12-261-1/+4
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-38/+44
* * winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor2003-12-151-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-16/+16
* * path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in aChristopher Faylor2003-12-051-1/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-3/+0
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-1/+2
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-45/+45
* * path.cc (dot_special_chars): New global variable.Christopher Faylor2003-10-291-2/+15
* * path.cc (normalize_posix_path): Test runs of more than twoCorinna Vinschen2003-10-251-1/+8
* * path.cc (win32_device_name): Fix comment.Corinna Vinschen2003-10-241-2/+3
* * path.cc (win32_device_name): Only fill out destination buffer when it'sChristopher Faylor2003-10-021-2/+4
* * Makefile.in: Add YA method for generating devices.cc.Christopher Faylor2003-10-011-16/+2
* * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen2003-09-301-3/+0
* * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen2003-09-281-5/+7
* * path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor2003-09-271-2/+2