Differences From Artifact [96a7ff77a3]:
- File attic/ftail.scm — part of check-in [badd71f3b3] at 2021-01-15 22:46:24 on branch v1.6569-diet — begin diet (user: matt, size: 3619) [annotate] [blame] [check-ins using] [more...]
- File attic_modular/ftail.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 3619) [annotate] [blame] [check-ins using]
- File ftail.scm — part of check-in [d668d912e4] at 2018-02-21 13:47:56 on branch v1.65 — More license clean up (missed a whole bunch) (user: mrwellan, size: 3619) [annotate] [blame] [check-ins using]
- File src/ftail.scm — part of check-in [e551f1cae0] at 2018-03-08 17:00:57 on branch v1.65-modularization — Added files from src (user: mrwellan, size: 3619) [annotate] [blame] [check-ins using]
To Artifact [82f85a3958]:
- File ftail.scm — part of check-in [20ab92b6e4] at 2019-02-03 21:19:51 on branch v1.65-multi-db — Added info about purpose to ftail header (user: matt, size: 3872) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + + + + + | ;; Megatest is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; ;;====================================================================== ;;====================================================================== ;; ;; log to sqlite3 db, polling to tail along with indexing to any point in ;; history is then easy ;; ;;====================================================================== (declare (unit ftail)) (module ftail ( open-tail-db |
︙ |