newlib/winsup/utils
Christopher Faylor f0136ac908 * cygcheck.cc (pathlike): New class.
(paths): Redefine as type pathlike.
(display_error): Declare a few different ways to allow more flexible usage
throughout.
(display_error_fmt): New function for those cases where C++ just isn't enough.
(add_path): Rewrite to allocate pathlike paths.  Always tack on a trailing
slash since that's what everyone who uses it wants.  NULL terminate the path
list.  Register "it's a system path" field.
(init_path): Call add_path with info regarding whether path is a system path or
not.
(pathlike::check_existence): Move into pathlike class.  Accept file and
extension arguments to build up path on the fly.  Modify other arguments.
(find_on_path): Constify return value and appropriate arguments.  Eliminate
short-circuit for fully-qualified paths.  Simplify loop which iterates over
path.
(already_did): Constify argument.
(track_down): Ditto.  Regularize some error messages.
(find_app_on_path): Ditto.
(cygcheck): Constify argument.  Use 20th century string handling functions.
(dump_sysinfo): Remove odd inclusion of '\\bin' "Just in case".  Accommodate
change of paths to pathlike.
* path.cc (isslash): Rename from SLASH_P and use throughout.
(rel_vconcat): Front-end to vconcat which prepends cwd to path before passing
along for conversion to native windows.
(cygpath): Remove "./" test.  Call rel_vconcat if filename appears to be
relative.
2007-06-04 01:57:16 +00:00
..
aclocal.m4
ChangeLog * cygcheck.cc (pathlike): New class. 2007-06-04 01:57:16 +00:00
ChangeLog-2000
configure
configure.in
cygcheck.cc * cygcheck.cc (pathlike): New class. 2007-06-04 01:57:16 +00:00
cygpath.cc * cygpath.cc (do_options): Allow outputflag combined with other 2007-05-29 07:54:45 +00:00
dump_setup.cc
dumper.cc * dumper.cc (dumper::prepare_core_dump): Record a phdr for each section. 2007-05-29 08:08:06 +00:00
dumper.h
getfacl.c
ipcrm.c
ipcs.c * ipcs.c (_POSIX2_LINE_MAX): Drop definition. 2007-02-22 10:53:37 +00:00
kill.cc
Makefile.in
mkgroup.c
mkpasswd.c
module_info.cc
mount.cc * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING. 2007-03-30 13:36:06 +00:00
parse_pe.cc
passwd.c
path.cc * cygcheck.cc (pathlike): New class. 2007-06-04 01:57:16 +00:00
path.h
ps.cc
regtool.cc
setfacl.c
setmetamode.c
ssp.c
ssp.txt
strace.cc
umount.cc
utils.sgml * cygpath.cc (usage): Add -O and -F, remove tabs. 2007-01-09 12:17:05 +00:00