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
2022-08-04Cygwin: create sparse errmap arrayCorinna Vinschen
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
2022-05-30Cygwin: remove regparm.hKen Brown
2021-12-02Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIRCorinna Vinschen
2018-02-20Cygwin: clean error mappingCorinna Vinschen
2017-07-19Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen
2017-03-10errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen
2016-08-23Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2014-08-15 * cygerrno.h (seterrno): Define as (always) inline function.Corinna Vinschen
2014-06-25 * errno.cc (errmap): Fix order of SERVICE_REQUEST_TIMEOUT.Corinna Vinschen
2014-06-25 * errno.cc (errmap): Handle Windows error codes ERROR_CANCELLED,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
2013-01-18 * errno.cc (errmap): Map ERROR_LOCK_VIOLATION to EBUSY.Corinna Vinschen
2012-08-14* errno.cc (errmap): Keep sorted.Christopher Faylor
2012-08-14* errno.cc (errmap): Keep sorted.Christopher Faylor
2012-08-13* errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX to ELIBBAD.Christopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-06-15* errno.cc (EIO): Lowercase "o" representative string.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-25perror: fix POSIX compliance and work with recent newlib changeEric Blake
2011-05-24strerror: match recent glibc changesEric Blake
2011-05-18* cygwin.din (error): Export.Yaakov Selkowitz
2011-04-29 * errno.cc (errmap): Sort. Map ERROR_EXE_MACHINE_TYPE_MISMATCH toCorinna Vinschen
2011-04-28 * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen
2011-03-09* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor
2011-03-03 * errno.cc (__xpg_strerror_r): Add accidentally missing condition.Corinna Vinschen
2011-02-10strerror_r: fix compilation bug in previous patchEric Blake
2011-02-10strerror_r: obey POSIX, and match newlib header changeEric Blake
2011-01-19 * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen
2010-04-16 * cygerrno.h (seterrno_from_nt_status): Declare.Corinna Vinschen
2009-06-15* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor
2009-03-15 * errno.cc (_sys_errlist): Add ESTRPIPE.Corinna Vinschen
2009-01-16 * Fix copyright dates.Corinna Vinschen
2009-01-11 * errno.cc (errmap): Set errno to ENOENT instead of ENOSHARE throughout.Corinna Vinschen
2008-09-20* errno.cc (_sys_errlist): Add ECANCELED, ENOTRECOVERABLE, EOWNERDEAD.Eric Blake
2008-09-11* cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor
2008-07-11 Change length for domain buffers from INTERNET_MAX_HOST_NAME_LENGTH toCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen
2006-09-08* environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor
2005-09-26 * errno.cc (errmap): Map ERROR_SEEK and ERROR_SECTOR_NOT_FOUND.Corinna Vinschen
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-08-28* cygwin.din: Correct readdir_r typo.Christopher Faylor
2005-08-25* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.Christopher Faylor
2005-08-18 * errno.cc (strerror): Check errnum for underflow.Corinna Vinschen
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor