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
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-355
/
+189
*
* path.cc (normalize_posix_path): Put check for '//' prefix back to denote a
Christopher Faylor
2003-09-11
1
-5
/
+3
*
* Makefile.in: Add some more -fomit-frame-pointer files.
Christopher Faylor
2003-09-10
1
-0
/
+4
*
* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
Christopher Faylor
2003-08-31
1
-1
/
+1
*
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Christopher Faylor
2003-08-28
1
-3
/
+2
*
* path.cc (mount): Add null/empty check for input parameters.
Christopher Faylor
2003-08-19
1
-1
/
+6
*
* path.cc (special_name): Accommodate all special names with extensions.
Christopher Faylor
2003-08-17
1
-16
/
+13
*
* path.cc (special_name): Add checks for some specials followed by
Corinna Vinschen
2003-08-13
1
-0
/
+5
*
* path.cc (cygdrive_getmntent): Do not skip over drives of type
Christopher Faylor
2003-08-05
1
-2
/
+1
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-2
/
+2
*
* path.cc (get_device_number): Remove special com? consideration.
Christopher Faylor
2003-07-11
1
-51
/
+52
*
* path.cc (fillout_mntent): Change "posix" to "managed".
Christopher Faylor
2003-07-04
1
-1
/
+1
*
* fhandler.h (FH_ENC): New enum.
Christopher Faylor
2003-07-04
1
-27
/
+113
*
* path.cc (mount): Do more strict checking on posix path arguments.
Christopher Faylor
2003-06-17
1
-2
/
+11
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* 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
[next]