aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-13/+13
2005-03-30 * path.cc (symlink_info::case_check): Ignore trailing charactersCorinna Vinschen1-1/+1
2005-03-29 * path.cc (is_floppy): Make externally available.Corinna Vinschen1-1/+1
2005-03-12* path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK.Christopher Faylor1-25/+38
2005-03-10 * path.cc (is_floppy): New function.Corinna Vinschen1-0/+15
2005-03-09* path.cc (path_conv::check): Treat ENOSHARE similarly to ENOENT whenChristopher Faylor1-2/+3
2005-03-06* path.cc (mount_info::read_cygdrive_info_from_registry): Use the user prefixChristopher Faylor1-0/+1
2005-03-06* path.cc (special_name): Reorganize to always detect the use of special namesChristopher Faylor1-14/+11
2005-02-27* sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor1-2/+2
2005-02-22 * cygwin.din (basename): Export.Corinna Vinschen1-0/+85
2005-02-17* path.cc (path_conv::check): Set fs flag when a unix-domain socket isChristopher Faylor1-0/+1
2005-02-13white spaceChristopher Faylor1-3/+3
2005-02-06 * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen1-0/+5
2005-02-01* cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor1-1/+1
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen1-7/+23
2005-01-31* path.h (path_conv::set_name): Declare new function.Christopher Faylor1-0/+9
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen1-14/+2
2005-01-29 * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen1-1/+42
2005-01-262005-01-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-15/+5
2005-01-25 * path.cc (realpath): Allow to expand with .exe suffix.Corinna Vinschen1-1/+2
2005-01-18 * autoload.cc (CoInitialize): Remove.Corinna Vinschen1-72/+142
2005-01-06update copyrightChristopher Faylor1-1/+1
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor1-1/+1
2004-12-23* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor1-17/+20
2004-12-23* path.cc (path_conv::check): Don't strip the trailing slash from a pathChristopher Faylor1-1/+1
2004-12-22 * path.cc (set_normalized_path): Allow empty pathnames.Corinna Vinschen1-1/+1
2004-12-20* path.cc (normalize_win32_path): Remove unneeded check for dots.Christopher Faylor1-8/+3
2004-12-20* path.cc (normalize_posix_path): Remove unneeded check for dots.Christopher Faylor1-13/+14
2004-12-19* path.cc (normalize_win32_path): Make third arg pass-by reference. ReorganizeChristopher Faylor1-60/+52
2004-12-19* child_info.h (CURR_CHILD_INFO_MAGIC): Use updated value.Christopher Faylor1-16/+29
2004-12-18revert erroneous checkinChristopher Faylor1-99/+93
2004-12-18* fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor1-93/+99
2004-12-032004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-149/+89
2004-10-282004-10-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-4/+6
2004-10-062004-10-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2004-10-022004-10-02 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+0
2004-09-24Sergey Ivanov <seriv@parkheights.dyndns.org>Christopher Faylor1-4/+4
2004-09-232004-09-22 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-7/+5
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-8/+8
2004-09-072004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-23/+26
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-1/+1
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