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
2014-03-09* dir.cc (opendir): Propagate any errno from build_fh_name.Christopher Faylor
2014-01-31*** empty log message ***Corinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-10-26 * dir.cc (closedir): Fix syscall_printf.Corinna Vinschen
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen
2012-02-02 Fix memory and handle leaks due to fdopendir:Corinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-09-26Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake
2008-11-28 * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen
2007-08-16 * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING.Corinna Vinschen
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen
2007-07-09 * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen
2007-02-22 * dir.cc (rmdir): Move existance check in front ofCorinna Vinschen
2007-02-22 Throughout remove all usage of wincap.access_denied_on_delete.Corinna Vinschen
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen
2006-11-30 * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-03-03 * dir.cc (opendir): Fix indentation.Corinna Vinschen
2006-02-28 * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen
2006-02-05 * dir.cc (rewinddir): Keep dirent_get_d_ino and dirent_set_d_ino flags.Corinna Vinschen
2006-02-04* dir.cc (rmdir): Reorganize check for trailing dot to return correct errorChristopher Faylor
2006-02-04* dir.cc (mkdir): Reorganize check for trailing dot to return correct errorChristopher Faylor
2006-01-31 * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.Corinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2006-01-24* dir.cc (readdir_worker): Turn off expensive inode calculation.Christopher Faylor
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor
2006-01-19* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor
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