summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/path.h
Commit message (Expand)AuthorAgeFilesLines
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-3/+3
* * devices.cc: New file.Christopher Faylor2003-09-251-23/+56
* * fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor2003-09-111-0/+1
* * fhandler.h (FH_ENC): New enum.Christopher Faylor2003-07-041-0/+4
* * path.h (PATH_LNK): New enum val.Christopher Faylor2003-03-081-0/+2
* w32api:Corinna Vinschen2003-02-201-0/+1
* * path.h (path_conv): Reorganize slightly.Christopher Faylor2003-02-131-2/+4
* * path.h (etc::change_possible): Revert the type to bool.Christopher Faylor2003-01-211-2/+1
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-201-0/+17
* * environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor2002-09-301-1/+1
* * Makefile.in (DLL_OFILES): Drop shortcut.o.Corinna Vinschen2002-09-041-0/+3
* * path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor2002-07-241-3/+3
* * winsup.h: Minor cleanup.Christopher Faylor2002-06-261-0/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+9
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-1/+5
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-241-2/+1
* * fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor2002-05-121-13/+19
* * path.h (path_conv::path_conv): Initialise normalized_path to NULL.Christopher Faylor2002-05-041-1/+1
* * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor2002-05-031-0/+1
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-021-3/+9
* * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen2002-01-141-3/+3
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor2001-10-311-2/+13
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-2/+0
* * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor2001-10-021-2/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-10/+11
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-281-10/+0
* * security.h (NTWriteEA): Change prototype.Egor Duda2001-06-051-4/+13
* * path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor2001-06-041-2/+2
* * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor2001-05-311-10/+15
* * path.h (path_conv::add_ext_from_sym): Declare.Christopher Faylor2001-04-171-0/+2
* * path.h (cwdstuff): Move class.Christopher Faylor2001-04-171-21/+0
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-0/+12
* * sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor2001-03-071-1/+1
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-2/+16
* * include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor2001-01-221-0/+3
* * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen2000-11-281-2/+5
* * path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor2000-11-121-5/+5
* * path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor2000-10-311-0/+9
* * exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor2000-10-241-2/+0
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-1/+1
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-1/+2
* * net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor2000-10-061-1/+0
* * path.h: Create new input path flag PATH_NEEDDIR.Christopher Faylor2000-09-191-0/+1
* * path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdirChristopher Faylor2000-09-101-1/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+1
* * path.cc (cwd_win32): Eliminate.Christopher Faylor2000-09-051-5/+21
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-0/+5
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+3
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-14/+23