Another history processing improvement.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2013 13:34:44 +0000 (15:34 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 29 Jul 2013 13:34:44 +0000 (15:34 +0200)
commitb1fa08da897a8f98609098a8612354a11d07b099
treea7865f7125b3b3f2928cd8a06cabc865f27bb92f
parenta9d9d0d6e72815e7485411d824b06e87705dc898
Another history processing improvement.

Don't translate file lines into history or bookmarks structs, if we have
enough unique items in the processed list (history max items). So it's not
necessary to convert the lines and to remove them in a second step from the
list.
src/bookmark.c
src/history.c
src/util.c
src/util.h