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
2012-07-03* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicateChristopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen
2011-02-15 * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV ifCorinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
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-09 * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen
2007-07-07* fhandler_disk_file.cc: White space.Christopher Faylor
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen
2007-02-27 * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-08-24* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,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-15 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen
2004-04-14 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-03* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor
2003-09-07Remove left coercion throughout.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-05-12 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-03-09whitespace cleanupChristopher Faylor
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor
2002-10-31* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor