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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-3
/
+3
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-23
/
+56
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.
Christopher Faylor
2003-09-11
1
-0
/
+1
*
* fhandler.h (FH_ENC): New enum.
Christopher Faylor
2003-07-04
1
-0
/
+4
*
* path.h (PATH_LNK): New enum val.
Christopher Faylor
2003-03-08
1
-0
/
+2
*
w32api:
Corinna Vinschen
2003-02-20
1
-0
/
+1
*
* path.h (path_conv): Reorganize slightly.
Christopher Faylor
2003-02-13
1
-2
/
+4
*
* path.h (etc::change_possible): Revert the type to bool.
Christopher Faylor
2003-01-21
1
-2
/
+1
*
* pwdgrp.h (etc): Move to path.h.
Christopher Faylor
2003-01-20
1
-0
/
+17
*
* environ.cc (environ_init): Avoid a compiler warning.
Christopher Faylor
2002-09-30
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Drop shortcut.o.
Corinna Vinschen
2002-09-04
1
-0
/
+3
*
* path.cc (path_conv::check): Always set fileattr when component == 0.
Christopher Faylor
2002-07-24
1
-3
/
+3
*
* winsup.h: Minor cleanup.
Christopher Faylor
2002-06-26
1
-0
/
+1
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-1
/
+9
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-1
/
+5
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-2
/
+1
*
* fhandler.h (executable_states): For now, make dont_care_if_executable
Christopher Faylor
2002-05-12
1
-13
/
+19
*
* path.h (path_conv::path_conv): Initialise normalized_path to NULL.
Christopher Faylor
2002-05-04
1
-1
/
+1
*
* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
Christopher Faylor
2002-05-03
1
-0
/
+1
*
* path.h (pathconv_arg): Add PC_POSIX.
Christopher Faylor
2002-05-02
1
-3
/
+9
*
* dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"
Corinna Vinschen
2002-01-14
1
-3
/
+3
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-1
/
+1
*
* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
Christopher Faylor
2001-10-31
1
-2
/
+13
*
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.
Christopher Faylor
2001-10-04
1
-2
/
+0
*
* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.
Christopher Faylor
2001-10-02
1
-2
/
+2
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-10
/
+11
*
Change check_null_empty_path* to check_null_empty_str* throughout.
Christopher Faylor
2001-06-28
1
-10
/
+0
*
* security.h (NTWriteEA): Change prototype.
Egor Duda
2001-06-05
1
-4
/
+13
*
* path.cc (normalize_posix_path): Revert .. check removed by previous changes.
Christopher Faylor
2001-06-04
1
-2
/
+2
*
* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspace
Christopher Faylor
2001-05-31
1
-10
/
+15
*
* path.h (path_conv::add_ext_from_sym): Declare.
Christopher Faylor
2001-04-17
1
-0
/
+2
*
* path.h (cwdstuff): Move class.
Christopher Faylor
2001-04-17
1
-21
/
+0
*
* dir.cc (mkdir): Check for case clash.
Corinna Vinschen
2001-04-12
1
-0
/
+12
*
* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.
Christopher Faylor
2001-03-07
1
-1
/
+1
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
1
-2
/
+16
*
* include/cygwin/version.h: Bump API to reflect setlogmask.
Christopher Faylor
2001-01-22
1
-0
/
+3
*
* fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFile
Corinna Vinschen
2000-11-28
1
-2
/
+5
*
* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.
Christopher Faylor
2000-11-12
1
-5
/
+5
*
* path.h (has_exec_chars): Standard function for checking for executable magic
Christopher Faylor
2000-10-31
1
-0
/
+9
*
* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
Christopher Faylor
2000-10-24
1
-2
/
+0
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-1
/
+1
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-1
/
+2
*
* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NT
Christopher Faylor
2000-10-06
1
-1
/
+0
*
* path.h: Create new input path flag PATH_NEEDDIR.
Christopher Faylor
2000-09-19
1
-0
/
+1
*
* path.cc (chdir): Use the full path for cwd_win32. Consider attempts to chdir
Christopher Faylor
2000-09-10
1
-1
/
+1
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-1
/
+1
*
* path.cc (cwd_win32): Eliminate.
Christopher Faylor
2000-09-05
1
-5
/
+21
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-0
/
+5
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-0
/
+3
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
1
-14
/
+23
[next]