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-02-25This commit was manufactured by cvs2svn to create branch 'gdb-gdb-csl-20060226-branchpointcvs2svn
2006-02-20* fhandler_disk_file.cc (fhandler_disk_file::opendir): Use NtOpenFile to openChristopher Faylor
2006-02-19 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generatingCorinna Vinschen
2006-02-18 * fhandler_disk_file.cc (FS_IS_SAMBA): Move out ofCorinna Vinschen
2006-02-09 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Only setCorinna Vinschen
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen
2006-02-05 * fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): RemoveCorinna Vinschen
2006-02-05 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove labelCorinna Vinschen
2006-02-05* fhandler_disk_file.cc (fhandler_disk_file::readdir): Don't close dir handleChristopher Faylor
2006-02-04* dir.cc (mkdir): Reorganize check for trailing dot to return correct errorChristopher Faylor
2006-01-30 * fhandler_disk_file.cc (fhandler_disk_file::rewinddir): SimplifyCorinna Vinschen
2006-01-30 * fhandler_disk_file.cc (d_cachepos): Rename from d_pos to distinctCorinna Vinschen
2006-01-29 * fhandler_disk_file.cc (readdir_get_ino): Don't follow symlinks.Corinna Vinschen
2006-01-28 * fhandler_disk_file.cc (fhandler_disk_file::mkdir): In case or error,Corinna Vinschen
2006-01-28 * fhandler_disk_file.cc (DIR_NUM_ENTRIES): New define determiningCorinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2006-01-26* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix test forChristopher Faylor
2006-01-24 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Try harderCorinna Vinschen
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor
2006-01-19* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check posix path forChristopher Faylor
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-21 * (fhandler_disk_file::fchown): Remove execute bits from "sensible"Corinna Vinschen
2005-12-21 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix inode numberCorinna Vinschen
2005-12-14 * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen
2005-12-01* devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor
2005-11-28 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't rely onCorinna Vinschen
2005-10-19* fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle ifChristopher Faylor
2005-10-12 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert anCorinna Vinschen
2005-09-30 * fhandler_disk_file.cc: Change calls to pc.set_attributes intoCorinna Vinschen
2005-09-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Also useCorinna Vinschen
2005-09-30 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only writeCorinna Vinschen
2005-09-22 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix copy/pasteCorinna Vinschen
2005-09-22 * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-09-13* cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor
2005-08-24* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher 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_saw_proc.Christopher Faylor
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor
2005-07-29* fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointerChristopher Faylor
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-06-27 * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen
2005-06-02* fhandler_disk_file.cc (fhandler_disk_file::fchown): Make sure that disk openChristopher Faylor
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor
2005-05-19* fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor
2005-05-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen