summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Speed up travisJohn Hawthorn2015-05-09
* Fix commentJohn Hawthorn2015-05-09
* Add date to changelog entryJohn Hawthorn2014-10-19
* Version 0.2John Hawthorn2014-10-19
* Disable signals from ^C (and friends)John Hawthorn2014-10-19
* termios should be reset on successful exit.John Hawthorn2014-10-19
* silent causing issues for OS X users apparentlyJohn Hawthorn2014-09-29
* More portable make installJohn Hawthorn2014-09-27
* Reformat assert macroJohn Hawthorn2014-09-27
* Raise SIGTRAP on all assertion failuresJohn Hawthorn2014-09-27
* fzytest: tests return void instead of intJohn Hawthorn2014-09-27
* Rewrite has_match using strpbrkJohn Hawthorn2014-09-27
* Prefer score_t over doubleJohn Hawthorn2014-09-27
* Remove getline in favour of fgets/strdupJohn Hawthorn2014-09-27
* Store string in result instead of positionJohn Hawthorn2014-09-27
* Allocate results array when search is run.John Hawthorn2014-09-27
* Easy way to run tests with valgrindJohn Hawthorn2014-09-27
* Test choices before search is run.John Hawthorn2014-09-27
* Move some score definitions into headerJohn Hawthorn2014-09-27
* Specify const char *John Hawthorn2014-09-27
* Allow custom promptJohn Hawthorn2014-09-27
* Version is now 0.2preJohn Hawthorn2014-09-27
* Version 0.1John Hawthorn2014-09-20
* BSD-compatible make installJohn Hawthorn2014-09-18
* Move scoring constants into config.hJohn Hawthorn2014-09-18
* Remove stray ;John Hawthorn2014-09-18
* Re-run search on TABJohn Hawthorn2014-09-17
* Move _GNU_SOURCE definition to makefileJohn Hawthorn2014-09-17
* Add -pedantic, Remove stray ;John Hawthorn2014-09-17
* Add travis.ymlJohn Hawthorn2014-09-17
* Test for choices with two candidatesJohn Hawthorn2014-09-17
* Use AoS instead of SoA; don't use qsort_rJohn Hawthorn2014-09-17
* Allow specifying max for limitJohn Hawthorn2014-09-16
* Cap max lines at terminal heightJohn Hawthorn2014-09-16
* Abort on allocation errorsJohn Hawthorn2014-09-16
* Abort on any tty errorsJohn Hawthorn2014-09-16
* Add config.hJohn Hawthorn2014-09-16
* Add ps/kill example to manpageJohn Hawthorn2014-09-15
* Truncate matches at terminal widthJohn Hawthorn2014-09-15
* Add manpage to make installJohn Hawthorn2014-09-14
* Add more tests of choicesJohn Hawthorn2014-09-14
* Fix divide by zero on empty choices listJohn Hawthorn2014-09-14
* Cleanup headersJohn Hawthorn2014-09-14
* Add fzy.1 manpageJohn Hawthorn2014-09-14
* Add catch /Vim:Interrupt/ to README.mdJohn Hawthorn2014-09-14
* Remove unecessary has_match testJohn Hawthorn2014-09-14
* Improve performance of has_matchJohn Hawthorn2014-09-14
* Refactor into choices.cJohn Hawthorn2014-09-14
* Move score printing into draw_matchJohn Hawthorn2014-09-14
* Add TABJohn Hawthorn2014-09-14