Support additional Win32 compilers.

Borland C submitted by: Janez Jere <jj@void.si>
This commit is contained in:
Ulf Möller
1999-05-06 00:46:34 +00:00
parent b282fdae25
commit 31a674d8c9
9 changed files with 383 additions and 224 deletions

View File

@@ -5,6 +5,12 @@
Changes between 0.9.2b and 0.9.3
*) Support Borland C++ builder.
[Janez Jere <jj@void.si>, modified by Ulf M<>ller]
*) Support Mingw32.
[Ulf M<>ller]
*) SHA-1 cleanups and performance enhancements.
[Andy Polyakov <appro@fy.chalmers.se>]