]> git.ipfire.org Git - thirdparty/sarg.git/commit
Sort the user's log just before using it
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 3 Feb 2012 21:02:55 +0000 (22:02 +0100)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Fri, 3 Feb 2012 21:02:55 +0000 (22:02 +0100)
commit461b479d1c5896e0de728af95d5dbcbb87db7678
tree1b8dfc918c3589afaf88e4a5bc8f785f1c92c997
parentb2fa3eb67273109044322112d1ed0413f8913b69
Sort the user's log just before using it

It is cleaner to group the sorting with the code using it. Moreover, it is
safer as we don't risk sorting a file that is not a user's file.

The doxygen documentation of sort.c was included into the source file
instead of keeping it in a separate file.
datafile.c
documentation/sort.txt [deleted file]
include/defs.h
log.c
report.c
sort.c