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
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor
2003-12-15white spaceChristopher Faylor
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAXCorinna Vinschen
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): InterchangeCorinna Vinschen
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen
2003-11-28* fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoidChristopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-07* cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev fromChristopher Faylor
2003-11-05* fhandler_disk_file.cc (fhandler_disk_file::opendir): Detect attempt to open aChristopher Faylor
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-14* fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-oneChristopher Faylor
2003-09-13* fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where searchChristopher Faylor
2003-09-12* fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor
2003-09-11* fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor
2003-08-05* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor
2003-07-04* fhandler.h (FH_ENC): New enum.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-042003-06-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-012003-06-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-05-27 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FilterCorinna Vinschen
2003-05-26 * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen
2003-05-25 * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen
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-11 * security.cc (get_info_from_sd): New function.Corinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-03-20 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen
2003-03-09whitespace cleanupChristopher Faylor
2003-02-21* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen
2003-02-20 * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen
2003-02-20w32api:Corinna Vinschen
2003-02-11* include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-09 * fhandler_disk_file.cc (num_entries): Return 2 as link count ifCorinna Vinschen
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor
2002-10-23* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. RevertChristopher Faylor
2002-10-23* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do theChristopher Faylor
2002-10-23* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always considerChristopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-07-30* fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate . and ..Christopher Faylor
2002-07-24* path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor
2002-07-11 * fhandler_disk_file.cc (fhandler_disk_file::open): Don'tCorinna Vinschen