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
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-16
/
+16
*
* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in a
Christopher Faylor
2003-12-05
1
-1
/
+1
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-3
/
+0
*
* dir.cc (mkdir): Use local security_descriptor. Call
Corinna Vinschen
2003-11-26
1
-1
/
+2
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-45
/
+45
*
* path.cc (dot_special_chars): New global variable.
Christopher Faylor
2003-10-29
1
-2
/
+15
*
* path.cc (normalize_posix_path): Test runs of more than two
Corinna Vinschen
2003-10-25
1
-1
/
+8
*
* path.cc (win32_device_name): Fix comment.
Corinna Vinschen
2003-10-24
1
-2
/
+3
*
* path.cc (win32_device_name): Only fill out destination buffer when it's
Christopher Faylor
2003-10-02
1
-2
/
+4
*
* Makefile.in: Add YA method for generating devices.cc.
Christopher Faylor
2003-10-01
1
-16
/
+2
*
* devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and
Corinna Vinschen
2003-09-30
1
-3
/
+0
*
* devices.h: Move a few device major numbers. Fix typo of FH_UDP.
Corinna Vinschen
2003-09-28
1
-5
/
+7
*
* path.cc (symlink_info::check): Use new introducer for mknod'ed files.
Christopher Faylor
2003-09-27
1
-2
/
+2
*
* 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
[next]