summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/JuliaLang/utf8procv2.3.0Steven G. Johnson2019-03-305-2/+16
|\
| * add utf8proc_unicode_version (#151)Steven G. Johnson2019-03-305-2/+16
* | NEWS for 2.3Steven G. Johnson2019-03-301-42/+64
|/
* give up on Unifont for charwidth data (#150)Steven G. Johnson2019-03-303-5215/+4895
* Merge branch 'master' of https://github.com/JuliaLang/utf8procSteven G. Johnson2019-03-302-15/+25
|\
| * fix CHARBOUND option for non-characters (#149)Steven G. Johnson2019-03-302-15/+25
* | doc clarification (closing #110)Steven G. Johnson2019-03-301-1/+2
|/
* update for unicode 12 (#148)Steven G. Johnson2019-03-303-6853/+7064
* rebased cmake updates (#147)Steven G. Johnson2019-03-301-4/+10
* use Travis Julia support to get a modern Julia version (#146)Steven G. Johnson2019-03-301-12/+7
* fix Julia script for Julia 1.0Steven G. Johnson2018-11-011-21/+50
* Pass users' flags (#141)Graham Inggs2018-11-012-11/+12
* Generate and install a pkg-config file. (#142)Michael Drake2018-11-013-1/+28
* link fixSteven G. Johnson2018-07-251-1/+1
* badge updatesv2.2.0Steven G. Johnson2018-07-241-3/+2
* doc fixes, don't export stdint and limits.h values UINT16_MAX and SSIZE_MAXSteven G. Johnson2018-07-242-9/+11
* Merge branch 'master' of https://github.com/JuliaLang/utf8procSteven G. Johnson2018-07-247-9839/+10251
|\
| * update data and algorithms for Unicode 11 (#140)Steven G. Johnson2018-07-247-9839/+10251
* | 2.2 release dateSteven G. Johnson2018-07-241-1/+3
* | update copyright statement for data_generatorSteven G. Johnson2018-07-241-0/+2
* | copyright year updatesSteven G. Johnson2018-07-243-3/+3
* | note Unicode 11 in NEWSSteven G. Johnson2018-07-241-1/+2
|/
* charwidth=1 for soft hyphen and unassigned codepoints (#135)Steven G. Johnson2018-07-245-1963/+1978
* Enhance CMakeLists.txt (#138)Nehal J Wani2018-06-061-0/+13
* uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134)Steven G. Johnson2018-05-025-1276/+1312
* NEWS for upcoming 2.2 release, version bumpSteven G. Johnson2018-05-025-9/+27
* Case folding fixes (#133)Steven G. Johnson2018-05-026-4180/+4220
* Static library support improvements (#123)past-due2018-04-293-9/+20
* [CMake] Use target_compile_definitions to avoid affecting global definitions ...past-due2018-04-271-5/+3
* note Unicode 10 supportSteven G. Johnson2018-04-271-1/+1
* update to unicode 10 (#132)Steven G. Johnson2018-04-273-1742/+1829
* version bump to 2.1.1 (#131)v2.1.1Steven G. Johnson2018-04-275-9/+22
* fix make cleanSteven G. Johnson2018-04-271-1/+1
* missing return code, success message in test/misc.cSteven G. Johnson2018-04-271-0/+2
* make internal function staticSteven G. Johnson2018-04-271-1/+1
* added test for #128Steven G. Johnson2018-04-273-1/+31
* possible fix for #128 (#129)Benito van der Zander2018-04-271-3/+3
* Use LDFLAGS when building libutf8proc.dylib (#125)Ryan Schmidt2018-04-181-1/+1
* Fix declaration-after-statement warning when compiling in strict C90 mode. (#...Branko Čibej2017-09-211-3/+2
* Update documentation to reflect Unicode 9.0.0. (#107)Christopher Baker2017-06-081-1/+1
* Ensure generated const data tables are hidden via "static" (#100)Paul Smith2017-02-192-10/+10
* don't set MAKE variable in Makefile (#99)Jameson Nash2017-02-181-1/+0
* removed inclusion of non-portable header file (#94)Árpád Goretity 2017-01-141-1/+1
* Don't use cached version of UnicodeData.txt (#92)Michael Hatherly2017-01-031-1/+1
* fix typo in NEWS dateSteven G. Johnson2016-12-261-1/+1
* version 2.1 releasev2.1.0v2.1Steven G. Johnson2016-12-261-1/+3
* update NEWS [ci skip]Steven G. Johnson2016-12-111-0/+5
* update to unifont 9.0.04Steven G. Johnson2016-12-112-7549/+7550
* whoopsSteven G. Johnson2016-12-111-0/+1
* use ptrdiff_t rather than ssize_t, as ssize_t is non-standard (it is POSIX, n...Steven G. Johnson2016-12-111-1/+1