summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygerrno.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * cygerrno.h (seterrno): Define as (always) inline function.Corinna Vinschen2014-08-151-3/+8
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-10/+1
* * cygerrno.h (__reg3): Define.Christopher Faylor2013-01-211-2/+2
* * cygerrno.h: Conditionally define __regN for cygserver.Christopher Faylor2013-01-211-0/+10
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-6/+7
* Fix copyrightsCorinna Vinschen2013-01-141-1/+1
* * cygerrno.h: Fix copyright.Corinna Vinschen2013-01-091-1/+1
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-1/+1
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-1/+1
* * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen2011-04-281-1/+2
* * cygerrno.h: Nevermind.Christopher Faylor2010-04-201-2/+0
* * cygerrno.h: Protect use of NTSTATUS for only when we need it.Christopher Faylor2010-04-201-0/+2
* * cygerrno.h (seterrno_from_nt_status): Declare.Corinna Vinschen2010-04-161-7/+3
* * cygerrno.h (save_errno::~save_errno): Set errno directly to avoidCorinna Vinschen2009-06-081-1/+1
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-1/+1
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-301-0/+3
* * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen2005-05-041-1/+1
* * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen2005-05-041-5/+7
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-1/+7
* * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGINGCorinna Vinschen2004-02-021-1/+1
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-011-2/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-3/+5
* * debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor2001-10-221-1/+1
* * cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor2001-10-161-0/+5
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-221-14/+1
* * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen2001-02-221-1/+14
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-3/+3
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+34