summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * path.cc (symlink_info::case_check): Ignore trailing charactersCorinna Vinschen2005-03-301-1/+1
* * path.cc (is_floppy): Make externally available.Corinna Vinschen2005-03-291-1/+1
* * path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK.Christopher Faylor2005-03-121-25/+38
* * path.cc (is_floppy): New function.Corinna Vinschen2005-03-101-0/+15
* * path.cc (path_conv::check): Treat ENOSHARE similarly to ENOENT whenChristopher Faylor2005-03-091-2/+3
* * path.cc (mount_info::read_cygdrive_info_from_registry): Use the user prefixChristopher Faylor2005-03-061-0/+1
* * path.cc (special_name): Reorganize to always detect the use of special namesChristopher Faylor2005-03-061-14/+11
* * sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor2005-02-271-2/+2
* * 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