OSDN Git Service

Replace valid memory checks with new myfault class "exception handling", almost
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / dir.cc
2005-07-03 cgfReplace valid memory checks with new myfault class...
2005-05-25 cgf* fhandler.h (fhandler_base::mkdir): New virtual method.
2005-05-13 cgfRemove PC_FULL from path_conv usage throughout.
2005-05-13 cgf* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
2005-03-16 cgf* dir.cc: Rename opendir_* to dirent_* throughout.
2004-05-28 cgf* path.cc (chdir): Always use the normalized_path as...
2004-05-03 corinna * dir.cc (writable_directory): Remove.
2004-04-16 corinna * autoload.cc (NtCreateFile): Add.
2004-04-13 corinna * dir.cc (mkdir): Call set_file_attribute with additio...
2004-03-20 phumblet2004-03-19 Pierre Humblet <pierre.humblet@ieee.org>
2004-03-14 phumblet2004-03-14 Pierre Humblet <pierre.humblet@ieee.org>
2003-11-26 corinna * dir.cc (mkdir): Use local security_descriptor. Call
2003-09-25 cgf* devices.cc: New file.
2003-09-11 cgf* dir.cc (rmdir): Add more samba workarounds.
2003-09-10 cgf* fhandler_disk_file.cc (num_entries): Take . and...
2003-09-09 cgf* dir.cc (readdir): Reinstate setting of old ino field...
2003-09-08 cgfThroughout, remove __d_u.__d_data fields from DIR struc...
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-05-11 corinna Replace ino_t by __ino64_t throughout.
2003-05-11 cgf* dir.cc (readdir): Fill out new old_d_ino field.
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2002-09-23 cgfMore GNUify non-GNU formatted functions calls throughout.
2002-06-05 cgf* dir.cc (rmdir): Streamline. Detect attempts to remov...
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-06-01 cgf* fhandler_disk_file.cc (readdir): Move inode calculati...
2002-05-28 cgf* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2...
2002-05-25 cgfRemove unneeded sync.h, where appropriate, throughout...
2002-02-25 corinna * cygwin.din (fstat64): New symbol.
2002-02-10 corinna * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2002-01-14 corinna * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of ...
2002-01-13 cgfAdd copyright stuff
2002-01-06 cgf* dir.cc (opendir): Guarantee release of alloced fhandl...
2002-01-04 cgf* dir.cc (opendir): Don't attempt to call sub-opendir...
2001-12-05 cgf* dir.cc (opendir): Detect error return from build_fhan...
2001-11-22 cgf* path.cc (conv_path_list): Fix wild indexing into...
2001-11-21 cgf* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
2001-11-13 corinna * dir.cc (mkdir): Add HIDDEN file attribute if file...
2001-11-05 cgfEliminate excess whitespace.
2001-10-05 cgfAdd second path_conv * argument to fstat()s throughout.
2001-10-05 cgf* syscalls.cc (stat_worker): Make global. Accept path_...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-17 cgf* syscalls.cc (rmdir): Set cwd to some other location...
2001-09-12 corinna * Makefile.in: Build wincap.o.
2001-09-11 cgfUpdate copyrights.
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 cgf* cygheap.h (init_cygheap): Move bucket array here...
2001-09-03 corinna * dir.cc (opendir): Write version information...
2001-09-03 corinna * cygwin.din: Add `dirfd'.
2001-08-28 cgf* dir.cc (rmdir): Report ENOENT when file doesn't exist...
2001-08-07 corinna * security.cc (alloc_sd): Don't set FILE_DELETE...
2001-08-07 corinna * dir.cc (mkdir): Set security attributes corre...
2001-08-04 cgfThroughout, change check for running under Windows...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-07-20 corinna * dir.cc (readdir): Protect FindNextFileA again...
2001-06-03 cgf* cygheap.cc (cygheap_root::cygheap_rot): Remove constr...
2001-05-12 corinna * dir.cc (rmdir): Rearrange slightly to allow...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2001-04-12 corinna * dir.cc (mkdir): Check for case clash.
2001-03-17 cgf* dir.cc (readdir): Use strcasematch for consistency.
2001-03-05 cgf* dlopen.c (dlopen): Return NULL when name is NULL...
2001-03-02 corinna * dir.cc (readdir): Fix creating path in symlin...
2001-03-02 corinna * dir.cc (readdir): Fix shortcut==symlink condi...
2001-02-22 corinna * cygerrno.h: Revert previous patch.
2001-02-21 corinnaAdd copyright year 2001
2001-02-21 corinna * Makefile.in: Add `-lshell32 -luuid' to link...
2000-11-15 corinna * cygheap.cc (cygheap_root::cygheap_root):...
2000-11-14 corinna * dir.cc (rewinddir): Always set __d_position...
2000-11-14 cgf* cygheap.h (init_cygheap): New struct holding values...
2000-11-09 corinna * dir.cc (readdir): Avoid reading from the...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-03 cgf* Makefile.in: Add cygheap.o.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-10 cgf* dir.cc (readdir): Ensure that errno is *only* set...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-19 corinna * shared.h (class pinfo): New members `root...
2000-07-17 cgfThroughout, eliminate third argument to path_conv and...
2000-05-25 cgf* dir.cc (rmdir): Use file attributes that have already...
2000-05-25 cgf* dir.cc (rmdir): Use file attributes that have already...
2000-05-25 cgf* dir.cc (rmdir): Use file attributes that have already...
2000-05-25 corinna Patch by Kazuhiro Fujieda <fujieda@jaist.ac...
2000-05-24 corinna * dir.cc (writable_directory): Comment out...
2000-05-23 dj* dir.cc (writable_directory): handle root directories
2000-05-22 corinna * dir.cc (rmdir): Care for misleading error...
2000-02-17 cgfInitial revision