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
2023-06-16Cygwin: use new XATTR_{NAME,SIZE}_MAX instead of MAX_EA_{NAME,VALUE}_LENPhilippe Cerfon
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2019-01-07Cygwin: open: support Linux-specific O_PATH flagCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2014-08-27 * ntea.cc (read_ea): Change left-over return to __leave. FixCorinna Vinschen
2014-08-27 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-04-04 * ntea.cc (EA_BUFSIZ): Fix comment.Corinna Vinschen
2014-04-04 * ntea (EA_BUFSIZ): Reduce to 64K. Add comment to explain why.Corinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-08-09 * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-11-18 * ntea.cc (read_ea): Always add length of "user." prefix, not onlyCorinna Vinschen
2009-11-18 * ntea.cc (read_ea): Try to open file first to have more sensibleCorinna Vinschen
2009-09-16* ntea.c (write_ea): Don't abort if not-samba.Christopher Faylor
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen
2005-05-18 * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2001-09-12Update copyrights.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor