OSDN Git Service

Replace valid memory checks with new myfault class "exception handling", almost
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / path.h
2005-05-13 cgfRemove PC_FULL from path_conv usage throughout.
2005-05-13 cgf* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
2005-04-14 cgf* dcrt0.cc (do_global_dtors): Run DLL dtors.
2005-03-29 corinna * path.cc (is_floppy): Make externally available.
2005-03-12 cgf* path.h (pathconv_arg): Define PC_NO_ACCESS_CHECK.
2005-02-20 cgfcopyright
2005-02-16 cgf* path.h (path_conv::issocket): Return true if device...
2005-02-13 cgfwhite space
2005-01-31 cgf* path.h (path_conv::set_name): Declare new function.
2005-01-13 corinna * pinfo.cc (pinfo::exit): Don't access self after...
2004-12-23 cgf* path.h (path_conv::set_normalized_path): Add second...
2004-10-02 phumblet2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>
2004-06-17 phumblet2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>
2004-05-11 corinna * fhandler.cc (fhandler_base::open): Set file attribut...
2004-04-30 corinna * fhandler.cc (fhandler_base::open): Call path_conv...
2004-04-14 phumblet2004-04-14 Pierre Humblet <pierre.humblet@ieee.org>
2004-04-13 corinna * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to defin...
2004-04-10 corinna * Use new unified status_flag accessor methods from...
2004-04-09 corinna * path.cc (fsinfo): Global storage for file system...
2004-02-17 cgf* Makefile.in (clean): Clean libserver, too.
2003-12-07 cgfChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-11-14 rbcollins2003-11-11 Robert Collins <rbtcollins@hotmail.com>
2003-09-25 cgf* devices.cc: New file.
2003-09-11 cgf* fhandler_disk_file.cc (path_conv::ndisk_links): Renam...
2003-07-04 cgf* fhandler.h (FH_ENC): New enum.
2003-03-08 cgf* path.h (PATH_LNK): New enum val.
2003-02-20 corinnaw32api:
2003-02-13 cgf* path.h (path_conv): Reorganize slightly.
2003-01-21 cgf* path.h (etc::change_possible): Revert the type to...
2003-01-20 cgf* pwdgrp.h (etc): Move to path.h.
2002-09-30 cgf* environ.cc (environ_init): Avoid a compiler warning.
2002-09-04 corinna * Makefile.in (DLL_OFILES): Drop shortcut.o.
2002-07-24 cgf* path.cc (path_conv::check): Always set fileattr when...
2002-06-26 cgf* winsup.h: Minor cleanup.
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-05-28 cgf* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2...
2002-05-24 cgf* dtable.cc (dtable::build_fhandler_from_name): Just...
2002-05-12 cgf* fhandler.h (executable_states): For now, make dont_ca...
2002-05-04 cgf* path.h (path_conv::path_conv): Initialise normalized_...
2002-05-03 cgf* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler...
2002-05-02 cgf* path.h (pathconv_arg): Add PC_POSIX.
2002-01-14 corinna * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of ...
2001-11-05 cgfEliminate excess whitespace.
2001-10-31 cgf* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
2001-10-04 cgf* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if...
2001-10-02 cgf* dtable.h (dtable::build_fhandler): Make path_conv...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-06-28 cgfChange check_null_empty_path* to check_null_empty_str...
2001-06-05 duda* security.h (NTWriteEA): Change prototype.
2001-06-04 cgf* path.cc (normalize_posix_path): Revert .. check...
2001-05-31 cgf* path.cc (chdir): Always send unsigned chars to isspac...
2001-04-17 cgf* path.h (path_conv::add_ext_from_sym): Declare.
2001-04-17 cgf* path.h (cwdstuff): Move class.
2001-04-12 corinna * dir.cc (mkdir): Check for case clash.
2001-03-07 cgf* sigproc.h (sigthread): Declare new methods. Create...
2001-03-05 cgf* dlopen.c (dlopen): Return NULL when name is NULL...
2001-01-22 cgf* include/cygwin/version.h: Bump API to reflect setlogmask.
2000-11-28 corinna * fhandler.cc (fhandler_disk_file::open): Check...
2000-11-12 cgf* path.h: Add __attribute__ ((regparm(x))) to commonly...
2000-10-31 cgf* path.h (has_exec_chars): Standard function for checki...
2000-10-24 cgf* exceptions.cc (signal_exit): Kill any executing child...
2000-10-15 cgf* exceptions.cc (set_console_handler): Don't allocate
2000-10-09 cgf* dtable.cc (set_std_handle): Use std_consts array...
2000-10-06 cgf* net.cc (set_socket_inheritance): Rename from duplicat...
2000-09-19 cgf* path.h: Create new input path flag PATH_NEEDDIR.
2000-09-10 cgf* path.cc (chdir): Use the full path for cwd_win32...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-05 cgf* path.cc (cwd_win32): Eliminate.
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-07-17 cgfThroughout, eliminate third argument to path_conv and...
2000-05-30 cgfNeeded for previous changes.
2000-04-26 cgf* exceptions.cc (interruptible): Allocate slightly...
2000-03-26 cgf* path.cc (symlink_check_one): Recognize symlink settin...
2000-03-18 cgf* delqueue.cc (delqueue_list::queue_file): Add some...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision