aboutsummaryrefslogtreecommitdiffstats
path: root/libs/fst/fstapi.cc
Commit message (Collapse)AuthorAgeFilesLines
* And another place we need to lseek() after dup().Lloyd Parkes2022-10-161-0/+1
|
* Forcibly set the current seek location of gz files that we are accessingLloyd Parkes2022-10-161-0/+1
| | | | | | via dup(fileno());gzdopen() because stdio might have buffered data from the underlying file meaning that the underlying seek position isn't what we think it is.
* Fix Visual Studio buildMiodrag Milanovic2022-02-021-3/+3
|
* Fix for limit_range_end when not writing vcdMiodrag Milanovic2022-01-281-0/+9
|
* Add FST libraryMiodrag Milanovic2022-01-251-0/+6537