summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
1999-07-20"make TABLE" (to follow recent Configure change)Bodo Möller
1999-07-19New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller
1999-07-19Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller
and make it the default for some debugging configurations.
1999-07-14Judging from various messages on the OpenSSL mailing lists, HP-UX 10Bodo Möller
with cc (but not gcc) seems to work well with BN_LLONG; but -O4 is too much.
1999-07-09Updated to reflect recent "Configure" modification.Bodo Möller
1999-07-05Disable asserts for standard configurations.Bodo Möller
1999-07-05make debug-solaris-[u]sparc-gcc more usefulBodo Möller
1999-06-26The Mingw32 configuration entry was missing one colon (found byBodo Möller
"Zot O'Connor" <zot@ZotConsulting.com>). Also, Windows probably does not need the warning about multi-threading.
1999-06-26configuration change for debuggingBodo Möller
1999-06-25Update TABLE.Bodo Möller
1999-06-21Make some debug-... configurations more useful for debugging.Bodo Möller
1999-06-14Provide fallback configurations for all hpux... configurationsBodo Möller
(problems with BN_LLONG have been reported both for hpux-cc and for hpux10-gcc).
1999-06-10NeXT 3.3 can handle -O3 (3.0 can't).Bodo Möller
1999-06-10hpux-cc (HPUX 9.x) does not work with BN_LLONG (floating point exceptions).Bodo Möller
Submitted by: Andreas Ley <andy@rz.uni-karlsruhe.de
1999-06-09tiny optical changeBodo Möller
1999-06-09Oops, I forgot to add the dependency "TABLE: Configure".Bodo Möller
1999-06-09Delete unnecessary newlines in TABLEBodo Möller
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller