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-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-04-04 Drop NT4 support.Corinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-09-01 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Set d_type.Corinna Vinschen
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen
2010-06-01 * fhandler_netdrive.cc (fhandler_netdrive::exists): Always free WNetCorinna Vinschen
2009-07-15 * fhandler_netdrive.cc (GET_RESOURCE_INFO): Remove.Corinna Vinschen
2009-07-15 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove uselessCorinna Vinschen
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-07-19 * autoload.cc (WNetGetProviderNameA): Define.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-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen
2006-04-14 * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline.Corinna Vinschen
2006-02-28 * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen
2006-02-27 * fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguousCorinna Vinschen
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor
2005-08-12white spaceChristopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement.Corinna Vinschen
2005-05-18 * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen
2005-05-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen
2005-05-14 * fhandler.h (fhandler_netdrive::readdir): Remove useless comment.Corinna Vinschen
2005-05-14 * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen
2005-05-13* fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists.Christopher Faylor
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor
2005-05-092005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-05-06* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor