summaryrefslogtreecommitdiff
path: root/navit/linguistics.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-14/+7
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-440/+431
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-2/+2
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-1/+1
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-1/+1
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-2/+2
* Fix:core:Fix warnings by not using g_str(n)casecmp; new function navit_utf8_s...sleske2013-08-111-4/+4
* Fix:core:Add apostrophes (ASCII 39&96) as word separators for address search....sleske2013-07-141-1/+1
* Add:core:New function for case- and accent- insensitive string comparison.mdankov2013-05-031-7/+51
* Add:core:Improve street search speed by using string hash instead of linear s...mdankov2013-04-281-19/+36
* Fix:core:Do not replace Cyrillic I-short with Cyrillic I as seems to be more ...mdankov2013-02-061-2/+0
* Fix:core:Don't crash on Android when search hits non-latin-1 symbols. Fixes #...mdankov2012-12-261-0/+1
* Add:core:Cyrillic search improvements: Do accent insensitive search for Cyril...mdankov2012-12-181-5/+150
* Fix:core:Add comments and some #defines for constantssleske2012-01-291-0/+10
* Add:Core:Mode replacements for special chars, fixes #917|Thanks mvglasgowmartin-s2011-08-241-11/+149
* Fix:Core:MSVC fixesmartin-s2011-01-251-4/+4
* Fix:maptool:Bounding box calculation corrected, avoid useless search wordsmartin-s2010-09-091-0/+14
* Fix:Core:More word separator charsmartin-s2009-12-051-1/+1
* Add:Core:More diacritics and ligaturesmartin-s2009-06-251-0/+9
* Fix:Core:Fixed memory corruption bugmartin-s2009-06-241-4/+4
* Fix:map_binfile:Use special char conversion and word stems for searchingmartin-s2009-06-241-0/+14
* Fix:Core:Improved and extended diacriticsmartin-s2009-06-231-0/+39
* Add:Core:Support more diacriticsmartin-s2009-06-231-0/+16
* Add:Tools:Added multiple index entries for special charsmartin-s2009-06-231-1/+2
* Add:Core:New module linguistics to cope with language specialitiesmartin-s2009-06-231-0/+74