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
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
2005-04-30* errno.cc (errmap): Sort table.Christopher Faylor
2005-04-30* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.Christopher Faylor
2005-03-31 * errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.Corinna Vinschen
2005-03-28* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.Christopher Faylor
2005-03-28* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.Christopher Faylor
2005-03-16* errno.cc (errmap): Correct typo in previous change.Christopher Faylor
2005-03-16* cygtls.cc (_cygtls::remove): Free process_ident, if it exists.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2004-12-10 * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead ofCorinna Vinschen
2004-08-19 * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen
2004-08-03 * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen