From 69d56e91b7509d8c29290221494b04404938fa1f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 20 Aug 2002 01:00:23 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d7d37dd3..6af24c34 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ * CHANGELOG. */ +08192002 - Generalized sorting routines, moved them into physfs.c and removed + the multiple copies from the various archivers. Adding profiling + code (currently only for sort routines)...enable it with + --enable-profiling in the configure script. Fixed incorrect + behaviours in configure.in. 08172002 - Patched configure.in to work around buggy autoconfs. 08162002 - Fixed QPAK archiver, since I broke it (sorry!). Also fixed a qpak memory leak.