Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-20 | Fix: correctly rewind tape | Jose Antonio Ortega Ruiz | |
According to the specification, if M < 0, the tape is skipped backwards M blocks, or to the beginning of the tape, whichever comes first. In the implementation, we don't check to verify that we aren't seeking past the beginning of the file. This causes fseek(3) to fail, and it leaves us at the position we were at. Diagnosis and fix by Kevin Brunelle. | |||
2007-06-25 | GPL v3 notices | Jose A Ortega Ruiz | |
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-43 | |||
2006-03-20 | Version 1.2.1 imported1.2.1 | Jose Antonio Ortega Ruiz | |
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-1 |