summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.cc
Commit message (Expand)AuthorAgeFilesLines
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * path.cc (chdir): Avoid trailing dot calculation when chdir == '/' or we endChristopher Faylor2000-07-291-1/+1
* * dcrt0.cc (dummy_autoload): Add load statement for RegDeleteValueA.Christopher Faylor2000-07-281-11/+103
* * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen2000-07-191-12/+87
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-14/+29
* Add some comments.Christopher Faylor2000-07-021-0/+2
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-4/+4
* * Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor2000-06-161-2/+2
* * path.cc (chdir): Don't set cache to offending chdir. Change comment toChristopher Faylor2000-06-151-8/+10
* Fix typo.Christopher Faylor2000-06-151-1/+1
* * path.cc (normalize_posix_path): Convert path to POSIX if it seems to be aChristopher Faylor2000-06-151-19/+35
* * path.cc (mount_info::add_item): The previous patch can't handle the case ofChristopher Faylor2000-06-131-6/+8
* * thread.h: Shorten "current_directory" variables to "cwd_*" throughout.Christopher Faylor2000-06-131-42/+40
* * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen2000-06-081-2/+0
* path.cc (mount_info::init): Eliminate the mount_slash feature.Corinna Vinschen2000-06-081-138/+68
* * cygwin.din: add cygwin_dll_initDJ Delorie2000-06-081-0/+3
* * path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor2000-05-301-4/+6
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-301-26/+32
* * path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor2000-05-231-6/+9
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-7/+12
* * path.cc (symlink::info): Treat non readable filesCorinna Vinschen2000-05-081-1/+1
* * configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor2000-05-041-6/+0
* * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen2000-05-031-1/+10
* * path.cc (mount_info::conv_to_win32_path): Previous patchDJ Delorie2000-05-021-1/+1
* * path.cc (normalize_win32_path): Don't add a trailing slash when one alreadyChristopher Faylor2000-04-271-48/+26
* * exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor2000-04-261-10/+8
* * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen2000-04-251-11/+0
* Fix handling of /.filenameChristopher Faylor2000-04-211-1/+5
* * path.cc (normalize_posix_path): Previous two patches were still incorrect soChristopher Faylor2000-04-211-57/+49
* * path.cc (normalize_posix_path): Previous change failed to take rootChristopher Faylor2000-04-201-1/+1
* * fhandler.h (fhandler_base::hclose): New virtual method.Christopher Faylor2000-04-201-1/+3
* * dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor2000-04-131-59/+67
* * path.cc (conv_to_win32_path): Detect a win32 pathCorinna Vinschen2000-04-131-4/+24
* Fix typo.Christopher Faylor2000-04-131-4/+3
* * path.cc (path_conv::path_conv): Ensure that suffix is correctly copied toChristopher Faylor2000-04-121-18/+18
* * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen2000-04-021-1/+4
* * Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor2000-03-281-9/+11
* * path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor2000-03-261-1/+1
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-161-4/+12
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+2836