]> git.neil.brown.name Git - edlib.git/commit
Add lib-rangetrack
authorNeilBrown <neil@brown.name>
Tue, 19 Sep 2023 10:49:52 +0000 (20:49 +1000)
committerNeilBrown <neil@brown.name>
Tue, 19 Sep 2023 11:55:45 +0000 (21:55 +1000)
commitea1aad3c8c50961d146f206fa37b2707d3196464
tree370a20a2c14b9678628bfdb62868d55d359ecc56
parent50f3d8fd728d94c121821d3bbce1ed30729a5cc0
Add lib-rangetrack

Split the rangetracking code out of lib-autospell.py and place it
in lib-rangetrack.c.  This will allow it to be used by other modules
that want on-demand parsing of content.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
Makefile
data/modules.ini
lib-rangetrack.c [new file with mode: 0644]
python/lib-autospell.py