Stub implementations for functions handling paged search results.
[wine] / dlls / cabinet / cabextract.c
2005-07-01  Stefan HuehnerMake some function static.
2005-06-07  Thomas WeidenmuellerRemoved local variables only used in TRACE statements.
2005-04-18  Peter Berg LarsenEliminate a strncpy and remove unused variable.
2004-12-22  Alexandre JulliardRevert previous patch, that's not a leak.
2004-12-02  James HawkinsFix cabextract memory leak.
2004-11-30  Eric PouechConst correctness fixes.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-08  Stefan LeichterAdded the linked list with the name of files of the...
2003-12-30  Stefan LeichterMake use of/handle the first parameter of the function...
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-19  Gregory M. Turner- eliminate pesky global variables; should be threadsaf...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-17  Gregory M. Turner- move macros and constants into cabinet.h where they...
2003-06-13  Gregory M. Turner- paranoia: eliminate some global variables
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-01-23  Greg TurnerFix some problems when Extract is used more than once.
2003-01-02  Gerald PfeiferFix off_t cast that breaks FreeBSD.
2002-12-19  Greg Turner- port cabextract to wine