Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-20Only use name change patch in dir.cc.cr-0x5efChristopher Faylor
2006-01-20This commit was manufactured by cvs2svn to create branch 'cr-0x5ef'.cvs2svn
2006-01-03* dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor
2006-01-03* dir.cc (readdir_worker): Ensure that saw_dot flags are updated when notChristopher Faylor
2005-12-19* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor
2005-12-06* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor
2005-12-05revert accidental checkinChristopher Faylor
2005-12-05Remove unneeded whitespace.Christopher Faylor
2005-10-21* dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor
2005-10-13* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor
2005-09-29 * dir.cc (mkdir): Check for trailing /. or /.. component.Corinna Vinschen
2005-08-28*dir.cc (readdir_r): Invert sense on error-test.Christopher Faylor
2005-08-23* dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor
2005-03-17* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-03 * dir.cc (writable_directory): Remove.Corinna Vinschen
2004-04-17 * autoload.cc (NtCreateFile): Add.Corinna Vinschen
2004-04-14 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen
2004-03-202004-03-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-03-142004-03-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-11* dir.cc (rmdir): Add more samba workarounds.Christopher Faylor
2003-09-11* fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor
2003-09-09* dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-05-12 Replace ino_t by __ino64_t throughout.Corinna Vinschen
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-06-05* dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-06-01* fhandler_disk_file.cc (readdir): Move inode calculation into caller.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-06* dir.cc (opendir): Guarantee release of alloced fhandler structure on error.Christopher Faylor
2002-01-04* dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.Christopher Faylor
2001-12-06* dir.cc (opendir): Detect error return from build_fhandler_from_name.Christopher Faylor