aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/path.cc
AgeCommit message (Expand)AuthorFilesLines
2006-01-04* path.cc (dot_special_chars): Add ", <, >, and |.Christopher Faylor1-3/+3
2005-12-27 * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen1-9/+17
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor1-6/+6
2005-12-01* devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor1-20/+16
2005-10-12* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor1-8/+1
2005-10-11* (symlink_info::set_error): Change to return bool if input error should beChristopher Faylor1-7/+18
2005-09-29 * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen1-0/+18
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-20/+15
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-15/+20
2005-09-12* cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor1-0/+2
2005-08-26 * path.cc (normalize_posix_path): Keep two leading slashesCorinna Vinschen1-7/+26
2005-08-25 * path.cc (realpath): Drop call to mount_info::conv_to_posix_pathCorinna Vinschen1-11/+30
2005-08-25 * path.cc (normalize_win32_path): Honor network paths. Fold moreCorinna Vinschen1-8/+19
2005-08-24* path.cc (path_conv::check): Fill in fileattr for /dev, defaulting toChristopher Faylor1-3/+7
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor1-1/+7
2005-07-09* path.cc (mount): Only check win32_path when we know we need it.Christopher Faylor1-1/+3
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-4/+4
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor1-38/+38
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-12/+57
2005-06-24 * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen1-1/+1
2005-06-14* path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor1-14/+11
2005-06-06 * path.cc (symlink_info::check): If GetFileAttributes returnsCorinna Vinschen1-2/+11
2005-05-29 * path.cc (path_conv::check): Move component to function scope. SetCorinna Vinschen1-4/+18
2005-05-17white spaceChristopher Faylor1-1/+1
2005-05-17* path.cc (path_conv::check): Remove embedded dots before slashes.Christopher Faylor1-2/+2
2005-05-13* path.cc (normalize_posix_path): Do normalization on . and .. after a '//'.Christopher Faylor1-5/+1
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor1-8/+8
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor1-5/+12
2005-05-10 * path.cc (path_conv::check): Set correct file attributes for socketCorinna Vinschen1-1/+1
2005-05-092005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+15
2005-05-07* path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor1-1/+1
2005-05-06move commentChristopher Faylor1-2/+2
2005-05-02white space and minor comment cleanup.Christopher Faylor1-15/+15
2005-04-20revert erroneous checkinChristopher Faylor1-13/+0
2005-04-20* sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor1-0/+13
2005-04-20* path.cc (path_conv::check): Fix problem reading symlinks introduced in belowChristopher Faylor1-11/+23
2005-04-20* path.cc (path_conv::check): Punt when attempting to access a nonexistentChristopher Faylor1-1/+2
2005-04-16 * fhandler_disk_file.cc (fhandler_base::utimes_fs): IgnoreCorinna Vinschen1-1/+8
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor1-7/+9
2005-04-04* path.cc (path_conv::check): Only check for PC_NO_ACCESS_CHECK in endChristopher Faylor1-3/+3
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-3/+12
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