aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2004-06-172004-06-17 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-8/+8
2004-06-08 * path.cc (fchdir): Pass the Posix path to chdir.Corinna Vinschen1-1/+1
2004-06-02* spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor1-5/+5
2004-05-312004-05-30 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-24/+25
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-23/+23
2004-05-15* cygheap.h (cwdstuff::set): Modify return value and arguments.Christopher Faylor1-35/+57
2004-05-12 * path.cc (path_conv::check): Don't bail out with error if path is "//".Corinna Vinschen1-1/+1
2004-05-07Christopher Faylor <cgf@timesys.com>Christopher Faylor1-3/+4
2004-05-062004-05-06 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-74/+43
2004-05-04* path.cc (normalize_win32_path): Detect components with only dots. Remove aChristopher Faylor1-36/+24
2004-05-04* path.cc (is_unc_share): Remove redundant tests.Christopher Faylor1-8/+6
2004-05-04 * path.cc (check_sysfile): Don't scan string twice.Corinna Vinschen1-2/+3
2004-04-30 * fhandler.cc (fhandler_base::open): Call path_conv::get_nt_native_pathCorinna Vinschen1-0/+28
2004-04-20fix commentChristopher Faylor1-1/+1
2004-04-20* path.cc (is_unc_share): Rename from slash_unc_prefix_p throughout.Christopher Faylor1-40/+25
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-2/+1
2004-04-142004-04-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-1/+1
2004-04-13 * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen1-1/+0
2004-04-122004-04-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-3/+3
2004-04-10 * fhandler.cc (rootdir): Add and use second argument.Corinna Vinschen1-2/+1
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-54/+60
2004-04-10* path.cc (path_conv::check): Optimize symlink replacements.Christopher Faylor1-143/+88
2004-04-09 * path.cc (fsinfo): Global storage for file system information.Corinna Vinschen1-2/+19
2004-04-08 * path.cc (hash_path_name): Replace hash algorithm with SDBM.Corinna Vinschen1-2/+2
2004-04-08* path.cc (path_prefix_p): Optimize test order.Christopher Faylor1-3/+3
2004-03-26* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end ofChristopher Faylor1-1/+1
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor1-8/+13
2004-03-24update copyright. Minor reformatting.Christopher Faylor1-4/+6
2004-02-21* path.cc (conv_path_list): Return error condition.Christopher Faylor1-43/+99
2004-02-17* Makefile.in (clean): Clean libserver, too.Christopher Faylor1-4/+9
2003-12-26* path.cc (mount_item::build_win32): Backslashify paths in non-managed case.Christopher Faylor1-1/+4
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-38/+44
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-16/+16
2003-12-05* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in aChristopher Faylor1-1/+1
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-3/+0
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-1/+2
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-45/+45
2003-10-29* path.cc (dot_special_chars): New global variable.Christopher Faylor1-2/+15
2003-10-25 * path.cc (normalize_posix_path): Test runs of more than twoCorinna Vinschen1-1/+8
2003-10-24 * path.cc (win32_device_name): Fix comment.Corinna Vinschen1-2/+3
2003-10-02* path.cc (win32_device_name): Only fill out destination buffer when it'sChristopher Faylor1-2/+4
2003-10-01* Makefile.in: Add YA method for generating devices.cc.Christopher Faylor1-16/+2
2003-09-30 * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen1-3/+0
2003-09-28 * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen1-5/+7
2003-09-27* path.cc (symlink_info::check): Use new introducer for mknod'ed files.Christopher Faylor1-2/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-355/+189
2003-09-11* path.cc (normalize_posix_path): Put check for '//' prefix back to denote aChristopher Faylor1-5/+3
2003-09-10* Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor1-0/+4