From b3e6cbf4e332844c0d7f2c54be5892fd713d0451 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 24 Oct 2006 21:27:00 +0000 Subject: [PATCH] changes --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index fef224b1..8b5b98ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,13 @@ * [SIGAR-20] Fix windows sigar_net_inteface_list to handle > 100 interfaces (internal buffer size was fixed at 8k) +2006-10-19 Doug MacEachern + + * Compile on Windows AMD x64 + Submitted by: Jan Kneschke + + * Changes to compile with modern visual studios on Windows + 2006-10-10 Doug MacEachern * [SIGAR-18] Change Linux impl to use strtoull() where appropriate