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
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-5
/
+6
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-0
/
+3
*
* path.cc (cwdstuff::get): Set EINVAL when length is zero.
Christopher Faylor
2000-10-10
1
-3
/
+12
*
* path.cc (mount_info::cygdrive_posix_path): Handle e:foo construction
Christopher Faylor
2000-10-09
1
-1
/
+6
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-2
/
+2
*
* fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.
Corinna Vinschen
2000-10-07
1
-1
/
+9
*
* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NT
Christopher Faylor
2000-10-06
1
-30
/
+18
*
* cygheap.cc (cygheap_init): Born again function.
Christopher Faylor
2000-10-02
1
-33
/
+9
*
* Makefile.in: Add fhandler_mem.o to the dependencies.
Corinna Vinschen
2000-10-01
1
-0
/
+3
*
* path.cc (symlink_info::check): Set executable bit for a file if the first two
Christopher Faylor
2000-09-30
1
-2
/
+3
*
* path.h: Create new input path flag PATH_NEEDDIR.
Christopher Faylor
2000-09-19
1
-3
/
+21
*
* 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
[next]