Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2012-02-26 07:17:50 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2012-02-26 07:17:50 +0400
commit9b0d18a73410377f51ffb01661dae98850a1e66a (patch)
treef01e029c3db05fe9dd2e0b1615fab8c87aac1b41 /Changes
parente60bd889308c9c2fb7335731acf631c94b788722 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index fe6bb1e..4d9660d 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,8 @@ TODO: allow size-optimised binaries by avoiding unrolling
always < 64kb).
- use _WIN32, not WIN32, when testing for windows (fails with bcc),
patch by Tamas Tevesz.
+ - try to port to win64+gcc, which is non-posix but has not _int64
+ (reported by Maciej Adamczyk).
3.6 Mon Feb 7 17:37:31 CET 2011
- fixed hash calculation in C♯ version (Tiago Freitas Leal).