summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-2/+2
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-4/+0
* * path.cc (normalize_posix_path): Don't check existence of / or // dirCorinna Vinschen2013-07-311-5/+8
* * path.cc (normalize_posix_path): Start checking path before ".." atCorinna Vinschen2013-07-181-2/+2
* * path.cc (symlink_native): Fix common prefix search. Enhance comment.Corinna Vinschen2013-07-151-5/+6
* * path.cc (find_fast_cwd_pointer): Use gas syntax for assemblerCorinna Vinschen2013-06-281-12/+31
* * path.cc (cygwin_conv_path): Handle NULL "from" path gracefully.Corinna Vinschen2013-06-211-0/+6
* * path.cc (cnt_bs): New inline function.Corinna Vinschen2013-06-171-4/+55
* * path.cc (normalize_posix_path): Fix long-standing problem whichCorinna Vinschen2013-06-121-0/+17
* * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen2013-05-231-6/+21
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-5/+5
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-241-52/+148
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-53/+162
* * path.cc (symlink_info::check): Drop PC_KEEP_HANDLE flag forCorinna Vinschen2013-04-121-14/+16
* * path.cc (class suffix_scan): Add member namelen.Corinna Vinschen2013-04-031-7/+29
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+2
* whitespace cleanupChristopher Faylor2012-08-161-2/+2
* * path.cc (etc::dir_changed): Revert muto changes since function isCorinna Vinschen2012-07-311-28/+20
* * path.cc (etc::dir_changed): Change `io' to a static NO_COPYCorinna Vinschen2012-07-311-21/+33
* * fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor2012-07-291-1/+1
* * path.cc (symlink_info::check): Remove unneeded/unused variable.Christopher Faylor2012-07-021-3/+0
* * path.cc: Perform some whitespace fixups throughout.Christopher Faylor2012-07-021-21/+22
* * path.cc (realpath): Fix comment.Corinna Vinschen2012-06-221-2/+2
* * path.cc (realpath): Call mount_info::conv_to_posix_path rather thanCorinna Vinschen2012-06-211-1/+4
* * path.cc (find_fast_cwd_pointer): Fix for W8 CP 32 bit.Corinna Vinschen2012-04-271-21/+54
* * dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.Christopher Faylor2012-04-211-3/+0
* * dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for anChristopher Faylor2012-04-191-0/+3
* * dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return fromChristopher Faylor2012-04-071-5/+11
* * path.c (path_conv::check): Avoid directly referencing fields of the devChristopher Faylor2012-04-061-1/+1
* * fhandler_nodevice.cc (fhandler_nodevice::open): Convert EROFS toCorinna Vinschen2012-04-041-2/+5
* * path.cc (path_conv::check): Convert device type to FH_FS forCorinna Vinschen2012-04-041-0/+13
* * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-1/+1
* * devices.cc: Regenerate.Corinna Vinschen2012-03-311-1/+1
* (Interim checkin while we work on this)Christopher Faylor2012-03-311-0/+6
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-11/+5
* * path.cc (readlink): Avoid calling strlen() twice.Corinna Vinschen2012-03-081-1/+2
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-1/+2
* * cygheap.h (enum fcwd_version_t): Move here from path.cc.Corinna Vinschen2012-03-051-191/+124
* * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen2012-02-261-6/+0
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-1/+1
* * path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contentsChristopher Faylor2012-01-021-10/+9
* * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz2012-01-011-0/+21
* * path.cc (struct symlink_info): Add bool argument to declaration ofCorinna Vinschen2011-12-241-17/+29
* Clean up whitespace.Christopher Faylor2011-12-171-6/+6
* * path.cc (conv_path_list): Fix a condition.Corinna Vinschen2011-12-131-25/+16
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CallCorinna Vinschen2011-12-131-37/+44
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-4/+4
* * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen2011-12-021-32/+75
* * path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it isChristopher Faylor2011-10-231-2/+8
* * path.cc: Extend two comments. Mention the name RtlpCurDirRefCorinna Vinschen2011-10-181-5/+15