aboutsummaryrefslogtreecommitdiff
path: root/e_os2.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-30/+17
2015-01-22Drop redundant and outdated __CYGWIN32__ tests.Corinna Vinschen1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-148/+152
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz1-3/+0
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-28/+30
2014-12-22RT3548: Remove unsupported platforms.Rich Salz1-3/+0
2014-12-21RT3548: Remvoe unsupported platformsRich Salz1-7/+0
2014-12-19RT3548: Remove outdated platformsRich Salz1-1/+1
2014-12-18RT3548: Remove some obsolete platformsRich Salz1-4/+1
2014-12-17RT3548: Remove some obsolete platformsRich Salz1-11/+0
2014-09-24RT3544: Remove MWERKS supportRich Salz1-14/+0
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz1-1/+1
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz1-1/+1
2011-12-19PR: 2563Dr. Stephen Henson1-1/+7
2010-07-26Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson1-0/+21
2009-09-23Add attribute to check if return value of certain functions is incorrectlyDr. Stephen Henson1-0/+6
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2007-05-20OPENSSL_IMPLEMENT_GLOBAL caused more grief than it's worth (it's used twiceAndy Polyakov1-6/+5
2006-04-11Add BeOS support.Ulf Möller1-0/+11
2005-12-18Put back OPENSSL_SYS_MSDOS definition to revive DJGPP built.Andy Polyakov1-0/+7
2005-08-02Keep disclaiming 16-bit support.Andy Polyakov1-14/+1
2005-04-13Addenum to http://cvs.openssl.org/chngview?cn=13054.Andy Polyakov1-2/+2
2004-12-19Don't use multiple storage types.Dr. Stephen Henson1-1/+1
2004-07-27The compiler may complain about what looks like a double definition of aRichard Levitte1-3/+4
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte1-0/+5
2003-11-28Netware-specific changes,Richard Levitte1-0/+6
2003-03-22To define OPENSSL_NO_FP_API for all MSDOS type targets was unfairRichard Levitte1-1/+3
2003-03-20Because it may be needed in public header files, move the definitionRichard Levitte1-0/+1
2002-11-15WinCE patchesRichard Levitte1-1/+5
2002-11-13Correct support for SunOS 4.1.3_U1.Richard Levitte1-0/+3
2002-10-10Rhapsody had ftime, Darwin doesn't (any longer?)Richard Levitte1-0/+4
2002-10-09Add a few more VxWorks targets.Richard Levitte1-0/+5
2002-06-13Tentatively add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte1-8/+13
2002-04-06Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTER...Richard Levitte1-0/+3
2001-09-27Apparently, Linux is identified with __linux__ as well.Richard Levitte1-1/+1
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte1-0/+6
2001-05-13It seems like the removal of "extern" before "static" wasn't aRichard Levitte1-1/+1
2001-05-13Put back a removed "extern", or many compilers will complain aboutRichard Levitte1-1/+1
2001-05-12Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson1-2/+2
2001-05-12Under VC++ _DLL is set to indicate that the applicationDr. Stephen Henson1-3/+0
2001-04-04Correct a typo. linux != linus.Richard Levitte1-1/+1
2001-03-05Add the possibility for option macros and start using it to indicateRichard Levitte1-1/+16
2001-03-02Introduce the possibility to access global variables throughRichard Levitte1-0/+22
2001-02-22Always include opensslconf.h, even if it's already been done before.Richard Levitte1-2/+5
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+149
2000-12-31Define OPENSSL_EXPORT and OPENSSL_IMPORT and give OPENSSL_EXTERN theRichard Levitte1-8/+27
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-2/+2
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1-0/+10
1999-05-15Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.Bodo Möller1-12/+0
1999-05-15e_os* corrections.Bodo Möller1-0/+40