summaryrefslogtreecommitdiff
path: root/utf8proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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