summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgl-fsearch.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+1
* Don't use float-derived integer SHORT_MSG_MAX to define array.Daiki Ueno2013-01-061-1/+3
* Avoid compilation error on Solaris 7 with cc.Bruno Haible2011-06-131-2/+7
* Untabify.Bruno Haible2009-12-121-197/+197
* Do fuzzy matching by calling message_fuzzy_index_search on a hashed index,Bruno Haible2009-06-231-7/+26
* Use the result of the fuzzy search in the current list as a lower bound forBruno Haible2009-06-231-4/+7
* Shortcut fstrcmp computations by taking into account the best known match soBruno Haible2009-06-231-3/+5
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-5/+3
* Fast fuzzy searching among messages.Bruno Haible2009-06-231-0/+640