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
*
* path.cc (conv_path_list): Use correct value when calculating length to avoid
Christopher Faylor
2003-06-04
1
-1
/
+1
*
* path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok was
Christopher Faylor
2003-05-30
1
-3
/
+4
*
* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's have
Christopher Faylor
2003-05-30
1
-11
/
+11
*
* mkvers.sh: Avoid "-dontuse" tags.
Christopher Faylor
2003-05-29
1
-33
/
+55
*
Replace ino_t by __ino64_t throughout.
Corinna Vinschen
2003-05-11
1
-2
/
+2
*
* dir.cc (readdir): Fill out new old_d_ino field.
Christopher Faylor
2003-05-11
1
-1
/
+1
*
* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.
Christopher Faylor
2003-04-27
1
-1
/
+1
*
whitespace cleanup
Christopher Faylor
2003-03-09
1
-1
/
+1
*
* path.h (PATH_LNK): New enum val.
Christopher Faylor
2003-03-08
1
-3
/
+5
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
1
-3
/
+10
*
* path.cc: Change 'to_posix_p' to 'to_posix' throughout.
Christopher Faylor
2003-02-05
1
-14
/
+23
*
* path.cc (etc::dir_changed): Fix debug printf.
Christopher Faylor
2003-02-05
1
-2
/
+1
*
* path.cc (symlink): Create security attributes so that only the
Corinna Vinschen
2003-02-04
1
-1
/
+1
*
* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.
Christopher Faylor
2003-01-24
1
-1
/
+2
*
* path.h (etc::change_possible): Revert the type to bool.
Christopher Faylor
2003-01-21
1
-16
/
+7
*
* pwdgrp.h (etc): Move to path.h.
Christopher Faylor
2003-01-20
1
-0
/
+101
*
* path.cc (normalize_posix_path): Convert win32 path separators to slashes when
Christopher Faylor
2003-01-16
1
-1
/
+7
*
* path.cc: Unrevert below reversion except for mount_info::conv_to_posix_path
Christopher Faylor
2003-01-10
1
-4
/
+1
*
* path.cc: Revert patch from 2003-01-09 to normalize a windows path
Corinna Vinschen
2003-01-10
1
-4
/
+6
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
Use isdirsep rather than SLASH_P throughout.
Christopher Faylor
2003-01-09
1
-22
/
+22
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
1
-1
/
+1
*
* environ.cc (environ_init): Avoid a compiler warning.
Christopher Faylor
2002-09-30
1
-1
/
+1
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
1
-1
/
+1
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-9
/
+9
*
whitespace
Christopher Faylor
2002-09-06
1
-4
/
+4
*
* Makefile.in (DLL_OFILES): Drop shortcut.o.
Corinna Vinschen
2002-09-04
1
-1
/
+82
*
* path.cc (path_conv::check): Always set fileattr when component == 0.
Christopher Faylor
2002-07-24
1
-8
/
+6
*
* ntdll.h (_SYSTEM_PROCESSOR_TIMES): Force eight byte alignment.
Christopher Faylor
2002-07-05
1
-34
/
+36
*
* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if none
Christopher Faylor
2002-07-03
1
-0
/
+1
*
* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.
Christopher Faylor
2002-07-01
1
-1
/
+9
*
* path.cc (chdir): Minor cleanup.
Christopher Faylor
2002-06-13
1
-2
/
+2
*
fix comment
Christopher Faylor
2002-06-11
1
-8
/
+1
*
* path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.
Christopher Faylor
2002-06-09
1
-10
/
+10
*
* external.cc (cygwin_internal): Make v1 mount table access invalid.
Christopher Faylor
2002-06-09
1
-81
/
+0
*
* cygwin.din: Eliminate some newlib wrappers.
Christopher Faylor
2002-06-06
1
-2
/
+2
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-2
/
+5
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-10
/
+13
*
* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don't
Christopher Faylor
2002-06-04
1
-1
/
+1
*
* path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.
Christopher Faylor
2002-06-01
1
-0
/
+5
*
oops
Christopher Faylor
2002-05-31
1
-1
/
+0
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-1
/
+1
*
* path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES for
Christopher Faylor
2002-05-31
1
-1
/
+9
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-20
/
+37
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-1
/
+0
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-15
/
+6
*
* path.cc (path_conv::check): Make sure any trailing path component is part of
Christopher Faylor
2002-05-23
1
-1
/
+5
*
* fhandler.h (fhandler_virtual::exists): Eliminate path argument.
Christopher Faylor
2002-05-22
1
-2
/
+5
*
* path.cc (path_conv::check): Always set executable bit for executable
Christopher Faylor
2002-05-18
1
-1
/
+1
*
* fhandler.h (executable_states): For now, make dont_care_if_executable
Christopher Faylor
2002-05-12
1
-45
/
+46
[next]