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
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn
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
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor
2001-11-14 * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-17* syscalls.cc (rmdir): Set cwd to some other location if attempting to rmdirChristopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-09-03 * dir.cc (opendir): Write version information to __d_dirent->d_version.Corinna Vinschen
2001-09-03 * cygwin.din: Add `dirfd'.Corinna Vinschen
2001-08-29* dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.Christopher Faylor
2001-08-07 * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen
2001-08-07 * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-20 * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.Corinna Vinschen
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor
2001-05-12 * dir.cc (rmdir): Rearrange slightly to allow removing directoriesCorinna Vinschen
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-03-17* dir.cc (readdir): Use strcasematch for consistency.Christopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-03-02 * dir.cc (readdir): Fix creating path in symlink check.Corinna Vinschen
2001-03-02 * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22Add copyright year 2001Corinna Vinschen
2001-02-22 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen
2000-11-14 * dir.cc (rewinddir): Always set __d_position = 0, so nextCorinna Vinschen
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor
2000-11-09 * dir.cc (readdir): Avoid reading from the beginning whenCorinna Vinschen