summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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