Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-15 | Further improvements and small optimizations in smart punctuation code. | John MacFarlane | |
2015-02-15 | Optimized --smart. | John MacFarlane | |
Previously we had 0.24s on the benchmark without `--smart`, 0.38s with it. Now we have 0.27s with `--smart`, so `--smart` has only a small performance impact. | |||
2015-02-14 | Added smart.c, smart.h with function abstracting smart punct rendering. | John MacFarlane | |
Also fixed some bugs in earlier smart handling. Now handles UTF-8. |