summaryrefslogtreecommitdiff
path: root/utf8proc.c
Commit message (Expand)AuthorAgeFilesLines
* Tlsa/ucs4 normalize (#88)Michael Drake2016-11-211-3/+10
* Fix incorrect use of `lbc` instead of `lbc_override` (#77)Keno Fischer2016-07-131-1/+1
* Walk back ABI breaking changes (#76)Keno Fischer2016-07-131-1/+7
* Smaller tables (#68)Benito van der Zander2016-07-121-37/+70
* Unicode 9 updates (#70)Keno Fischer2016-06-281-30/+80
* Fix overrunMichaël Meyer2016-02-041-1/+1
* Reduce the size of the binary.Michaël Meyer2015-12-091-4/+4
* Silence warning with -WextraFederico G. Schwindt2015-11-241-1/+2
* update copyright statements to list recent contributors and yearSteven G. Johnson2015-11-011-0/+1
* Do not export internal unsafe_encode_char()Peter Colberg2015-10-291-1/+1
* add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson2015-05-291-0/+12
* Fix #34 handle 66 Unicode non-characters, also improve performance and surrog...Scott Paul Jones2015-05-291-52/+92
* Prefix other C99 typedefs with utf8proc_Tony Kelman2015-04-061-49/+49
* Use a new typedef utf8proc_ssize_t to avoid define collisionsTony Kelman2015-04-051-23/+23
* rename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent conflicts with other header...Steven G. Johnson2015-03-301-19/+19
* updated NEWS etc. for 1.2 releasev1.2Steven G. Johnson2015-03-281-1/+1
* indentation consistencySteven G. Johnson2015-03-271-30/+31
* put the API version as #defines in the header file (as discussed in #30)Steven G. Johnson2015-03-271-1/+3
* Fix #26: use doxygen for generating API docsJonas Fonseca2015-03-211-5/+5
* remove requirement that get_property and decompose_char argument be in range ...Steven G. Johnson2015-03-121-10/+14
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-0/+15
* rename back to utf8proc now that we are taking over maintenanceSteven G. Johnson2015-03-061-7/+5
* update graphemes for Unicode 7, add utf8proc_grapheme_break functionSteven G. Johnson2014-12-121-55/+34
* utf8proc_version should return a different version string than utf8procSteven G. Johnson2014-12-121-2/+6
* Merge pull request #17 from JuliaLang/tk/dllexportSteven G. Johnson2014-09-241-15/+15
|\
| * add DLLEXPORT to all functions in mojibake.hTony Kelman2014-09-221-15/+15
* | a few typofixesVeres Lajos2014-08-121-2/+2
|/
* utf8proc.h -> mojibake.h (closes #10)Steven G. Johnson2014-07-181-1/+1
* C++/MSVC compatibility, indenting, for #4Steven G. Johnson2014-07-181-2/+2
* import of utf8proc-v1.1.6v1.1.6Steven G. Johnson2014-07-151-0/+587