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 (mount_info::read_mounts): Don't delete mount entries of which mount
Christopher Faylor
2000-09-18
1
-77
/
+46
*
* path.cc (normalize_posix_path): Fix more slashdot madness.
Christopher Faylor
2000-09-12
1
-6
/
+6
*
* path.cc (normalize_posix_path): Correctly deal with a "." parameter.
Christopher Faylor
2000-09-11
1
-5
/
+8
*
* dcrt0.cc (dll_crt0_1): Initialize thread and debug stuff before handling
Christopher Faylor
2000-09-10
1
-1
/
+1
*
* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdir
Christopher Faylor
2000-09-10
1
-9
/
+29
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-1
/
+4
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
1
-0
/
+2
*
* path.cc (cwdstuff::get_initial): Keep caching alive.
Christopher Faylor
2000-09-06
1
-3
/
+7
*
* path.cc (normalize_posix_path): Deal with error return from cygcwd.get.
Christopher Faylor
2000-09-06
1
-4
/
+10
*
* path.cc (readlink): 'max' should be a 'min' or we'll suffer buffer overflow.
Christopher Faylor
2000-09-05
1
-1
/
+1
*
* path.cc (cwd_win32): Eliminate.
Christopher Faylor
2000-09-05
1
-296
/
+206
*
* path.cc (readlink): Check if buffer length is positive. Truncate output to
Christopher Faylor
2000-09-04
1
-7
/
+8
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-43
/
+106
*
* path.cc (symlink_info::check): Clear error on each iteration of extension
Christopher Faylor
2000-08-22
1
-1
/
+2
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+6
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-82
/
+87
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+1
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we end
Christopher Faylor
2000-07-29
1
-1
/
+1
*
* dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.
Christopher Faylor
2000-07-28
1
-11
/
+103
*
* shared.h (class pinfo): New members `root' and `rootlen'.
Corinna Vinschen
2000-07-19
1
-12
/
+87
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
1
-14
/
+29
*
Add some comments.
Christopher Faylor
2000-07-02
1
-0
/
+2
*
Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>
Corinna Vinschen
2000-07-01
1
-4
/
+4
*
* Makefile.in: Just use library files from this tree when building cygrun.exe.
Christopher Faylor
2000-06-16
1
-2
/
+2
*
* path.cc (chdir): Don't set cache to offending chdir. Change comment to
Christopher Faylor
2000-06-15
1
-8
/
+10
*
Fix typo.
Christopher Faylor
2000-06-15
1
-1
/
+1
*
* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be a
Christopher Faylor
2000-06-15
1
-19
/
+35
*
* path.cc (mount_info::add_item): The previous patch can't handle the case of
Christopher Faylor
2000-06-13
1
-6
/
+8
*
* thread.h: Shorten "current_directory" variables to "cwd_*" throughout.
Christopher Faylor
2000-06-13
1
-42
/
+40
*
* path.cc (path_conv::check): Erase two lines checked in
Corinna Vinschen
2000-06-08
1
-2
/
+0
*
path.cc (mount_info::init): Eliminate the mount_slash feature.
Corinna Vinschen
2000-06-08
1
-138
/
+68
*
* cygwin.din: add cygwin_dll_init
DJ Delorie
2000-06-08
1
-0
/
+3
*
* path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressive
Christopher Faylor
2000-05-30
1
-4
/
+6
*
* Makefile.in: Remove libadvapi32.a.
Christopher Faylor
2000-05-30
1
-26
/
+32
*
* path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on a
Christopher Faylor
2000-05-23
1
-6
/
+9
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
1
-7
/
+12
*
* path.cc (symlink::info): Treat non readable files
Corinna Vinschen
2000-05-08
1
-1
/
+1
*
* configure.in: Use -gstabs+ as compile debug option. This seems to promote
Christopher Faylor
2000-05-04
1
-6
/
+0
*
* Makefile.in: Add dependencies for fhandler_random.o
Corinna Vinschen
2000-05-03
1
-1
/
+10
*
* path.cc (mount_info::conv_to_win32_path): Previous patch
DJ Delorie
2000-05-02
1
-1
/
+1
*
* path.cc (normalize_win32_path): Don't add a trailing slash when one already
Christopher Faylor
2000-04-27
1
-48
/
+26
*
* exceptions.cc (interruptible): Allocate slightly more space for directory
Christopher Faylor
2000-04-26
1
-10
/
+8
*
* fhandler.cc (fhandler_disk_file::open): Check for allow_ntsec
Corinna Vinschen
2000-04-25
1
-11
/
+0
*
Fix handling of /.filename
Christopher Faylor
2000-04-21
1
-1
/
+5
*
* path.cc (normalize_posix_path): Previous two patches were still incorrect so
Christopher Faylor
2000-04-21
1
-57
/
+49
*
* path.cc (normalize_posix_path): Previous change failed to take root
Christopher Faylor
2000-04-20
1
-1
/
+1
*
* fhandler.h (fhandler_base::hclose): New virtual method.
Christopher Faylor
2000-04-20
1
-1
/
+3
*
* dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.
Christopher Faylor
2000-04-13
1
-59
/
+67
*
* path.cc (conv_to_win32_path): Detect a win32 path
Corinna Vinschen
2000-04-13
1
-4
/
+24
[next]