]> mj.ucw.cz Git - libucw.git/history - lib/sorter.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / sorter.h
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-08 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-16 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin MaresUse uintptr_t instead of addr_int_t.
2006-10-26 Robert SpalekALIGN renamed to ALIGN_TO
2006-10-19 Pavel CharvatCompleted merge with dev-img branch.
2006-10-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-10-05 Martin MaresReplaced the SORTER_DECLARE_ONLY hack by lib/sorter...
2005-05-29 Martin MaresAnother work-around for spurious warnings.
2005-02-19 Robert Spalekcomparison of signed and unsigned encountered without...
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-11-09 Robert Spalekif SORT_PRESORT and SORT_UP_TO are both on, compute...
2004-11-09 Robert Spalekjust a bit more funny initialization for the SORT_UP_TO...
2004-11-09 Robert Spalekactually, the number of runs is halved during each...
2004-11-09 Robert Spalekbfilesize() returns sh_off_t
2004-11-08 Robert SpalekSORT_ONLY_PRESORT feature improved into SORT_UP_TO...
2004-11-04 Martin MaresRemember that DEBUG has been renamed.
2004-11-04 Martin MaresAdded "pre-sort only" mode as Robert suggested.
2004-01-16 Martin MaresUse brewind() where appropriate.
2004-01-10 Martin MaresWhen pre-sorting a regular file, use lib/arraysort...
2003-11-05 Martin MaresAdded special mode for sorting of regular files.
2003-11-05 Martin MaresUndefine all the parameter macros at the end. (The...
2002-09-30 Martin MaresThe is_temp_file variable was originally a good idea...
2002-09-23 Martin MaresAdapted to new fastbufs.
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-07-17 Martin MaresOops, a memory leak in the presorter.
2002-05-26 Martin MaresAdded bopen_tmp() for opening of temporary files.
2001-12-16 Martin MaresClarified comments.
2001-03-27 Martin MaresRemoved FIXME.
2001-02-16 Martin MaresSORT_DELETE_INPUT works even with SORT_INPUT_FB.
2001-02-04 Martin MaresNext version of the sorter -- both presorting and unify...
2001-02-04 Martin MaresFirst version of the sorter. No presorting phase yet.