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