index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
path.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throughout, keep function definitions and declarations in sync with
Corinna Vinschen
2013-11-25
1
-2
/
+2
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-4
/
+0
*
* path.cc (normalize_posix_path): Don't check existence of / or // dir
Corinna Vinschen
2013-07-31
1
-5
/
+8
*
* path.cc (normalize_posix_path): Start checking path before ".." at
Corinna Vinschen
2013-07-18
1
-2
/
+2
*
* path.cc (symlink_native): Fix common prefix search. Enhance comment.
Corinna Vinschen
2013-07-15
1
-5
/
+6
*
* path.cc (find_fast_cwd_pointer): Use gas syntax for assembler
Corinna Vinschen
2013-06-28
1
-12
/
+31
*
* path.cc (cygwin_conv_path): Handle NULL "from" path gracefully.
Corinna Vinschen
2013-06-21
1
-0
/
+6
*
* path.cc (cnt_bs): New inline function.
Corinna Vinschen
2013-06-17
1
-4
/
+55
*
* path.cc (normalize_posix_path): Fix long-standing problem which
Corinna Vinschen
2013-06-12
1
-0
/
+17
*
* environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"
Corinna Vinschen
2013-05-23
1
-6
/
+21
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-5
/
+5
*
* autoload.cc (CreateSymbolicLink): Define.
Corinna Vinschen
2013-04-24
1
-52
/
+148
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-53
/
+162
*
* path.cc (symlink_info::check): Drop PC_KEEP_HANDLE flag for
Corinna Vinschen
2013-04-12
1
-14
/
+16
*
* path.cc (class suffix_scan): Add member namelen.
Corinna Vinschen
2013-04-03
1
-7
/
+29
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-3
/
+2
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-2
/
+2
*
* path.cc (etc::dir_changed): Revert muto changes since function is
Corinna Vinschen
2012-07-31
1
-28
/
+20
*
* path.cc (etc::dir_changed): Change `io' to a static NO_COPY
Corinna Vinschen
2012-07-31
1
-21
/
+33
*
* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'
Christopher Faylor
2012-07-29
1
-1
/
+1
*
* path.cc (symlink_info::check): Remove unneeded/unused variable.
Christopher Faylor
2012-07-02
1
-3
/
+0
*
* path.cc: Perform some whitespace fixups throughout.
Christopher Faylor
2012-07-02
1
-21
/
+22
*
* path.cc (realpath): Fix comment.
Corinna Vinschen
2012-06-22
1
-2
/
+2
*
* path.cc (realpath): Call mount_info::conv_to_posix_path rather than
Corinna Vinschen
2012-06-21
1
-1
/
+4
*
* path.cc (find_fast_cwd_pointer): Fix for W8 CP 32 bit.
Corinna Vinschen
2012-04-27
1
-21
/
+54
*
* dtable.cc (fh_alloc): Only disallow opening of nonexistent on-disk device.
Christopher Faylor
2012-04-21
1
-3
/
+0
*
* dtable.cc (fh_alloc): Keep fh which was flagged as error if it is for an
Christopher Faylor
2012-04-19
1
-0
/
+3
*
* dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return from
Christopher Faylor
2012-04-07
1
-5
/
+11
*
* path.c (path_conv::check): Avoid directly referencing fields of the dev
Christopher Faylor
2012-04-06
1
-1
/
+1
*
* fhandler_nodevice.cc (fhandler_nodevice::open): Convert EROFS to
Corinna Vinschen
2012-04-04
1
-2
/
+5
*
* path.cc (path_conv::check): Convert device type to FH_FS for
Corinna Vinschen
2012-04-04
1
-0
/
+13
*
* devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.
Corinna Vinschen
2012-04-02
1
-1
/
+1
*
* devices.cc: Regenerate.
Corinna Vinschen
2012-03-31
1
-1
/
+1
*
(Interim checkin while we work on this)
Christopher Faylor
2012-03-31
1
-0
/
+6
*
* Makefile.in (DLL_OFILES): Add fhandler_dev.o.
Corinna Vinschen
2012-03-29
1
-11
/
+5
*
* path.cc (readlink): Avoid calling strlen() twice.
Corinna Vinschen
2012-03-08
1
-1
/
+2
*
* Throughout, replace usage of w32api's min with MIN from sys/param.h.
Corinna Vinschen
2012-03-08
1
-1
/
+2
*
* cygheap.h (enum fcwd_version_t): Move here from path.cc.
Corinna Vinschen
2012-03-05
1
-191
/
+124
*
* environ.cc (dos_file_warning): Drop declaration.
Corinna Vinschen
2012-02-26
1
-6
/
+0
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-1
/
+1
*
* path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contents
Christopher Faylor
2012-01-02
1
-10
/
+9
*
* cygwin.din (get_current_dir_name): Export.
Yaakov Selkowitz
2012-01-01
1
-0
/
+21
*
* path.cc (struct symlink_info): Add bool argument to declaration of
Corinna Vinschen
2011-12-24
1
-17
/
+29
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-6
/
+6
*
* path.cc (conv_path_list): Fix a condition.
Corinna Vinschen
2011-12-13
1
-25
/
+16
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Call
Corinna Vinschen
2011-12-13
1
-37
/
+44
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-4
/
+4
*
* path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.
Corinna Vinschen
2011-12-02
1
-32
/
+75
*
* path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it is
Christopher Faylor
2011-10-23
1
-2
/
+8
*
* path.cc: Extend two comments. Mention the name RtlpCurDirRef
Corinna Vinschen
2011-10-18
1
-5
/
+15
[next]