summaryrefslogtreecommitdiff
path: root/utf8proc.h
Commit message (Expand)AuthorAgeFilesLines
* doc fixes, don't export stdint and limits.h values UINT16_MAX and SSIZE_MAXSteven G. Johnson2018-07-241-9/+3
* Merge branch 'master' of https://github.com/JuliaLang/utf8procSteven G. Johnson2018-07-241-0/+8
|\
| * update data and algorithms for Unicode 11 (#140)Steven G. Johnson2018-07-241-0/+8
* | copyright year updatesSteven G. Johnson2018-07-241-1/+1
|/
* NEWS for upcoming 2.2 release, version bumpSteven G. Johnson2018-05-021-2/+2
* Case folding fixes (#133)Steven G. Johnson2018-05-021-2/+12
* Static library support improvements (#123)past-due2018-04-291-8/+12
* version bump to 2.1.1 (#131)v2.1.1Steven G. Johnson2018-04-271-1/+1
* Update documentation to reflect Unicode 9.0.0. (#107)Christopher Baker2017-06-081-1/+1
* removed inclusion of non-portable header file (#94)Árpád Goretity 2017-01-141-1/+1
* 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
* use stdbool.h and inttypes.h in MSVC 2013 and later, and use more C99-compati...Steven G. Johnson2016-12-111-2/+8
* new utf8proc_map_custom for hooking in user-defined custom mappings (#89)Steven G. Johnson2016-11-301-3/+35
* typo in docstringsSteven G. Johnson2016-11-291-4/+3
* Tlsa/ucs4 normalize (#88)Michael Drake2016-11-211-2/+30
* Change definition of UINT16_MAX macro (#84)Jakub Vít2016-09-041-1/+1
* NEWS and version numbers for 2.0.2 (#81)Tony Kelman2016-07-271-4/+5
* NEWS and version bump for 2.0.1 release, to come out shortlySteven G. Johnson2016-07-131-1/+1
* Walk back ABI breaking changes (#76)Keno Fischer2016-07-131-3/+10
* Smaller tables (#68)Benito van der Zander2016-07-121-7/+13
* Unicode 9 updates (#70)Keno Fischer2016-06-281-7/+25
* Reduce the size of the binary.Michaël Meyer2015-12-091-2/+6
* update Unicode version in header-file commentSteven G. Johnson2015-11-011-1/+1
* update copyright statements to list recent contributors and yearSteven G. Johnson2015-11-011-0/+1
* bump API/ABI version to 1.3, add NEWSSteven G. Johnson2015-05-291-1/+1
* add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson2015-05-291-0/+15
* Fix #34 handle 66 Unicode non-characters, also improve performance and surrog...Scott Paul Jones2015-05-291-0/+5
* Prefix other C99 typedefs with utf8proc_Tony Kelman2015-04-061-32/+40
* Use a new typedef utf8proc_ssize_t to avoid define collisionsTony Kelman2015-04-051-13/+14
* rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other header...Steven G. Johnson2015-03-301-23/+23
* more documentation English and formatting cleanupsSteven G. Johnson2015-03-271-66/+64
* some documentation improvementsSteven G. Johnson2015-03-271-25/+27
* indentation consistencySteven G. Johnson2015-03-271-1/+1
* put the API version as #defines in the header file (as discussed in #30)Steven G. Johnson2015-03-271-1/+24
* mainpage dox tweaksSteven G. Johnson2015-03-231-2/+4
* Fix #26: use doxygen for generating API docsJonas Fonseca2015-03-211-310/+415
* update NEWS for 1.2-devSteven G. Johnson2015-03-121-1/+2
* remove requirement that get_property and decompose_char argument be in range ...Steven G. Johnson2015-03-121-4/+0
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-0/+16
* Minimal cmake build scriptTony Kelman2015-03-081-1/+1
* rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson2015-03-061-0/+424
* utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson2014-07-181-387/+0
* C++/MSVC compatibility, indenting, for #4Steven G. Johnson2014-07-181-7/+9
* import of utf8proc-v1.1.6v1.1.6Steven G. Johnson2014-07-151-0/+385