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
2011-03-31This commit was manufactured by cvs2svn to create branch 'gdb_7_3-branch'.gdb_7_3-2011-04-01-branchpointcvs2svn
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
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-05-26 * fhandler_registry.cc (multi_wcstombs): New function.Corinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2009-12-18 * fhandler.h (fhandler_registry::value_name): Convert to wchar_t*.Corinna Vinschen
2009-12-01 * fhandler_registry.cc (fhandler_registry::open): Mark /proc/registryCorinna Vinschen
2009-01-20 * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen
2008-12-19 * fhandler_registry.cc (perf_data_files): New table.Corinna Vinschen
2008-12-16 * fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove constant.Corinna Vinschen
2008-12-15 * fhandler_registry.cc (fhandler_registry::exists): Handle EACCES.Corinna Vinschen
2008-12-15 * fhandler.h (class fhandler_registry): Declare dup method.Corinna Vinschen
2008-12-14* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor
2008-12-08 * fhandler_registry.cc (encode_regname): Add Parameter add_val.Corinna Vinschen
2008-12-02 * fhandler_registry.cc (must_encode): Fix condition changed for testing.Corinna Vinschen
2008-12-02 * fhandler_registry.cc (must_encode): New function.Corinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-07-20 * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen
2007-03-06 * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2006-10-22 * fhandler.cc (fhandler_base::fhaccess): Check if opening registryCorinna Vinschen
2006-10-21 * fhandler_registry.cc (fhandler_registry::fstat): Set restrictiveCorinna Vinschen
2006-10-19 * fhandler.h (fhandler_base::set_name): Make virtual.Corinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor
2005-08-08 * fhandler_process.cc (fhandler_process::open): Allow opening ofCorinna Vinschen
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-03-17* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen
2004-07-15* fhandler_registry.cc (registry_listing): Correct typo.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-09-25* devices.cc: New file.Christopher 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-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor
2003-01-31* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen