summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen2006-03-011-0/+24
* * path.cc (conv_path_list): Eat empty paths when converting to POSIX.Christopher Faylor2006-02-171-16/+38
* * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen2006-02-051-5/+11
* * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen2006-02-031-8/+6
* * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen2006-01-311-1/+1
* * path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.Corinna Vinschen2006-01-311-2/+3
* * path.cc (cwdstuff::set): When SetCurrentDirectory returnsCorinna Vinschen2006-01-311-0/+4
* * fhandler_process.cc (fhandler_process::fill_filebuf): DisableCorinna Vinschen2006-01-241-2/+15
* * path.cc (dot_special_chars): Add ", <, >, and |.Christopher Faylor2006-01-041-3/+3
* * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen2005-12-271-9/+17
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-6/+6
* * devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor2005-12-011-20/+16
* * dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor2005-10-121-8/+1
* * (symlink_info::set_error): Change to return bool if input error should beChristopher Faylor2005-10-111-7/+18
* * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen2005-09-291-0/+18
* Revert erroneous checkin.Corinna Vinschen2005-09-281-20/+15
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-15/+20
* * cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor2005-09-121-0/+2
* * path.cc (normalize_posix_path): Keep two leading slashesCorinna Vinschen2005-08-261-7/+26
* * path.cc (realpath): Drop call to mount_info::conv_to_posix_pathCorinna Vinschen2005-08-251-11/+30
* * path.cc (normalize_win32_path): Honor network paths. Fold moreCorinna Vinschen2005-08-251-8/+19
* * path.cc (path_conv::check): Fill in fileattr for /dev, defaulting toChristopher Faylor2005-08-241-3/+7
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-1/+7
* * path.cc (mount): Only check win32_path when we know we need it.Christopher Faylor2005-07-091-1/+3
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-4/+4
* * cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor2005-07-051-38/+38
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-12/+57
* * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen2005-06-241-1/+1
* * path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor2005-06-141-14/+11
* * path.cc (symlink_info::check): If GetFileAttributes returnsCorinna Vinschen2005-06-061-2/+11
* * path.cc (path_conv::check): Move component to function scope. SetCorinna Vinschen2005-05-291-4/+18
* white spaceChristopher Faylor2005-05-171-1/+1
* * path.cc (path_conv::check): Remove embedded dots before slashes.Christopher Faylor2005-05-171-2/+2
* * path.cc (normalize_posix_path): Do normalization on . and .. after a '//'.Christopher Faylor2005-05-131-5/+1
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-8/+8
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-131-5/+12
* * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen2005-05-101-1/+1
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-091-1/+15
* * path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor2005-05-071-1/+1
* move commentChristopher Faylor2005-05-061-2/+2
* white space and minor comment cleanup.Christopher Faylor2005-05-021-15/+15
* revert erroneous checkinChristopher Faylor2005-04-201-13/+0
* * sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor2005-04-201-0/+13
* * path.cc (path_conv::check): Fix problem reading symlinks introduced in belowChristopher Faylor2005-04-201-11/+23
* * path.cc (path_conv::check): Punt when attempting to access a nonexistentChristopher Faylor2005-04-201-1/+2
* * fhandler_disk_file.cc (fhandler_base::utimes_fs): IgnoreCorinna Vinschen2005-04-161-1/+8
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-7/+9
* * path.cc (path_conv::check): Only check for PC_NO_ACCESS_CHECK in endChristopher Faylor2005-04-041-3/+3
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-3/+12
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-13/+13